riemann-tools 1.9.0 → 1.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a687b20923e917950674963afc61f94986d17067dbaa847b882898b9efd213b
4
- data.tar.gz: 3ecceb218ec5603f4b15a8aae99ddca0578377eb45c6e22877e61e78f07a3eee
3
+ metadata.gz: c30626ff8ae893a3abef2344ada1099ce648fc14163ca8338fe38bd03c8cd0bd
4
+ data.tar.gz: 61346e389d5994932ece0dbb9a9a774d8de41ac98b39ca6e18b8a792c9f18470
5
5
  SHA512:
6
- metadata.gz: 3d7e1dda53482e7725ab3fe23d49488db45dfbf69bcf2e33550d385ae1fb79f4d868be1685c225b46180bd6f00d9c1ce723959d02e739570d0c021bdd9cf84e8
7
- data.tar.gz: e99bb824d6d3a17d9f2ea47bbf31bf468ce3f567949ae632db2927c4e8922a8d6f6b3141bda0f11da624493bfc7fe982749a5bae971a40572e134bff9e839b6f
6
+ metadata.gz: e82d31bff29ccd83052593ce1ba5d24149a89bd3da70a17d9fba377a85063e51b398a729df56d1ad32381d878bd8de60d53d455c5914a3fafb775a4387317e8b
7
+ data.tar.gz: f4382aba3f0c7d47437f7214a884434b747e334369605f87c51316b04ba7eeb8ee5bc5cecb33ad289b6909937c1319fa3f25602db6006a56a8665ba3ba7fe420
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [v1.9.1](https://github.com/riemann/riemann-tools/tree/v1.9.1) (2023-12-08)
4
+
5
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.9.0...v1.9.1)
6
+
7
+ **Fixed bugs:**
8
+
9
+ - Fix `riemann-haproxy` NoMethodError [\#275](https://github.com/riemann/riemann-tools/pull/275) ([smortex](https://github.com/smortex))
10
+
3
11
  ## [v1.9.0](https://github.com/riemann/riemann-tools/tree/v1.9.0) (2023-12-08)
4
12
 
5
13
  [Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.8.2...v1.9.0)
@@ -57,8 +57,8 @@ module Riemann
57
57
  get.basic_auth userinfo[0], userinfo[1]
58
58
  end
59
59
  h.request get
60
- res.body
61
60
  end
61
+ res.body
62
62
  end
63
63
  end
64
64
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Riemann
4
4
  module Tools # :nodoc:
5
- VERSION = '1.9.0'
5
+ VERSION = '1.9.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riemann-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kingsbury