redis-dump: 0.3.5 -> 0.4.0
This commit is contained in:
parent
7c506060fd
commit
09d0898eff
@ -2,14 +2,14 @@ GEM
|
|||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
drydock (0.6.9)
|
drydock (0.6.9)
|
||||||
redis (3.3.0)
|
redis (4.1.0)
|
||||||
redis-dump (0.3.5)
|
redis-dump (0.4.0)
|
||||||
drydock (>= 0.6.9)
|
drydock (>= 0.6.9)
|
||||||
redis (>= 2.0)
|
redis (>= 4.0)
|
||||||
uri-redis (>= 0.4.0)
|
uri-redis (>= 0.4.0)
|
||||||
yajl-ruby (>= 0.1)
|
yajl-ruby (>= 0.1)
|
||||||
uri-redis (0.4.2)
|
uri-redis (0.4.2)
|
||||||
yajl-ruby (1.2.1)
|
yajl-ruby (1.4.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
@ -18,4 +18,4 @@ DEPENDENCIES
|
|||||||
redis-dump
|
redis-dump
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.11.2
|
1.17.2
|
||||||
|
@ -1,19 +1,15 @@
|
|||||||
{ lib, bundlerEnv, ruby, perl, autoconf }:
|
{ lib, bundlerApp }:
|
||||||
|
|
||||||
bundlerEnv {
|
bundlerApp {
|
||||||
name = "redis-dump-0.3.5";
|
pname = "redis-dump";
|
||||||
|
|
||||||
inherit ruby;
|
|
||||||
gemdir = ./.;
|
gemdir = ./.;
|
||||||
|
exes = [ "redis-dump" ];
|
||||||
buildInputs = [ perl autoconf ];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
broken = true; # needs ruby 2.0
|
|
||||||
description = "Backup and restore your Redis data to and from JSON";
|
description = "Backup and restore your Redis data to and from JSON";
|
||||||
homepage = http://delanotes.com/redis-dump/;
|
homepage = http://delanotes.com/redis-dump/;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ offline ];
|
maintainers = with maintainers; [ offline manveru ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
drydock = {
|
drydock = {
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0grf3361mh93lczljmnwafl7gbcp9kk1bjpfwx4ykpd43fzdbfyj";
|
sha256 = "0grf3361mh93lczljmnwafl7gbcp9kk1bjpfwx4ykpd43fzdbfyj";
|
||||||
@ -8,22 +10,29 @@
|
|||||||
version = "0.6.9";
|
version = "0.6.9";
|
||||||
};
|
};
|
||||||
redis = {
|
redis = {
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1v68ggm0pwcyml3ngfyngwgvypwmsrmji1kyx48qqcg045zjs5p6";
|
sha256 = "0rk6mmy3y2jd34llrf591ribl1p54ghkw7m96wrbamy8fwva5zqv";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "3.3.0";
|
version = "4.1.0";
|
||||||
};
|
};
|
||||||
redis-dump = {
|
redis-dump = {
|
||||||
|
dependencies = ["drydock" "redis" "uri-redis" "yajl-ruby"];
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0y6s3nvcw84jqqvp9pjg9qmqyc0b8jkrp0dknhjjr0lg2q3fq87h";
|
sha256 = "1gvip73kgm8xvyjmjkz4b986wni9blsmrnpvp5jrsxjz3g0sqzwg";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.3.5";
|
version = "0.4.0";
|
||||||
};
|
};
|
||||||
uri-redis = {
|
uri-redis = {
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "13n8ak41rikkbmml054pir4i1xbgjpmf3dbqihc2kcrgmz3dg81a";
|
sha256 = "13n8ak41rikkbmml054pir4i1xbgjpmf3dbqihc2kcrgmz3dg81a";
|
||||||
@ -32,10 +41,13 @@
|
|||||||
version = "0.4.2";
|
version = "0.4.2";
|
||||||
};
|
};
|
||||||
yajl-ruby = {
|
yajl-ruby = {
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
sha256 = "0zvvb7i1bl98k3zkdrnx9vasq0rp2cyy5n7p9804dqs4fz9xh9vf";
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "16v0w5749qjp13xhjgr2gcsvjv6mf35br7iqwycix1n2h7kfcckf";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.2.1";
|
version = "1.4.1";
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user