bundler: 1.10.5 -> 1.10.6

This commit is contained in:
Pascal Wittmann 2015-09-13 21:25:58 +02:00
parent f244666175
commit f2e03fb4dc

View file

@ -1,9 +1,9 @@
{ buildRubyGem, makeWrapper, ruby, coreutils }:
buildRubyGem {
name = "bundler-1.10.5";
name = "bundler-1.10.6";
namePrefix = "";
sha256 = "1zkxw6699bbmsamrij2lirscbh0j58p1p3bql22jsxvx34j6w5nc";
sha256 = "1vlzfq0bkkj4jyq6av0y55mh5nj5n0f3mfbmmifwgkh44g8k6agv";
dontPatchShebangs = true;
postInstall = ''
find $out -type f -perm /0100 | while read f; do