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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e0347ea01b7ffb162efeaf821b9012690e77bd3b8c84f8f2ebc4df92b01d87c9
4
- data.tar.gz: 2c17f1120bbab828d1fc8f2968231f08d4c62a7daba886c874db3208f93455bb
3
+ metadata.gz: 1b13b53b30b6264888b41b91576f0eca69d47e5b51e56f9463bf6abc2edae765
4
+ data.tar.gz: '01649a4d8fcde5afaa995e50e0df50891e0ebac68846e1b166745e1e8c042655'
5
5
  SHA512:
6
- metadata.gz: e17d6a60d41ce2c6026fbb9a58cc499c861130485e5d133b3aa5473aa499f7817bd24ebcec9b4750f0f0011eb5e676f3ed44efdda7e49e889b5b182dfbbecc9b
7
- data.tar.gz: cf8f57e7360e1d77aeb72d4e9e1a90f1008fcc3c9a6c21877d0c2faf2d42fecdd572bb8d442accf5441b8443d718830865018b83c6804f73b4c8f336203b9fd7
6
+ metadata.gz: 75aebef0cba911b03dfacbbe8454aee39d612cdd9571edc5c5b89047e9501d04f2e0269c31a30be178d0f0a651dd269754c539b3a8166f5717fe15f84139613f
7
+ data.tar.gz: f643fee9aa9f7cea9cce97718f5cc03f06ec08b3aee176fa86219109eb8157f18efaa628594db28d422b1fcebae20f561efc09445920e516d99ddba735de7a56
@@ -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
@@ -8,7 +8,7 @@ module SensuPluginsMeta
8
8
  # The minor version.
9
9
  MINOR = 0
10
10
  # The patch version.
11
- PATCH = 9
11
+ PATCH = 10
12
12
  # Concat them into a version string
13
13
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
14
14
  end
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.9
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-29 00:00:00.000000000 Z
11
+ date: 2019-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin