microwave 0.1006.15 → 0.1006.16

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1006.15
1
+ 0.1006.16
@@ -15,8 +15,6 @@
15
15
  # See the License for the specific language governing permissions and
16
16
  # limitations under the License.
17
17
 
18
- require 'dep_selector'
19
-
20
18
  class Chef
21
19
  module CookbookVersionSelector
22
20
  # This method replaces verbiage from DepSelector messages with
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: microwave
3
3
  version: !ruby/object:Gem::Version
4
- hash: 4025
5
- prerelease:
4
+ hash: 3975
5
+ prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1006
9
- - 15
10
- version: 0.1006.15
9
+ - 16
10
+ version: 0.1006.16
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Bombadil
@@ -15,7 +15,8 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-05-16 00:00:00 Z
18
+ date: 2012-05-16 00:00:00 -07:00
19
+ default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: mixlib-config
@@ -187,20 +188,6 @@ dependencies:
187
188
  version: "0"
188
189
  type: :runtime
189
190
  version_requirements: *id011
190
- - !ruby/object:Gem::Dependency
191
- name: dep_selector
192
- prerelease: false
193
- requirement: &id012 !ruby/object:Gem::Requirement
194
- none: false
195
- requirements:
196
- - - ">="
197
- - !ruby/object:Gem::Version
198
- hash: 3
199
- segments:
200
- - 0
201
- version: "0"
202
- type: :runtime
203
- version_requirements: *id012
204
191
  description: A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure, forked from Opscode Chef
205
192
  email: amanibhavam@destructuring.org
206
193
  executables:
@@ -315,6 +302,7 @@ files:
315
302
  - lib/chef/version_constraint.rb
316
303
  - lib/chef.rb
317
304
  - bin/chef-solo
305
+ has_rdoc: true
318
306
  homepage: https://github.com/HeSYINUvSBZfxqA/microwave
319
307
  licenses: []
320
308
 
@@ -344,7 +332,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
344
332
  requirements: []
345
333
 
346
334
  rubyforge_project:
347
- rubygems_version: 1.8.21
335
+ rubygems_version: 1.3.7
348
336
  signing_key:
349
337
  specification_version: 3
350
338
  summary: A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure, forked from Opscode Chef