sensu-plugins-cassandra 3.0.0 → 3.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: 40b659004dfe25d35fb353d9590464be6a5996ba37cd41b4b6f3fb171c1b1232
4
- data.tar.gz: c22c1ae94208d57d757d41477ed0bb0aadbeff00b00a268215e084df8b18adb5
3
+ metadata.gz: 7237723aafd832cfdde0e71861c91fbf2827104c07fdd6eb1402ce974d93d0bf
4
+ data.tar.gz: fe039ced16ea785a578bd07d33ca3b1cca68b80c6e9f685058e1b782ded46268
5
5
  SHA512:
6
- metadata.gz: b75435763bcbb1e4757685b2dd87148c970fc3e5cb2985b9267bfe2d23b6490515322e00ba2be68b30cfd53295d9d0a425b838b8b9485836bfdd0f6a48fa9a07
7
- data.tar.gz: 9dd068db1a9fe080a36122e8663b881ca784d314d9b9263961d849beabd51f1206471819c777c0683801263b91f5e3a6d7f842f631f992b1405d7ddac7b609f8
6
+ metadata.gz: 3a6f2d6232f0d4504286b4476aab4d481c2fee8881d9f69bc7b9bb0fe9f034690daa233603aa16c2dcba5c38066840cdaa5ca6d797ff1cda1b45610614f79b68
7
+ data.tar.gz: ff9a27076089f9cc6f53e93007ecd9d0bef3d3b1f426c4d8470dc7c71f1987e9dfe4d6750c1eb6ca58ae7b5b2ccfc557ef55b5ca349142eb88908486e559f9e3
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [3.0.1] - 2020-05-12
9
+ ### Changed
10
+ - Nothing, rolled version to force Travis build after failure
11
+
8
12
  ## [3.0.0] - 2020-05-12
9
13
  ### Breaking Changes
10
14
  - Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
@@ -85,7 +89,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
85
89
  ### Added
86
90
  - initial release
87
91
 
88
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-cassandra/compare/3.0.0...HEAD
92
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-cassandra/compare/3.0.1...HEAD
93
+ [3.0.1]: https://github.com/sensu-plugins/sensu-plugins-cassandra/compare/3.0.0...3.0.1
89
94
  [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-cassandra/compare/2.1.0...3.0.0
90
95
  [2.1.0]: https://github.com/sensu-plugins/sensu-plugins-cassandra/compare/2.0.2...2.1.0
91
96
  [2.0.2]: https://github.com/sensu-plugins/sensu-plugins-cassandra/compare/2.0.1...2.0.2
@@ -4,7 +4,7 @@ module SensuPluginsCassandra
4
4
  module Version
5
5
  MAJOR = 3
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-cassandra
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu Plugins and contributors