knife-dsl 0.0.2 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,12 +10,12 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["erik+github@hollensbe.org"]
11
11
  gem.description = %q{A small library that lets you drive Chef's 'knife' programmatically}
12
12
  gem.summary = %q{A small library that lets you drive Chef's 'knife' programmatically}
13
- gem.homepage = ""
13
+ gem.homepage = "https://github.com/chef-workflow/knife-dsl"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
18
  gem.require_paths = ["lib"]
19
19
 
20
- gem.add_dependency 'chef', '~> 10.16.0'
20
+ gem.add_dependency 'chef', '~> 10.0'
21
21
  end
@@ -1,7 +1,7 @@
1
1
  class Chef
2
2
  class Knife
3
3
  module DSL
4
- VERSION = "0.0.2"
4
+ VERSION = "0.1.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-dsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-09 00:00:00.000000000 Z
12
+ date: 2012-12-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 10.16.0
21
+ version: '10.0'
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 10.16.0
29
+ version: '10.0'
30
30
  description: A small library that lets you drive Chef's 'knife' programmatically
31
31
  email:
32
32
  - erik+github@hollensbe.org
@@ -42,7 +42,7 @@ files:
42
42
  - knife-dsl.gemspec
43
43
  - lib/knife/dsl.rb
44
44
  - lib/knife/dsl/version.rb
45
- homepage: ''
45
+ homepage: https://github.com/chef-workflow/knife-dsl
46
46
  licenses: []
47
47
  post_install_message:
48
48
  rdoc_options: []
@@ -67,3 +67,4 @@ signing_key:
67
67
  specification_version: 3
68
68
  summary: A small library that lets you drive Chef's 'knife' programmatically
69
69
  test_files: []
70
+ has_rdoc: