Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1a063b8fef07
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 38b43eeed432
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Aug 1, 2019

  1. riemann-tools: 0.2.13 -> 0.2.14

    nicknovitski authored and FRidh committed Aug 1, 2019
    Copy the full SHA
    38b43ee View commit details
Showing with 19 additions and 8 deletions.
  1. +1 −1 pkgs/tools/misc/riemann-tools/Gemfile
  2. +5 −4 pkgs/tools/misc/riemann-tools/Gemfile.lock
  3. +13 −3 pkgs/tools/misc/riemann-tools/gemset.nix
2 changes: 1 addition & 1 deletion pkgs/tools/misc/riemann-tools/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'

gem "riemann-tools", "0.2.13"
gem "riemann-tools"
9 changes: 5 additions & 4 deletions pkgs/tools/misc/riemann-tools/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
16 changes: 13 additions & 3 deletions pkgs/tools/misc/riemann-tools/gemset.nix
Original file line number Diff line number Diff line change
@@ -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"];