sensu-plugins-meta 0.3.0 → 0.3.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 +7 -1
- data/lib/sensu_plugins_meta/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 905cfee87db86880d6eb1dabca4c6180ce685b4881d5c476146c9dfd7983aab2
|
4
|
+
data.tar.gz: ec483bac96ba8d8e83cc9c2f52cd162341941793914003c792fe75694db4f497
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86375c487c7d0d6db47a3b993354212f60076e875c7af61d6b8fcfdf1bb76a0b03f2ca39f59e00c610c78581f04ff48cd061bebedaef81f82d4fb6fbb4e5ea28
|
7
|
+
data.tar.gz: 205650d6b212968d1dc5a2c324503e0cdf10f8bbcf6a53814dea778722b74ba47c01555becac8f76c9784188657d7aed88d2d834efd4539bcb95211010ff40ba
|
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
|
+
## [0.3.1] - 2018-02-07
|
7
|
+
### Changed
|
8
|
+
- Fix the gem homepage URL
|
9
|
+
|
6
10
|
## [0.3.0] - 2018-02-07
|
7
11
|
### Changed
|
8
12
|
- Support loading checks with a wider range of sensu-plugin versions
|
@@ -22,7 +26,9 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
22
26
|
### Added
|
23
27
|
- Initial release
|
24
28
|
|
25
|
-
[Unreleased]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.
|
29
|
+
[Unreleased]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.3.1...HEAD
|
30
|
+
[0.3.1]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.3.0...v0.3.1
|
31
|
+
[0.3.0]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.2.1...v0.3.0
|
26
32
|
[0.2.1]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.2.0...v0.2.1
|
27
33
|
[0.2.0]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.1.0...v0.2.0
|
28
34
|
[0.1.0]: https://github.com/socrata-platform/sensu-plugins-meta/tree/v0.1.0
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-meta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sensu-Plugins and contributors
|
@@ -254,7 +254,7 @@ files:
|
|
254
254
|
- bin/check-meta-ruby.rb
|
255
255
|
- lib/sensu_plugins_meta.rb
|
256
256
|
- lib/sensu_plugins_meta/version.rb
|
257
|
-
homepage: https://github.com/
|
257
|
+
homepage: https://github.com/socrata-platform/sensu-plugins-meta
|
258
258
|
licenses:
|
259
259
|
- MIT
|
260
260
|
metadata:
|