sensu-plugins-entropy-checks 2.0.0 → 2.0.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: 9c0ecb4cd47e08b9ed4a0bd8481a418dc0b8ddd4b433a71ad16a7600278d4bd5
4
- data.tar.gz: e4cf47a0718e555dff56f7090d55ce4243e3358c33fb92f5b315b69f687c652d
3
+ metadata.gz: 4719d90ebe0a28f04adfaa2618a4b559fbc8380891160110816bc79e44f3aead
4
+ data.tar.gz: fc621260ceec00227cdda33d7b3d516d102d0122ed2e62136a66054b6212e59c
5
5
  SHA512:
6
- metadata.gz: 01b3728b19d2a1aeb171606377b0f5603de7272c0fe978c5b096e8b8f57d77a843916cd7fdc857039e13571be973d60d88d002540d689e89aa75b8fc86e8276e
7
- data.tar.gz: ccff9222a5a1ef0d549e550b87bc9c714dae6950ae9258a539a96be5b66d0535c3a2b1a9ed1186f563b2ed13ed4f06eeb81fd5501343d7cf5d597c76bee217ea
6
+ metadata.gz: 18894a91437158691db508b7fda77d1214664e5f442be8b637ececde6fdbfb3c0d411f2f886a167425763bd176237a6e03b59e644dfe22ce557fe7b711380589
7
+ data.tar.gz: ffcf559a277579c6ea6a2196b54cb70ae03faf5b393547e9d74f0a5b013d5fe9fa8fb1a0fd740683a8a620a587ff2e9da2c3a1d42c88bc134906fa5416bdb88e
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [2.0.1] - 2020-05-05
9
+ ### Changed
10
+ - Fixed travis for ruby gem
11
+
8
12
  ## [2.0.0] - 2020-04-27
9
13
  ### Breaking Changes
10
14
  - Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
@@ -43,7 +47,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
43
47
  ### Added
44
48
  - initial release
45
49
 
46
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-entropy-checks/compare/2.0.0...HEAD
50
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-entropy-checks/compare/2.0.1...HEAD
51
+ [2.0.1]: https://github.com/sensu-plugins/sensu-plugins-entropy-checks/compare/2.0.0...2.0.1
47
52
  [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-entropy-checks/compare/1.0.0...2.0.0
48
53
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-entropy-checks/compare/0.0.3...1.0.0
49
54
  [0.0.3]: https://github.com/sensu-plugins/sensu-plugins-entropy-checks/compare/0.0.2...0.0.3
@@ -4,7 +4,7 @@ module SensuPluginsEntropyChecks
4
4
  module Version
5
5
  MAJOR = 2
6
6
  MINOR = 0
7
- PATCH = 0
7
+ PATCH = 1
8
8
 
9
9
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-entropy-checks
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu Plugins and contributors