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