sensu-plugins-graylog 1.1.0 → 1.2.0

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
  SHA1:
3
- metadata.gz: 9305d0144c683c909d1891e7edd558e1a8685bbf
4
- data.tar.gz: 6cfca28d71fbccd4e83ac8580afeeb6aabec35b9
3
+ metadata.gz: da4694237b3238a129ced488fbff3d1c436517c9
4
+ data.tar.gz: cf04b79263c1e08b0523f7ff4517f325df14245f
5
5
  SHA512:
6
- metadata.gz: 39ef211ff1d170d227a78245a330e48d73bbc51fc20fd8de865a0d0c27e6b259cacff74e49c0128c957633298d90a7c8d2983c9177c8c34e76de37578a699449
7
- data.tar.gz: 24852c0f9c0767040ede3775cd3fc2fb8863179e97b6d29fe8f75aee4cfb92e00110280474f5cc05f1ac9f43f73ae237544f740ca7321ea47445b49361edc758
6
+ metadata.gz: 89ac214d73ffd88c1567b36ae53170a146ad79175cc98fa4b977c48c7e2fdc58595aa6d1b3fbf06b90b489b0c7d7da0597ae2d38b10a32c8d2cb7e20797a6384
7
+ data.tar.gz: 4a73a7e2a90208990037136b3c1e3a8c89299a2d7cfdd935bf225f5027e7cc38af8b70551af87d1962fee863ad49ea491b4227b0aa7c1989d703b1065cc21d6a
data/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [1.2.0] 2017-07-13
9
+ ### Added
10
+ - Ruby 2.4.1 testing
11
+
12
+ ### Changes
13
+ - Updated rest-client to 2.0.2 for Ruby 2.4.1 compatibility
14
+
8
15
  ## [1.1.0] - 2017-04-25
9
16
  ### Changed
10
17
  - update readme to fix script names (@nathanhruby)
@@ -50,7 +57,8 @@ in your environment is encouraged.
50
57
  ### Added
51
58
  - initial release
52
59
 
53
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-graylog/compare/1.1.0...HEAD
60
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-graylog/compare/1.2.0...HEAD
61
+ [1.2.0]: https://github.com/sensu-plugins/sensu-plugins-graylog/compare/1.1.0...1.2.0
54
62
  [1.1.0]: https://github.com/sensu-plugins/sensu-plugins-graylog/compare/1.0.0...1.1.0
55
63
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-graylog/compare/0.1.0...1.0.0
56
64
  [0.1.0]: https://github.com/sensu-plugins/sensu-plugins-graylog/compare/0.0.2...0.1.0
@@ -1,7 +1,7 @@
1
1
  module SensuPluginsGraylog
2
2
  module Version
3
3
  MAJOR = 1
4
- MINOR = 1
4
+ MINOR = 2
5
5
  PATCH = 0
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-graylog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-25 00:00:00.000000000 Z
11
+ date: 2017-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 1.8.0
33
+ version: 2.0.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 1.8.0
40
+ version: 2.0.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement