move all ruby modules to development/ruby-modules

This commit is contained in:
zimbatm
2016-03-19 22:06:26 +00:00
parent 3547ffa89f
commit 5a64bc44ea
12 changed files with 6 additions and 8 deletions
@@ -0,0 +1,10 @@
{ buildRubyGem, makeWrapper, ruby, coreutils }:
buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "bundler";
version = "1.11.2";
sha256 = "0s37j1hyngc4shq0in8f9y1knjdqkisdg3dd1mfwgq7n1bz8zan7";
dontPatchShebangs = true;
}