sensu-plugins-growthforecast 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/sensu-plugins-growthforecast/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 06e040f01d20f04487b3f0936bae8a3d5b3786ff
|
|
4
|
+
data.tar.gz: 76512081ff1e32d5857114948729659b01a6b7b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c200bb367b29a45964ce1a602db1c38fabe2de04726098daea1d9c35080b1316704826c2878c4fd6b8e482ffa60ecd8e72667e37b6b7e1927f4dc234cc0e0ef
|
|
7
|
+
data.tar.gz: 649a1f521177dea3f9c40544f28f3ee283c989217d324bcfcd7499eb24cfe0d618689a1bc5725d3bbefed3e0170bb5654c2d9a1591179169719c4b32962c1c1d
|
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.0] - 2017-07-24
|
|
9
|
+
### Breaking Changes
|
|
10
|
+
- Minimum Ruby runtime version is now 2.0 (@eheydrick)
|
|
11
|
+
|
|
8
12
|
## [1.0.0] - 2017-06-26
|
|
9
13
|
### Added
|
|
10
14
|
- Support for Ruby 2.3 and 2.4 (@eheydrick)
|
|
@@ -27,6 +31,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
27
31
|
### Added
|
|
28
32
|
- initial release
|
|
29
33
|
|
|
30
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-growthforecast/compare/
|
|
34
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-growthforecast/compare/2.0.0...HEAD
|
|
35
|
+
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-growthforecast/compare/1.0.0...2.0.0
|
|
31
36
|
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-growthforecast/compare/0.0.2...1.0.0
|
|
32
37
|
[0.0.2]: https://github.com/sensu-plugins/sensu-plugins-growthforecast/compare/0.0.1...0.0.2
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-growthforecast
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.0.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-
|
|
11
|
+
date: 2017-07-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sensu-plugin
|
|
@@ -181,7 +181,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
181
181
|
requirements:
|
|
182
182
|
- - ">="
|
|
183
183
|
- !ruby/object:Gem::Version
|
|
184
|
-
version:
|
|
184
|
+
version: 2.0.0
|
|
185
185
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
186
186
|
requirements:
|
|
187
187
|
- - ">="
|