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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 425241c9fa725852444fa501aa3410d4ebca3906
4
- data.tar.gz: 694e77c9a79612b98272c36be1e643c7c2cb7b37
3
+ metadata.gz: f335d423f6878f3b8f15639276e859ef1b3c40fa
4
+ data.tar.gz: 349d8e5b7120e6549ea41098eba7f718306140ec
5
5
  SHA512:
6
- metadata.gz: 4171c3b8a07788baf2b109286f2b6fb0eae5785c62cde26471bbc2d2ecee027dd73379694f828acec622354733843d8f8c874bbbad5a593230885f9a151392c9
7
- data.tar.gz: 1ce4202650a66b11dc68ccc0d537a545654653ba4ae69e6589e25cd7140283bd726473d0d7780853466f919a3ca28076ff098a121891774b8809317c2872b118
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/1.0.0...HEAD
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
@@ -1,6 +1,6 @@
1
1
  module SensuPluginsXen
2
2
  module Version
3
- MAJOR = 1
3
+ MAJOR = 2
4
4
  MINOR = 0
5
5
  PATCH = 0
6
6
 
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: 1.0.0
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-05-04 00:00:00.000000000 Z
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: 1.9.3
184
+ version: 2.0.0
185
185
  required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  requirements:
187
187
  - - ">="