~ruther/guix-local

ref: f96eda90d5b015057dfd28d4ef7466dbae4bc3f5 guix-local/gnu/packages/ruby.scm -rw-r--r-- 159.7 KiB
ff9d1a2f — Ricardo Wurmus 8 years ago
Merge branch 'master' into core-updates
bb3359ab — Ben Woodcroft 8 years ago
gnu: ruby-2.4.3: Update rubygems to 2.7.6.

This fixes the security issues described at
https://www.ruby-lang.org/en/news/2018/02/17/multiple-vulnerabilities-in-
rubygems/

* gnu/packages/patches/ruby-rubygems-276-for-ruby24.patch: New file.
* gnu/packages/ruby.scm (ruby-2.4.3)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
54a93355 — Marius Bakke 8 years ago
gnu: ruby-sqlite3: Adjust failing test.

* gnu/packages/ruby.scm (ruby-sqlite3): Adjust test to work with SQLite 3.21.
a7fb2986 — Mark H Weaver 8 years ago
Merge branch 'master' into core-updates
abd78128 — Christopher Baines 8 years ago
gnu: Switch ruby-pg to build with postgresql-9.6.

As the testsuite fails with the later version.

* gnu/packages/ruby.scm (ruby-pg)[inputs]: Switch postgresql to
  postgresql-9.6.
e074a655 — Mark H Weaver 8 years ago
Merge branch 'master' into core-updates
0076f5a9 — Christopher Baines 8 years ago
gnu: Remove redundant wrapping from packages using ruby-build-system.

Now that the build system does wrapping automatically, it can be removed from
the packages that do it manually.

* gnu/packages/databases.scm (es-dump-restore)[arguments]: Remove #:phases.
* gnu/packages/ruby.scm (ruby-redcloth)[arguments]: Remove #:phases.
  (ruby-httpclient)[arguments]: Remove 'wrap-bin-httpclient from the modified
  phases.
3cb3fa67 — Christopher Baines 8 years ago
guix: build: ruby-build-system: Install to the vendor directory

* guix/build/ruby-build-system.scm (install): Install gems to the vendor
  directory, rather than the GEM_HOME. The vendor directory does not include
  the version of ruby used to install the gem in the path, which makes it
  easier to add it to the GEM_PATH for all versions of ruby to use.
  (gem-home): Remove procedure.
* gnu/packages/ruby.scm (ruby, ruby-2.1)[native-search-paths]: Switch to
  lib/ruby/vendor_ruby.
  (ruby-1.8)[native-search-paths]: Remove native-search-paths.
  (gem-directory): Remove procedure.
  (ruby-ansi, ruby-ae)[arguments]: Remove use of gem-directory.
  (ruby-metaclass, ruby-instantiator, ruby-introspection, ruby-mocha,
  ruby-nokogiri, ruby-minitest-tu-shim, ruby-redcloth)[arguments]: Remove use
  of gem-home.
  (ruby-git, ruby-httpclient)[arguments]: Remove use of GEM_HOME.
* gnu/packages/databases.scm (es-dump-restore)[arguments]: Remove use of
  GEM_HOME.
23de2e1d — Efraim Flashner 8 years ago
Merge remote-tracking branch 'origin/master' into core-updates
6a9d2266 — Clément Lassieur 8 years ago
gnu: Add missing copyright line.

* gnu/packages/ruby.scm: Add missing copyright line for commit f90c25c.
beb34835 — Clément Lassieur 8 years ago
gnu: Add ruby-org-ruby.

* gnu/packages/ruby.scm (ruby-org-ruby): New variable.
f90c25c1 — Clément Lassieur 8 years ago
gnu: Add ruby-rubypants.

* gnu/packages/ruby.scm (ruby-rubypants): New variable.
0c9f73cd — Tobias Geerinckx-Rice 8 years ago
gnu: ruby-json-pure: Fix build failure.

* gnu/packages/ruby.scm (ruby-json-pure)[native-inputs]: Add ragel.
53fd476f — Tobias Geerinckx-Rice 8 years ago
gnu: ruby-simplecov-html: Update to 0.10.2.

* gnu/packages/ruby.scm (ruby-simplecov-html): Update to 0.10.2
1bf02b20 — Tobias Geerinckx-Rice 8 years ago
gnu: ruby-pry: Update to 0.11.3.

* gnu/packages/ruby.scm (ruby-pry): Update to 0.11.3
05f2f8bc — Tobias Geerinckx-Rice 8 years ago
gnu: ruby-hoe: Update to 3.16.2.

* gnu/packages/ruby.scm (ruby-hoe): Update to 3.16.2
f03153db — Tobias Geerinckx-Rice 8 years ago
gnu: ruby-daemons: Update to 1.2.5.

* gnu/packages/ruby.scm (ruby-daemons): Update to 1.2.5
fb812f7a — Tobias Geerinckx-Rice 8 years ago
gnu: ruby-crass: Update to 1.0.3.

* gnu/packages/ruby.scm (ruby-crass): Update to 1.0.3
405cb5ab — Tobias Geerinckx-Rice 8 years ago
gnu: ruby-highline: Update to 1.7.10.

* gnu/packages/ruby.scm (ruby-highline): Update to 1.7.10
gnu: ruby: Use new home page.

The certificate for ruby-lang.org is only valid for lists.ruby-lang.org,
the home page has moved to www.ruby-lang.org with its own certificate.

* gnu/packages/ruby.scm (ruby)[home-page]: Use 'www.ruby-lang.org'.
Next