sensu-plugins-meta 0.3.0 → 0.3.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: 0d77524cb3b92d31a990d834c0387a6aa92b80f40197c8a08e0dbe1948095b55
4
- data.tar.gz: 502182147ca23c617c5f2a3278b7bd64e6b00c145bac5e5561444ba1f029e006
3
+ metadata.gz: 905cfee87db86880d6eb1dabca4c6180ce685b4881d5c476146c9dfd7983aab2
4
+ data.tar.gz: ec483bac96ba8d8e83cc9c2f52cd162341941793914003c792fe75694db4f497
5
5
  SHA512:
6
- metadata.gz: 8312eb5e625a0bd7d8fda34d19e11f491b7fe897ce440844d310ed5431886584ee55a33cc8763a0a0c0f4fe462e14943f620f018aa78cfaa3b53bb0b654f6d4d
7
- data.tar.gz: 373bf23799df18d915760165031e563d598e73e813e29c6010b295f1550c73b93f47f63c5e05c2066693de67253f9be26aee684b2e9c92a998a7c319515776ff
6
+ metadata.gz: 86375c487c7d0d6db47a3b993354212f60076e875c7af61d6b8fcfdf1bb76a0b03f2ca39f59e00c610c78581f04ff48cd061bebedaef81f82d4fb6fbb4e5ea28
7
+ data.tar.gz: 205650d6b212968d1dc5a2c324503e0cdf10f8bbcf6a53814dea778722b74ba47c01555becac8f76c9784188657d7aed88d2d834efd4539bcb95211010ff40ba
@@ -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.1] - 2018-02-07
7
+ ### Changed
8
+ - Fix the gem homepage URL
9
+
6
10
  ## [0.3.0] - 2018-02-07
7
11
  ### Changed
8
12
  - Support loading checks with a wider range of sensu-plugin versions
@@ -22,7 +26,9 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
22
26
  ### Added
23
27
  - Initial release
24
28
 
25
- [Unreleased]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.2.1...HEAD
29
+ [Unreleased]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.3.1...HEAD
30
+ [0.3.1]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.3.0...v0.3.1
31
+ [0.3.0]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.2.1...v0.3.0
26
32
  [0.2.1]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.2.0...v0.2.1
27
33
  [0.2.0]: https://github.com/socrata-platform/sensu-plugins-meta/compare/v0.1.0...v0.2.0
28
34
  [0.1.0]: https://github.com/socrata-platform/sensu-plugins-meta/tree/v0.1.0
@@ -8,7 +8,7 @@ module SensuPluginsMeta
8
8
  # The minor version.
9
9
  MINOR = 3
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,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.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
@@ -254,7 +254,7 @@ files:
254
254
  - bin/check-meta-ruby.rb
255
255
  - lib/sensu_plugins_meta.rb
256
256
  - lib/sensu_plugins_meta/version.rb
257
- homepage: https://github.com/sensu-plugins/sensu-plugins-meta
257
+ homepage: https://github.com/socrata-platform/sensu-plugins-meta
258
258
  licenses:
259
259
  - MIT
260
260
  metadata: