sensu-plugins-hipchat 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 +9 -3
- data/lib/sensu-plugins-hipchat/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: 1a36fdf20c7dc8591eedde6e390e0476a94aaa66
|
|
4
|
+
data.tar.gz: 8e434e57854a3640666d53e097a064177bd5eebd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6bcca9dc7de74f4f9c1e77d89c6b430d3c8a0e7097ac483076302243443b4f5155b8a0fe6c9fd2fe9320dbc102897ba5d45575b1123fa8821d02f72c915d4424
|
|
7
|
+
data.tar.gz: e7daf8b1d518fa5c8ce2ed95390dd184dff4458b94eca1e40e9f89da6b8b6ef2dff573f903283a1f1684b3ad4c4675ed44a5fd46cb24e4aff6c0fb2864139df0
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
-
|
|
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/
|
|
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
|
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:
|
|
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-
|
|
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:
|
|
212
|
+
version: 2.0.0
|
|
213
213
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
214
214
|
requirements:
|
|
215
215
|
- - ">="
|