cide: 0.8.1 -> 0.9.0

This commit is contained in:
zimbatm 2016-02-26 14:34:19 +00:00
parent 2bcec4272f
commit c08f18df63
3 changed files with 16 additions and 16 deletions

View File

@ -11,7 +11,7 @@ GEM
descendants_tracker (~> 0.0.4) descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0) ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1) thread_safe (~> 0.3, >= 0.3.1)
cide (0.8.1) cide (0.9.0)
thor (~> 0.19) thor (~> 0.19)
virtus (~> 1.0) virtus (~> 1.0)
coercible (1.0.0) coercible (1.0.0)

View File

@ -1,8 +1,8 @@
{ stdenv, lib, bundlerEnv, makeWrapper, docker, git }: { stdenv, lib, bundlerEnv, makeWrapper, docker, git, gnutar, gzip }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "cide-${version}"; name = "cide-${version}";
version = "0.8.1"; version = "0.9.0";
env = bundlerEnv { env = bundlerEnv {
name = "${name}-gems"; name = "${name}-gems";
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin
makeWrapper ${env}/bin/cide $out/bin/cide \ makeWrapper ${env}/bin/cide $out/bin/cide \
--set PATH ${docker}/bin:${git}/bin --set PATH ${docker}/bin:${git}/bin:${gnutar}/bin:${gzip}/bin
''; '';
meta = with lib; { meta = with lib; {

View File

@ -22,20 +22,20 @@
version = "0.19.1"; version = "0.19.1";
}; };
jmespath = { jmespath = {
version = "1.1.3";
source = { source = {
type = "gem";
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0vpvd61kc60f98jn28kw7x7vi82qrwgglam42nvzh98i43yxwsfb"; sha256 = "0vpvd61kc60f98jn28kw7x7vi82qrwgglam42nvzh98i43yxwsfb";
type = "gem";
}; };
version = "1.1.3";
}; };
ice_nine = { ice_nine = {
version = "0.11.2";
source = { source = {
type = "gem";
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1nv35qg1rps9fsis28hz2cq2fx1i96795f91q4nmkm934xynll2x"; sha256 = "1nv35qg1rps9fsis28hz2cq2fx1i96795f91q4nmkm934xynll2x";
type = "gem";
}; };
version = "0.11.2";
}; };
equalizer = { equalizer = {
source = { source = {
@ -61,11 +61,11 @@
version = "1.0.0"; version = "1.0.0";
}; };
cide = { cide = {
version = "0.8.1"; version = "0.9.0";
source = { source = {
type = "gem"; type = "gem";
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1vsa7smab5dj6mcf0csl9wm18x95h6yphm7x18is53bv5hrzgill"; sha256 = "1wykwv0jnrh49jm9zsy1cb5wddv65iw4ixh072hr242wb83dcyl0";
}; };
}; };
axiom-types = { axiom-types = {
@ -77,27 +77,27 @@
version = "0.1.1"; version = "0.1.1";
}; };
aws-sdk-resources = { aws-sdk-resources = {
version = "2.2.17";
source = { source = {
type = "gem";
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0vdnpjmil99n9d1fpk1w6ssgvmzx4wfmrqcij8nyd0iqdaacx3fj"; sha256 = "0vdnpjmil99n9d1fpk1w6ssgvmzx4wfmrqcij8nyd0iqdaacx3fj";
type = "gem";
}; };
version = "2.2.17";
}; };
aws-sdk-core = { aws-sdk-core = {
version = "2.2.17";
source = { source = {
type = "gem";
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1vq7ny5n3rdfzkdqdm76r48slmp2a5v7565llrl4bw5hb5k4p75z"; sha256 = "1vq7ny5n3rdfzkdqdm76r48slmp2a5v7565llrl4bw5hb5k4p75z";
type = "gem";
}; };
version = "2.2.17";
}; };
aws-sdk = { aws-sdk = {
version = "2.2.17";
source = { source = {
type = "gem";
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1cwycrdk21blzjzf8fj1wlmdix94rj9aixj6phx6lwbqykn2dzx9"; sha256 = "1cwycrdk21blzjzf8fj1wlmdix94rj9aixj6phx6lwbqykn2dzx9";
type = "gem";
}; };
version = "2.2.17";
}; };
} }