sensu-plugins-xen 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 +12 -1
- data/lib/sensu-plugins-xen/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: f335d423f6878f3b8f15639276e859ef1b3c40fa
|
|
4
|
+
data.tar.gz: 349d8e5b7120e6549ea41098eba7f718306140ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 721d5fcf5ba59b8750f59ab880b28df0b33c3848ebfcdaaf36ada898a75d126dcfc8df1392b23dc7f0e1132e2cf2c1d8a1a3e24daf2154309aa8e129817a3635
|
|
7
|
+
data.tar.gz: 359f9aed89ad03764dafd0ba89133d9d654ae1ced792095d0d5695d4d719d88845a8efe878e565a0ab731212138adec69374ce4a1f2fb6044625fc5dfc8ea04e
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,16 @@ 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-04
|
|
9
|
+
### Added
|
|
10
|
+
- Ruby 2.3.0 & 2.4.1 testing (@Evesy)
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- PR template spelling (@Evesy)
|
|
14
|
+
|
|
15
|
+
### Breaking Change
|
|
16
|
+
- Remove Ruby 1.9 completely (@Evesy)
|
|
17
|
+
|
|
8
18
|
## [1.0.0] - 2017-05-03
|
|
9
19
|
## Breaking Change
|
|
10
20
|
- removed ruby 1.9 testing as its really not supported anymore (@majormoses)
|
|
@@ -35,7 +45,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
35
45
|
### Added
|
|
36
46
|
- initial release
|
|
37
47
|
|
|
38
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-xen/compare/
|
|
48
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-xen/compare/2.0.0...HEAD
|
|
49
|
+
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-xen/compare/1.0.0...2.0.0
|
|
39
50
|
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-xen/compare/0.1.0...1.0.0
|
|
40
51
|
[0.1.0]: https://github.com/sensu-plugins/sensu-plugins-xen/compare/0.0.3...0.1.0
|
|
41
52
|
[0.0.3]: https://github.com/sensu-plugins/sensu-plugins-xen/compare/0.0.2...0.0.3
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-xen
|
|
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-04 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
|
- - ">="
|