riemann-tools: 0.2.13 -> 0.2.14

This commit is contained in:
Nick Novitski 2019-07-31 13:48:26 -07:00 committed by Frederik Rietdijk
parent 1a063b8fef
commit 38b43eeed4
3 changed files with 19 additions and 8 deletions

View file

@ -1,3 +1,3 @@
source 'https://rubygems.org'
gem "riemann-tools", "0.2.13"
gem "riemann-tools"

View file

@ -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

View file

@ -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"];