Merge branch 'master' into core-updates
gnu: ruby-sqlite3: Adjust failing test.
* gnu/packages/ruby.scm (ruby-sqlite3): Adjust test to work with SQLite 3.21.
Merge branch 'master' into core-updates
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.
Merge branch 'master' into core-updates
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.
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.
Merge remote-tracking branch 'origin/master' into core-updates
gnu: Add missing copyright line.
* gnu/packages/ruby.scm: Add missing copyright line for commit f90c25c.
gnu: Add ruby-org-ruby.
* gnu/packages/ruby.scm (ruby-org-ruby): New variable.
gnu: Add ruby-rubypants.
* gnu/packages/ruby.scm (ruby-rubypants): New variable.
gnu: ruby-json-pure: Fix build failure.
* gnu/packages/ruby.scm (ruby-json-pure)[native-inputs]: Add ragel.
gnu: ruby-simplecov-html: Update to 0.10.2.
* gnu/packages/ruby.scm (ruby-simplecov-html): Update to 0.10.2
gnu: ruby-pry: Update to 0.11.3.
* gnu/packages/ruby.scm (ruby-pry): Update to 0.11.3
gnu: ruby-hoe: Update to 3.16.2.
* gnu/packages/ruby.scm (ruby-hoe): Update to 3.16.2
gnu: ruby-daemons: Update to 1.2.5.
* gnu/packages/ruby.scm (ruby-daemons): Update to 1.2.5
gnu: ruby-crass: Update to 1.0.3.
* gnu/packages/ruby.scm (ruby-crass): Update to 1.0.3
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'.