sensu-plugins-meta 0.3.2 → 0.3.3

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: 2f552ce38550c91e185e558d16e9a5f6e1b3e01e8f219b541074db7c73248a56
4
- data.tar.gz: 1585bf2bae08ae390cb49113048752caad65e08cee9d4f0157f0b8f3b804a7c7
3
+ metadata.gz: 3bddfcd3a0d2ece2f58a6d54731262d7f951c2b0527b7336848c36786a87b9aa
4
+ data.tar.gz: abbac5131c7b0a4aa650a712ba96aeeba9cdb91e450d212362e71459adf95cee
5
5
  SHA512:
6
- metadata.gz: 8cec1fb1c9505b4545a98c3df725bd2f257c42ca1a27369e7de98d877113ae6ddea07858d4dea303a71a58b4a928741f70b1c39f5f3638788a811c4f72b26e49
7
- data.tar.gz: 781020c4f6f7563b32872d65952465a8a85b98d9492cf7804fc806e3304546817749de1917fc0db19c60b034d4ebfd2dde4a2140abeac6b57dfe8037e35e0cfe
6
+ metadata.gz: e0c0bbfeb63da8158bbcfb992c89d3c8d146a1e05aaaf0afc532bb2cbc8c87f0fc9ccbf652dc5fb527a0987940337a3dbff3f055a9abe2ba7a0fd574b3f8855d
7
+ data.tar.gz: 7eb4a145f8ff02c4d802c683e38f8db5461b1cc118c68698de74db05fd32a6b90f68dcba20746a8b53c59cbb633d5104a1423c4a2abd2bf8a7d6c81ca35c7fa5
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.3] - 2018-03-07
7
+ ### Changed
8
+ - Fix a new style violation
9
+
6
10
  ## [0.3.2] - 2018-02-07
7
11
  ### Changed
8
12
  - Fix version tagging in GitHub
@@ -30,6 +34,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
30
34
  ### Added
31
35
  - Initial release
32
36
 
37
+ [0.3.3]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.3.2...v0.3.3
33
38
  [0.3.2]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.3.1...v0.3.2
34
39
  [0.3.1]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.3.0...v0.3.1
35
40
  [0.3.0]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.2.1...v0.3.0
@@ -8,7 +8,7 @@ module SensuPluginsMeta
8
8
  # The minor version.
9
9
  MINOR = 3
10
10
  # The patch version.
11
- PATCH = 2
11
+ PATCH = 3
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: 0.3.2
4
+ version: 0.3.3
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-02-07 00:00:00.000000000 Z
11
+ date: 2018-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -280,7 +280,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
280
280
  version: '0'
281
281
  requirements: []
282
282
  rubyforge_project:
283
- rubygems_version: 2.7.5
283
+ rubygems_version: 2.7.6
284
284
  signing_key:
285
285
  specification_version: 4
286
286
  summary: Sensu plugins for batching multiple checks as one