chef-rabbit 1.0.11 → 1.0.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MjA1MjVhNmZiZTA3ODc0Yzg1MWQyOTFmZGNiOGJiMGQwNjZlZmE5ZQ==
5
- data.tar.gz: !binary |-
6
- YTk0OWE0MTFlMDgzZWE0ZmEwZjcyMGYzYmQxNmI2OGRhN2Y5N2ZlMQ==
2
+ SHA1:
3
+ metadata.gz: 5b8d90786bd9729ea01f8037a7b9d96c4211ffaa
4
+ data.tar.gz: ea570ecf6214e269fea04ad745218aa6886d16f2
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- YmRmODRjY2I5Njg3OTc5MDg0NmUwNTQ0N2JhZDVkNzY5ZmRlOTY3MThhNWNm
10
- ZjBjYjM4Y2EyMjVkMDA4OWE4NTEzZTE0YmJjYmNmZWEyNTkxNDExNjFkNjM3
11
- MmFmNjg5NjVkYmE3YTEyZjkyNzgxYTBlMmZmYmZiNzY2NDQ5Y2I=
12
- data.tar.gz: !binary |-
13
- ZTM3MjE2YTQ5NmYwOGMxMWI5MmEyZmI4ZmI0ZjU4NTdiYWU5OGI3YzdhODEy
14
- OTc0MTk4MWI0NjNjOTcwMWEyNDVjOTE4Y2Q0OTg2MmJmNjkzZGY2ZGYzYTc2
15
- YTdkNTU1ZWJjNDZiZGNjZWNkYmFjZDNmMjhlYTRhMDkxZGZhNzI=
6
+ metadata.gz: 3f425a7fcbeae892b5ac0261982eca723f0272c7af4c280f65263c3503940306713fb0b1f97e6351e4998c9cf7dd99448c35749dfc1a1b8af1fdfa4bf7cda20c
7
+ data.tar.gz: c0e5f546fe858ce1051a591e3a02aaac9e487ad8950de720041fee67303d63011ebac169c2aabd23672aa094c72c0c58ba15dcfc68dd6506b029b243846f4bf3
@@ -18,6 +18,6 @@ Gem::Specification.new do |s|
18
18
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
19
  s.require_paths = ["lib"]
20
20
 
21
- s.add_dependency "bunny"
21
+ s.add_dependency "bunny", "~> 1.6.3"
22
22
  s.add_dependency "chef", "~> 11.0"
23
23
  end
@@ -23,6 +23,6 @@
23
23
 
24
24
  class Chef
25
25
  module RABBIT
26
- VERSION = "1.0.11"
26
+ VERSION = "1.0.12"
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,44 +1,44 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-rabbit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.11
4
+ version: 1.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - MTN Satellite Communications
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-08 00:00:00.000000000 Z
11
+ date: 2015-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bunny
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: 1.6.3
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
26
+ version: 1.6.3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: chef
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '11.0'
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
40
  version: '11.0'
41
- description: ! "= DESCRIPTION:\n\nProvides a Chef handler which can report run status,
41
+ description: "= DESCRIPTION:\n\nProvides a Chef handler which can report run status,
42
42
  including any changes that were made, to a rabbit server. In the case of failed
43
43
  runs a backtrace will be included in the details reported. Based on the Graylog
44
44
  Gelf handler by Jon Wood (<jon@blankpad.net>) https://github.com/jellybob/chef-gelf\n\n=
@@ -82,7 +82,7 @@ executables: []
82
82
  extensions: []
83
83
  extra_rdoc_files: []
84
84
  files:
85
- - .gitignore
85
+ - ".gitignore"
86
86
  - Gemfile
87
87
  - README.md
88
88
  - README.rdoc
@@ -99,17 +99,17 @@ require_paths:
99
99
  - lib
100
100
  required_ruby_version: !ruby/object:Gem::Requirement
101
101
  requirements:
102
- - - ! '>='
102
+ - - ">="
103
103
  - !ruby/object:Gem::Version
104
104
  version: '0'
105
105
  required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  requirements:
107
- - - ! '>='
107
+ - - ">="
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
110
  requirements: []
111
111
  rubyforge_project: chef-rabbit
112
- rubygems_version: 2.4.1
112
+ rubygems_version: 2.4.5
113
113
  signing_key:
114
114
  specification_version: 4
115
115
  summary: Provides a Chef handler which reports run failures and changes to a Rabbit