sensu-plugins-meta 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/sensu_plugins_meta/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fcba1783336cae2d0062fd3c61b19ee5a00dd96623695489427f515e77a33ce
|
4
|
+
data.tar.gz: e86c5c458559f2de54d3fb6c59b63c111283fb26a09c63bf6966e361935152cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: deb4346f2d45224206d7f19cbd771ab5c584227329e36b110a92dd7a3404e126164be9231bbf20d354c4433f8e0977d818a6e5822da080e5147b8b949010ea32
|
7
|
+
data.tar.gz: 44447cc5567f0c02232895b97dc554cc65eb8474dbc699a3c53fd77e53ebfacc4441dea8aec0e86d1022832927765a3e61bb7e3cd46a0ef10fca100fa0917175
|
data/CHANGELOG.md
CHANGED
@@ -3,6 +3,10 @@ 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
|
+
## [1.0.1] - 2019-02-06
|
7
|
+
### Changed
|
8
|
+
- Update the Slack notification in the CI config
|
9
|
+
|
6
10
|
## [1.0.0] - 2018-07-11
|
7
11
|
### Changed
|
8
12
|
- Drop support for Ruby 2.1 and 2.2
|
@@ -42,6 +46,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
42
46
|
### Added
|
43
47
|
- Initial release
|
44
48
|
|
49
|
+
[1.0.1]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v1.0.0...v1.0.1
|
45
50
|
[1.0.0]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.3.3...v1.0.0
|
46
51
|
[0.3.3]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.3.2...v0.3.3
|
47
52
|
[0.3.2]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.3.1...v0.3.2
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-meta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
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:
|
11
|
+
date: 2019-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sensu-plugin
|
@@ -209,8 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
209
209
|
- !ruby/object:Gem::Version
|
210
210
|
version: '0'
|
211
211
|
requirements: []
|
212
|
-
|
213
|
-
rubygems_version: 2.7.7
|
212
|
+
rubygems_version: 3.0.2
|
214
213
|
signing_key:
|
215
214
|
specification_version: 4
|
216
215
|
summary: Sensu plugins for batching multiple checks as one
|