nixpkgs/pkgs/development/interpreters/ruby
Allan Espinosa 52b61dce47 buildRubyGem: use Gem.use_paths to load gems
After ruby initializes, rubygems no longer reads the GEM_PATH. Before,
we have the following scenario:

    Gem.path # => ["a"]
    ENV['GEM_PATH'] = ["b"]
    Gem.path # => ["a"] # Still returns the same

Gem.use_paths is the documented way to create isolated environments as
documented in [1].

[1] http://www.rubydoc.info/github/rubygems/rubygems/Gem.use_paths
2016-03-16 17:28:02 -05:00
..
build-ruby-gem buildRubyGem: use Gem.use_paths to load gems 2016-03-16 17:28:02 -05:00
bundix bundix: 2.0.5 -> 2.0.6 2016-03-13 13:59:38 +01:00
bundler-env bundlerEnv.wrapper: rename to wrappedRuby 2016-01-24 15:59:31 +03:00
gemconfig gemconfig: add eventmachine and msgpack 2016-02-18 23:44:50 +00:00
bitperfect-rdoc.patch Make most of Ruby Gem builds repeatable 2013-06-21 18:22:07 +03:00
bundler.nix ruby: new bundler infrastructure 2015-12-29 09:30:21 -05:00
config.nix ruby: use fetchFromSavannah to enable better availability for proxied users. 2015-08-28 07:45:49 +02:00
default.nix ruby: only keep the latest tiny per major.minor 2016-03-04 14:24:37 +00:00
gem_hook.patch Rework ruby gems 2011-01-21 08:24:52 +00:00
patches.nix Minor fix for broken ruby evaluation and libiconv 2015-02-17 21:39:29 -05:00
patchsets.nix ruby: only keep the latest tiny per major.minor 2016-03-04 14:24:37 +00:00
ruby19-parallel-install.patch Ruby 1.9: update and reenable parallel build, since there's a chance it was fixed. 2013-06-11 00:59:26 +03:00
rubygems.nix Revert "rubygems: 2.4.8 -> 2.5.2" 2016-03-02 15:25:35 +00:00
rvm-patchsets.nix Add Ruby 2.3.0 package 2016-01-27 09:28:59 +01:00
ssl_v3.patch ruby: fix build with libressl2.3 2015-12-23 22:08:33 +00:00