sensu-plugins-meta 1.0.9 → 1.0.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -0
- 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: 1b13b53b30b6264888b41b91576f0eca69d47e5b51e56f9463bf6abc2edae765
|
4
|
+
data.tar.gz: '01649a4d8fcde5afaa995e50e0df50891e0ebac68846e1b166745e1e8c042655'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75aebef0cba911b03dfacbbe8454aee39d612cdd9571edc5c5b89047e9501d04f2e0269c31a30be178d0f0a651dd269754c539b3a8166f5717fe15f84139613f
|
7
|
+
data.tar.gz: f643fee9aa9f7cea9cce97718f5cc03f06ec08b3aee176fa86219109eb8157f18efaa628594db28d422b1fcebae20f561efc09445920e516d99ddba735de7a56
|
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.10] - 2019-08-07
|
7
|
+
### Changed
|
8
|
+
- Bump rubocop from 0.73.0 to 0.74.0
|
9
|
+
|
6
10
|
## [1.0.9] - 2019-07-29
|
7
11
|
### Changed
|
8
12
|
- Bump redcarpet from 3.4.0 to 3.5.0
|
@@ -80,6 +84,13 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
80
84
|
### Added
|
81
85
|
- Initial release
|
82
86
|
|
87
|
+
[1.0.10]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v1.0.9...v1.0.10
|
88
|
+
[1.0.9]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v1.0.8...v1.0.9
|
89
|
+
[1.0.8]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v1.0.7...v1.0.8
|
90
|
+
[1.0.7]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v1.0.6...v1.0.7
|
91
|
+
[1.0.6]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v1.0.5...v1.0.6
|
92
|
+
[1.0.5]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v1.0.4...v1.0.5
|
93
|
+
[1.0.4]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v1.0.3...v1.0.4
|
83
94
|
[1.0.3]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v1.0.2...v1.0.3
|
84
95
|
[1.0.2]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v1.0.1...v1.0.2
|
85
96
|
[1.0.1]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v1.0.0...v1.0.1
|
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.10
|
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: 2019-07
|
11
|
+
date: 2019-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sensu-plugin
|