sensu-plugins-chef 3.0.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb17eb771d2cebc8381e6067b4360fab6094faef
4
- data.tar.gz: 0aab331c7575d63364031a6a917b267054452c9e
3
+ metadata.gz: b79f63eea985ea3025336cfba7c01d196f9bedb3
4
+ data.tar.gz: 89a2740d2124ce4320c2dbf76739bfd80c619a38
5
5
  SHA512:
6
- metadata.gz: 041df6bc01b2dc303fe88098b6900ad7c26ea80f88e04d9c538140716a6cd352c393951fe03a2f9dc0573acc04e372fc17551bc87396c71908397e5988ce4647
7
- data.tar.gz: 26132d2233956038dda9232bb8ec0774b3575636f9e5ba17f7c218e985608988e49b49d5acf2ba8d1e89c183d8b9a256e8895870554168130d013bf907de93a2
6
+ metadata.gz: 5868f712c21270307502291d99480ca3f5f5cb21a971329567ed1b2ee997473c42579acce15a986d8fc2891ceca297cba040d57c4e5354dde59b85803c1ebbdd
7
+ data.tar.gz: 3dc6552f7f56373e3b63cacc1679b3d699bd01854506cdfc1f9a2cd8b282322ff16bc7b78764299b71a31aee474aa098df893c7958a2a9c959b4a95dbb44ee27
data/CHANGELOG.md CHANGED
@@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
  This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
5
 
6
6
  ## [Unreleased]
7
+ ## [3.0.2] - 2017-05-28
8
+ ## Fixed
9
+ - updating runtime deps
7
10
  ## [3.0.1] - 2017-05-09
8
11
  ## Changed
9
12
  - supress lots of hashie warnings by setting its logger to nil like this: https://github.com/berkshelf/berkshelf/pull/1668/files#diff-3eca4e8b32b88ae6a1f14498e3ef7b25R5 (@babrams)
@@ -75,7 +78,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
75
78
  ### Added
76
79
  - initial release
77
80
 
78
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/2.0.1...HEAD
81
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/3.0.2...HEAD
82
+ [3.0.2]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/3.0.2...3.0.1
83
+ [3.0.1]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/3.0.1...3.0.0
84
+ [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/3.0.0...2.0.1
79
85
  [2.0.1]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/2.0.0...2.0.1
80
86
  [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/1.0.0...2.0.0
81
87
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/0.0.6...1.0.0
@@ -2,7 +2,7 @@ module SensuPluginsChef
2
2
  module Version
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- PATCH = 1
5
+ PATCH = 2
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-chef
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
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-05-09 00:00:00.000000000 Z
11
+ date: 2017-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chef
@@ -24,6 +24,26 @@ dependencies:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
26
  version: 12.12.15
27
+ - !ruby/object:Gem::Dependency
28
+ name: hashie
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "<"
32
+ - !ruby/object:Gem::Version
33
+ version: 4.0.0
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: 2.0.2
37
+ type: :runtime
38
+ prerelease: false
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - "<"
42
+ - !ruby/object:Gem::Version
43
+ version: 4.0.0
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: 2.0.2
27
47
  - !ruby/object:Gem::Dependency
28
48
  name: ridley
29
49
  requirement: !ruby/object:Gem::Requirement