mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
riemann-tools: 0.2.13 -> 0.2.14
This commit is contained in:
parent
1a063b8fef
commit
38b43eeed4
@ -1,3 +1,3 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem "riemann-tools", "0.2.13"
|
||||
gem "riemann-tools"
|
||||
|
@ -4,21 +4,22 @@ GEM
|
||||
beefcake (1.0.0)
|
||||
json (1.8.6)
|
||||
mtrc (0.0.4)
|
||||
optimist (3.0.0)
|
||||
riemann-client (0.2.6)
|
||||
beefcake (>= 0.3.5, <= 1.0.0)
|
||||
mtrc (>= 0.0.4)
|
||||
trollop (>= 1.16.2)
|
||||
riemann-tools (0.2.13)
|
||||
riemann-tools (0.2.14)
|
||||
json (~> 1.8)
|
||||
riemann-client (>= 0.2.6)
|
||||
trollop (>= 1.16.2)
|
||||
optimist (~> 3.0, >= 3.0.0)
|
||||
riemann-client (~> 0.2, >= 0.2.6)
|
||||
trollop (2.9.9)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
riemann-tools (= 0.2.13)
|
||||
riemann-tools
|
||||
|
||||
BUNDLED WITH
|
||||
1.17.2
|
||||
|
@ -29,6 +29,16 @@
|
||||
};
|
||||
version = "0.0.4";
|
||||
};
|
||||
optimist = {
|
||||
groups = ["default"];
|
||||
platforms = [];
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "05jxrp3nbn5iilc1k7ir90mfnwc5abc9h78s5rpm3qafwqxvcj4j";
|
||||
type = "gem";
|
||||
};
|
||||
version = "3.0.0";
|
||||
};
|
||||
riemann-client = {
|
||||
dependencies = ["beefcake" "mtrc" "trollop"];
|
||||
groups = ["default"];
|
||||
@ -41,15 +51,15 @@
|
||||
version = "0.2.6";
|
||||
};
|
||||
riemann-tools = {
|
||||
dependencies = ["json" "riemann-client" "trollop"];
|
||||
dependencies = ["json" "optimist" "riemann-client"];
|
||||
groups = ["default"];
|
||||
platforms = [];
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "0brf44cq4xz0nqhs189zlg76527bfv3jr453yc00410qdzz8fpxa";
|
||||
sha256 = "07w9x3iw32zwpzsm9l63vn0nv1778qls1blqysr45m7l7x6n5wjx";
|
||||
type = "gem";
|
||||
};
|
||||
version = "0.2.13";
|
||||
version = "0.2.14";
|
||||
};
|
||||
trollop = {
|
||||
groups = ["default"];
|
||||
|
Loading…
Reference in New Issue
Block a user