sensu-plugins-ipvs 1.0.1 → 1.0.2
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 +5 -1
- data/lib/sensu-plugins-ipvs/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: 3556014deb05b46964672384925717978383f2e0
|
|
4
|
+
data.tar.gz: 7ca7bf0ecc86382718712081b47cf02397c960c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d889b3f266870a4033093d74ca597b6e7abc89aebd3f9df1778a41cfaad3782f56c8181ba4ab901a834fd838b731ec9048cd1f32ed13726bf6422c74ec06352
|
|
7
|
+
data.tar.gz: 821a328f122e32e53709d4e1e57e209c2e074cfd078aacbae6670c544a4e92f557d69e50ee496f521eebdbd8e2fb6f426a3f38b8c990e665aba53b3c6ef2c8d6
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,9 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [1.0.2] - 2017-07-12
|
|
9
|
+
### Version Bump
|
|
10
|
+
|
|
8
11
|
## [1.0.1] - 2017-07-12
|
|
9
12
|
### Fixed
|
|
10
13
|
- fixed rake by including missing require on stdlib English
|
|
@@ -17,6 +20,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
17
20
|
### Breaking Changes
|
|
18
21
|
- Dropped Ruby 1.9.3 support
|
|
19
22
|
|
|
20
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-ipvs/compare/1.0.
|
|
23
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-ipvs/compare/1.0.2...HEAD
|
|
24
|
+
[1.0.2]: https://github.com/sensu-plugins/sensu-plugins-ipvs/compare/1.0.1...1.0.2
|
|
21
25
|
[1.0.1]: https://github.com/sensu-plugins/sensu-plugins-ipvs/compare/1.0.0...1.0.1
|
|
22
26
|
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-ipvs/compare/82c8ae8344eaa6df79655fd51e7232932f2abc5e...1.0.0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-ipvs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
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-07-
|
|
11
|
+
date: 2017-07-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sensu-plugin
|
|
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
189
189
|
version: '0'
|
|
190
190
|
requirements: []
|
|
191
191
|
rubyforge_project:
|
|
192
|
-
rubygems_version: 2.4.5
|
|
192
|
+
rubygems_version: 2.4.5
|
|
193
193
|
signing_key:
|
|
194
194
|
specification_version: 4
|
|
195
195
|
summary: Sensu plugins to get stats of ipvs
|