sensu-plugins-hipchat 1.0.0 → 2.0.0

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
  SHA1:
3
- metadata.gz: 2f5886dabf46c789b374f3960feb35332a02fbd9
4
- data.tar.gz: d93370b670f9b9f2cbaa89c1592ab525b1fcc6cf
3
+ metadata.gz: 1a36fdf20c7dc8591eedde6e390e0476a94aaa66
4
+ data.tar.gz: 8e434e57854a3640666d53e097a064177bd5eebd
5
5
  SHA512:
6
- metadata.gz: 7ada751ceacd8abd91c7ca33e18bb2ee3beb6b66c9922d56f4a81100c6a64e02493f45b99dbbea7c4c9c3e255bbc60f556c9576b9102dccde3ee70ba05729d87
7
- data.tar.gz: 26e038c719f36065dcf5e0164ac65304df202cf9ca7494e521303a9787aec6a6cf884ce7ef1f218724773ab44e4a6758b29e8d0bd5f94491e1ed7b735a41419b
6
+ metadata.gz: 6bcca9dc7de74f4f9c1e77d89c6b430d3c8a0e7097ac483076302243443b4f5155b8a0fe6c9fd2fe9320dbc102897ba5d45575b1123fa8821d02f72c915d4424
7
+ data.tar.gz: e7daf8b1d518fa5c8ce2ed95390dd184dff4458b94eca1e40e9f89da6b8b6ef2dff573f903283a1f1684b3ad4c4675ed44a5fd46cb24e4aff6c0fb2864139df0
@@ -1,10 +1,15 @@
1
- #Change Log
1
+ # Change Log
2
2
  This project adheres to [Semantic Versioning](http://semver.org/).
3
3
 
4
4
  This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
5
 
6
6
  ## [Unreleased]
7
- ## [1.1.0] - 2017-07-12
7
+
8
+ ## [2.0.0] - 2017-07-24
9
+ ### Breaking Changes
10
+ - Minimum Ruby runtime version is now 2.0
11
+
12
+ ## [1.0.0] - 2017-07-12
8
13
  ### Added
9
14
  - Ruby 2.4.1 testing
10
15
 
@@ -37,7 +42,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
37
42
  ### Added
38
43
  - initial release
39
44
 
40
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-hipchat/compare/1.0.0...HEAD
45
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-hipchat/compare/2.0.0...HEAD
46
+ [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-hipchat/compare/1.0.0...2.0.0
41
47
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-hipchat/compare/0.0.4...1.0.0
42
48
  [0.0.4]: https://github.com/sensu-plugins/sensu-plugins-hipchat/compare/0.0.3...0.0.4
43
49
  [0.0.3]: https://github.com/sensu-plugins/sensu-plugins-hipchat/compare/0.0.2...0.0.3
@@ -1,6 +1,6 @@
1
1
  module SensuPluginsHipchat
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-hipchat
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-07-13 00:00:00.000000000 Z
11
+ date: 2017-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -209,7 +209,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
209
209
  requirements:
210
210
  - - ">="
211
211
  - !ruby/object:Gem::Version
212
- version: 1.9.3
212
+ version: 2.0.0
213
213
  required_rubygems_version: !ruby/object:Gem::Requirement
214
214
  requirements:
215
215
  - - ">="