nixpkgs/pkgs/development/ruby-modules/gem
zimbatm 62df82efcf buildRubyGem: fixes gemspec UTF-8 loading issue
If a gemspec has UTF-8 characters in it, ruby will fail loading it with

    invalid multibyte char (US-ASCII)

This change forces the encoding to be correct, we assume everyone now
uses UTF-8.
2016-09-06 14:42:58 +01:00
..
default.nix buildRubyGem: handle build-time ruby dependencies 2016-08-29 22:17:59 +01:00
gem-post-build.rb buildRubyGem: don't set the GEM_HOME 2016-08-23 09:30:49 +01:00
nix-bundle-install.rb buildRubyGem: fixes gemspec UTF-8 loading issue 2016-09-06 14:42:58 +01:00