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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6446d7c579e50b37e6030a3b195d5a26acd753844bd2004329c6181eaa9187fe
4
- data.tar.gz: e8ba8e181be25eda9890213ed5b7513153c522264221e4dece2c0c0d1b64a343
3
+ metadata.gz: 3fcba1783336cae2d0062fd3c61b19ee5a00dd96623695489427f515e77a33ce
4
+ data.tar.gz: e86c5c458559f2de54d3fb6c59b63c111283fb26a09c63bf6966e361935152cc
5
5
  SHA512:
6
- metadata.gz: 4536b873817af4247ed9069c595a5413c86f5ccdabb75b4e25a631eb524923ffa5ba8d41332689300b3f298514551c7d6e4ee8f67772559d72504f74f15a5b9a
7
- data.tar.gz: d18196b7a97db155f44fa6d2cf561b843ca533245a07b5907e5ba816e19c5651fd5ff0e26519c85693be4be065ac98da83842131f7f5971d431e070f4fdb84e4
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
@@ -8,7 +8,7 @@ module SensuPluginsMeta
8
8
  # The minor version.
9
9
  MINOR = 0
10
10
  # The patch version.
11
- PATCH = 0
11
+ PATCH = 1
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.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: 2018-07-11 00:00:00.000000000 Z
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
- rubyforge_project:
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