sensu-plugins-meta 0.3.1 → 0.3.2

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: 905cfee87db86880d6eb1dabca4c6180ce685b4881d5c476146c9dfd7983aab2
4
- data.tar.gz: ec483bac96ba8d8e83cc9c2f52cd162341941793914003c792fe75694db4f497
3
+ metadata.gz: 2f552ce38550c91e185e558d16e9a5f6e1b3e01e8f219b541074db7c73248a56
4
+ data.tar.gz: 1585bf2bae08ae390cb49113048752caad65e08cee9d4f0157f0b8f3b804a7c7
5
5
  SHA512:
6
- metadata.gz: 86375c487c7d0d6db47a3b993354212f60076e875c7af61d6b8fcfdf1bb76a0b03f2ca39f59e00c610c78581f04ff48cd061bebedaef81f82d4fb6fbb4e5ea28
7
- data.tar.gz: 205650d6b212968d1dc5a2c324503e0cdf10f8bbcf6a53814dea778722b74ba47c01555becac8f76c9784188657d7aed88d2d834efd4539bcb95211010ff40ba
6
+ metadata.gz: 8cec1fb1c9505b4545a98c3df725bd2f257c42ca1a27369e7de98d877113ae6ddea07858d4dea303a71a58b4a928741f70b1c39f5f3638788a811c4f72b26e49
7
+ data.tar.gz: 781020c4f6f7563b32872d65952465a8a85b98d9492cf7804fc806e3304546817749de1917fc0db19c60b034d4ebfd2dde4a2140abeac6b57dfe8037e35e0cfe
@@ -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.2] - 2018-02-07
7
+ ### Changed
8
+ - Fix version tagging in GitHub
9
+
6
10
  ## [0.3.1] - 2018-02-07
7
11
  ### Changed
8
12
  - Fix the gem homepage URL
@@ -26,7 +30,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
26
30
  ### Added
27
31
  - Initial release
28
32
 
29
- [Unreleased]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.3.1...HEAD
33
+ [0.3.2]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.3.1...v0.3.2
30
34
  [0.3.1]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.3.0...v0.3.1
31
35
  [0.3.0]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.2.1...v0.3.0
32
36
  [0.2.1]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.2.0...v0.2.1
@@ -8,7 +8,7 @@ module SensuPluginsMeta
8
8
  # The minor version.
9
9
  MINOR = 3
10
10
  # The patch version.
11
- PATCH = 1
11
+ PATCH = 2
12
12
  # Concat them into a version string
13
13
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
14
14
  end
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.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors