abiquo-chef-agent 2.0.6 → 2.0.7

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.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/Rakefile +1 -5
  3. data/lib/abiquo-chef-agent.rb +1 -1
  4. metadata +2 -66
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZGMyODk5YWExYjIzNjM5NTk2YzAyNGU4Y2ZlZDIwYThmZGIyOTc0Zg==
4
+ ZGNhNzNjOGU5M2MxYjc3NTE1NGUwYzQ1ZTFhYmQ3ZWVmNzAxMjlkNQ==
5
5
  data.tar.gz: !binary |-
6
- MDI4MGM3ODM4MDFlZTA4MzhkNGE5MWRmMmFjOGE0MTE0Mzg4NDYyOA==
6
+ ZGY0ZGZhYzkxZmU3ODNlYjNlNWNjMzJlZmQzM2IyZmM5ODllN2Q1YQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MDk2ODZmZjQxODc0ZGJkMmNjN2EwNjRhZTNiMTA0YjEyOTNmZDdmYTNkNmU1
10
- YzRiMzEwZjIzYzI0ZWE4N2I1YWNlNzkzYzgwOTlkY2Y1Yjk0ZjE0OTVhMjU2
11
- NzdiYTZkODA4NjAyODk4MmYzMGJlMjQ3OTZjMGEyYzgzZTI4NjE=
9
+ ZTdmNjBhZTFiN2VlOGQxMzA3NmFkZjc0YWQyYjM4MjE3ODNlYWYzMmZkNWJj
10
+ YTQ3NTgyNzI3NDJiOTRiZDk2YjAxZGMzMjIzOTQxYTZiMDIzZWI2N2UxODUy
11
+ MWM2YTM4OTNjMTIyNTNkNGU5ZDYxMDg1ODA3NjdiZWNmYzA3ZGU=
12
12
  data.tar.gz: !binary |-
13
- Zjc1ZTJjYTNjNGM3NjQ4MDAxNTg5ZTZkM2VkOTJlNWQzMTU1YjcxNDEzMWQ0
14
- YjFhYmJmMDkxMDFlM2E3NTU0MzFkMjQ2NWU0YWJjMzA1MThjYTliMDQ2NDNi
15
- NDNjNGQyMjM1NDU1MjFhYWIwMDYyN2UwYmEyOWQ4ZmIyMTI0ZjA=
13
+ MTQ3Y2ZjMDczMzQyYzA1NDQzYmQwY2RhMGI3ODZlMWY4NjllMjJjZjRhNDBj
14
+ MDg4ZGRhZmFhNzc5YmE3M2Q0MGViNTdlZTExZDcxOGI0ZWRmOTdkYTkyZGVi
15
+ NGY5MTlhMDVmNzNjMTgxOTVhZDFiMWQ3MzM2ZWI4ZjUxNzU2ODI=
data/Rakefile CHANGED
@@ -23,7 +23,7 @@ Jeweler::Tasks.new do |gem|
23
23
  gem.version = Abiquo::Chef::VERSION
24
24
  gem.name = "abiquo-chef-agent"
25
25
  gem.homepage = "http://github.com/abiquo/abiquo-chef-agent"
26
- gem.license = "MIT"
26
+ gem.license = "Apache License 2.0"
27
27
  gem.summary = %Q{Abiquo Chef Agent}
28
28
  gem.description = %Q{Abiquo Chef Agent}
29
29
  gem.email = "support@abiquo.com"
@@ -31,10 +31,6 @@ Jeweler::Tasks.new do |gem|
31
31
  gem.add_runtime_dependency 'chef'
32
32
  gem.add_runtime_dependency 'rest-client', '~> 1.8.0'
33
33
  gem.add_runtime_dependency 'xml-simple', '~> 1.1.5'
34
- gem.add_development_dependency 'jeweler', '~> 2.0.1'
35
- gem.add_development_dependency 'rspec', '~> 3.2.0'
36
- gem.add_development_dependency 'rspec-collection-matchers', '~> 1.1.2'
37
- gem.add_development_dependency 'simplecov', '~> 0.9.1'
38
34
  end
39
35
 
40
36
  Jeweler::RubygemsDotOrgTasks.new
@@ -19,7 +19,7 @@ require 'time'
19
19
  module Abiquo
20
20
  module Chef
21
21
 
22
- VERSION = '2.0.6'
22
+ VERSION = '2.0.7'
23
23
 
24
24
  class Config
25
25
  def self.chef_config_dir
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: abiquo-chef-agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.6
4
+ version: 2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Salvador Girones
@@ -137,70 +137,6 @@ dependencies:
137
137
  - !ruby/object:Gem::Version
138
138
  version: !binary |-
139
139
  MS4xLjU=
140
- - !ruby/object:Gem::Dependency
141
- name: jeweler
142
- requirement: !ruby/object:Gem::Requirement
143
- requirements:
144
- - - ~>
145
- - !ruby/object:Gem::Version
146
- version: !binary |-
147
- Mi4wLjE=
148
- type: :development
149
- prerelease: false
150
- version_requirements: !ruby/object:Gem::Requirement
151
- requirements:
152
- - - ~>
153
- - !ruby/object:Gem::Version
154
- version: !binary |-
155
- Mi4wLjE=
156
- - !ruby/object:Gem::Dependency
157
- name: rspec
158
- requirement: !ruby/object:Gem::Requirement
159
- requirements:
160
- - - ~>
161
- - !ruby/object:Gem::Version
162
- version: !binary |-
163
- My4yLjA=
164
- type: :development
165
- prerelease: false
166
- version_requirements: !ruby/object:Gem::Requirement
167
- requirements:
168
- - - ~>
169
- - !ruby/object:Gem::Version
170
- version: !binary |-
171
- My4yLjA=
172
- - !ruby/object:Gem::Dependency
173
- name: rspec-collection-matchers
174
- requirement: !ruby/object:Gem::Requirement
175
- requirements:
176
- - - ~>
177
- - !ruby/object:Gem::Version
178
- version: !binary |-
179
- MS4xLjI=
180
- type: :development
181
- prerelease: false
182
- version_requirements: !ruby/object:Gem::Requirement
183
- requirements:
184
- - - ~>
185
- - !ruby/object:Gem::Version
186
- version: !binary |-
187
- MS4xLjI=
188
- - !ruby/object:Gem::Dependency
189
- name: simplecov
190
- requirement: !ruby/object:Gem::Requirement
191
- requirements:
192
- - - ~>
193
- - !ruby/object:Gem::Version
194
- version: !binary |-
195
- MC45LjE=
196
- type: :development
197
- prerelease: false
198
- version_requirements: !ruby/object:Gem::Requirement
199
- requirements:
200
- - - ~>
201
- - !ruby/object:Gem::Version
202
- version: !binary |-
203
- MC45LjE=
204
140
  description: Abiquo Chef Agent
205
141
  email: support@abiquo.com
206
142
  executables:
@@ -241,7 +177,7 @@ files:
241
177
  - spec/unit/util_spec.rb
242
178
  homepage: http://github.com/abiquo/abiquo-chef-agent
243
179
  licenses:
244
- - MIT
180
+ - Apache License 2.0
245
181
  metadata: {}
246
182
  post_install_message:
247
183
  rdoc_options: []