cide: 0.8.1 -> 0.9.0

+16 -16
+1 -1
pkgs/development/tools/continuous-integration/cide/Gemfile.lock
··· 11 descendants_tracker (~> 0.0.4) 12 ice_nine (~> 0.11.0) 13 thread_safe (~> 0.3, >= 0.3.1) 14 - cide (0.8.1) 15 thor (~> 0.19) 16 virtus (~> 1.0) 17 coercible (1.0.0)
··· 11 descendants_tracker (~> 0.0.4) 12 ice_nine (~> 0.11.0) 13 thread_safe (~> 0.3, >= 0.3.1) 14 + cide (0.9.0) 15 thor (~> 0.19) 16 virtus (~> 1.0) 17 coercible (1.0.0)
+3 -3
pkgs/development/tools/continuous-integration/cide/default.nix
··· 1 - { stdenv, lib, bundlerEnv, makeWrapper, docker, git }: 2 3 stdenv.mkDerivation rec { 4 name = "cide-${version}"; 5 - version = "0.8.1"; 6 7 env = bundlerEnv { 8 name = "${name}-gems"; ··· 19 installPhase = '' 20 mkdir -p $out/bin 21 makeWrapper ${env}/bin/cide $out/bin/cide \ 22 - --set PATH ${docker}/bin:${git}/bin 23 ''; 24 25 meta = with lib; {
··· 1 + { stdenv, lib, bundlerEnv, makeWrapper, docker, git, gnutar, gzip }: 2 3 stdenv.mkDerivation rec { 4 name = "cide-${version}"; 5 + version = "0.9.0"; 6 7 env = bundlerEnv { 8 name = "${name}-gems"; ··· 19 installPhase = '' 20 mkdir -p $out/bin 21 makeWrapper ${env}/bin/cide $out/bin/cide \ 22 + --set PATH ${docker}/bin:${git}/bin:${gnutar}/bin:${gzip}/bin 23 ''; 24 25 meta = with lib; {
+12 -12
pkgs/development/tools/continuous-integration/cide/gemset.nix
··· 22 version = "0.19.1"; 23 }; 24 jmespath = { 25 - version = "1.1.3"; 26 source = { 27 - type = "gem"; 28 remotes = ["https://rubygems.org"]; 29 sha256 = "0vpvd61kc60f98jn28kw7x7vi82qrwgglam42nvzh98i43yxwsfb"; 30 }; 31 }; 32 ice_nine = { 33 - version = "0.11.2"; 34 source = { 35 - type = "gem"; 36 remotes = ["https://rubygems.org"]; 37 sha256 = "1nv35qg1rps9fsis28hz2cq2fx1i96795f91q4nmkm934xynll2x"; 38 }; 39 }; 40 equalizer = { 41 source = { ··· 61 version = "1.0.0"; 62 }; 63 cide = { 64 - version = "0.8.1"; 65 source = { 66 type = "gem"; 67 remotes = ["https://rubygems.org"]; 68 - sha256 = "1vsa7smab5dj6mcf0csl9wm18x95h6yphm7x18is53bv5hrzgill"; 69 }; 70 }; 71 axiom-types = { ··· 77 version = "0.1.1"; 78 }; 79 aws-sdk-resources = { 80 - version = "2.2.17"; 81 source = { 82 - type = "gem"; 83 remotes = ["https://rubygems.org"]; 84 sha256 = "0vdnpjmil99n9d1fpk1w6ssgvmzx4wfmrqcij8nyd0iqdaacx3fj"; 85 }; 86 }; 87 aws-sdk-core = { 88 - version = "2.2.17"; 89 source = { 90 - type = "gem"; 91 remotes = ["https://rubygems.org"]; 92 sha256 = "1vq7ny5n3rdfzkdqdm76r48slmp2a5v7565llrl4bw5hb5k4p75z"; 93 }; 94 }; 95 aws-sdk = { 96 - version = "2.2.17"; 97 source = { 98 - type = "gem"; 99 remotes = ["https://rubygems.org"]; 100 sha256 = "1cwycrdk21blzjzf8fj1wlmdix94rj9aixj6phx6lwbqykn2dzx9"; 101 }; 102 }; 103 }
··· 22 version = "0.19.1"; 23 }; 24 jmespath = { 25 source = { 26 remotes = ["https://rubygems.org"]; 27 sha256 = "0vpvd61kc60f98jn28kw7x7vi82qrwgglam42nvzh98i43yxwsfb"; 28 + type = "gem"; 29 }; 30 + version = "1.1.3"; 31 }; 32 ice_nine = { 33 source = { 34 remotes = ["https://rubygems.org"]; 35 sha256 = "1nv35qg1rps9fsis28hz2cq2fx1i96795f91q4nmkm934xynll2x"; 36 + type = "gem"; 37 }; 38 + version = "0.11.2"; 39 }; 40 equalizer = { 41 source = { ··· 61 version = "1.0.0"; 62 }; 63 cide = { 64 + version = "0.9.0"; 65 source = { 66 type = "gem"; 67 remotes = ["https://rubygems.org"]; 68 + sha256 = "1wykwv0jnrh49jm9zsy1cb5wddv65iw4ixh072hr242wb83dcyl0"; 69 }; 70 }; 71 axiom-types = { ··· 77 version = "0.1.1"; 78 }; 79 aws-sdk-resources = { 80 source = { 81 remotes = ["https://rubygems.org"]; 82 sha256 = "0vdnpjmil99n9d1fpk1w6ssgvmzx4wfmrqcij8nyd0iqdaacx3fj"; 83 + type = "gem"; 84 }; 85 + version = "2.2.17"; 86 }; 87 aws-sdk-core = { 88 source = { 89 remotes = ["https://rubygems.org"]; 90 sha256 = "1vq7ny5n3rdfzkdqdm76r48slmp2a5v7565llrl4bw5hb5k4p75z"; 91 + type = "gem"; 92 }; 93 + version = "2.2.17"; 94 }; 95 aws-sdk = { 96 source = { 97 remotes = ["https://rubygems.org"]; 98 sha256 = "1cwycrdk21blzjzf8fj1wlmdix94rj9aixj6phx6lwbqykn2dzx9"; 99 + type = "gem"; 100 }; 101 + version = "2.2.17"; 102 }; 103 }