sensu-plugins-unicorn 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
  SHA1:
3
- metadata.gz: 058d79af2f77794b836f4a7c7d608ab9b4b2e16d
4
- data.tar.gz: 54fa7ed4a7bc10ad60b0970f9d10a91e455f6b50
3
+ metadata.gz: 61e49e6ae7a5c7b8d54d1f426cce8f4c8dc133c1
4
+ data.tar.gz: a7a90c2af87c3cefcd17c0d20d734b1791520ed5
5
5
  SHA512:
6
- metadata.gz: 161e0ec407130598c9435c2ba3232e7dfa3fbb1bd21787055a4468fb135802543fd5d164f67867d4c73fa2359fa190c11ca0294732a6a512cfa288380a9cd4da
7
- data.tar.gz: 927700917ba7fb9b54c962d97da5af2dbcb3b217697676c90115cbd813cb1cccf48ad02a00d8ac2470a70849a4f97987cee970ccff4958d54ef884f09c75fa86
6
+ metadata.gz: 18cf5b842862fcfc353e0ad875d3926006813093ac11602a6d95bbe2729ef2de3d77087346d86b4ebc2d45eff7f5a4f9b6eb4da9728de743a79ee761fdad99aa
7
+ data.tar.gz: 64ce9218495f0e419473091cc8960b54db5fb78919557797b5f1b92c8bc4a1bf3d8a03712b972aa8e2bb80ba4f444011d86cbdc0554a651877fec312d01cc3e5
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [1.0.1] - 2017-08-07
9
+ ### Changed
10
+ - Change `sensu-plugin` dependency to `~> 1.2` (@eheydrick)
11
+
8
12
  ## [1.0.0] - 2017-07-15
9
13
  ### Added
10
14
  - Ruby 2.3.0 & 2.4.1 testing
@@ -17,7 +21,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
17
21
  - general gem cleanup
18
22
 
19
23
  ### Added
20
- - check-unicorn-sueue check
24
+ - check-unicorn-queue check
21
25
  - metrics-unicorn check
22
26
 
23
27
  ## [0.0.3] - 2015-07-14
@@ -35,7 +39,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
35
39
  ### Added
36
40
  - initial release
37
41
 
38
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-unicorn/compare/1.0.0...HEAD
42
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-unicorn/compare/1.0.1...HEAD
43
+ [1.0.1]: https://github.com/sensu-plugins/sensu-plugins-unicorn/compare/1.0.0...1.0.1
39
44
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-unicorn/compare/0.0.4...1.0.0
40
45
  [0.0.4]: https://github.com/sensu-plugins/sensu-plugins-unicorn/compare/0.0.3...0.0.4
41
46
  [0.0.3]: https://github.com/sensu-plugins/sensu-plugins-unicorn/compare/0.0.2...0.0.3
@@ -2,7 +2,7 @@ module SensuPluginsUnicorn
2
2
  module Version
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- PATCH = 0
5
+ PATCH = 1
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-unicorn
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: 2017-07-15 00:00:00.000000000 Z
11
+ date: 2017-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: raindrops
@@ -28,16 +28,16 @@ dependencies:
28
28
  name: sensu-plugin
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '='
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.2.0
33
+ version: '1.2'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '='
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 1.2.0
40
+ version: '1.2'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement