cucumber-chef 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/cucumber-chef.gemspec +3 -3
- metadata +4 -4
data/Rakefile
CHANGED
@@ -13,8 +13,8 @@ require 'jeweler'
|
|
13
13
|
Jeweler::Tasks.new do |gem|
|
14
14
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
15
15
|
gem.name = "cucumber-chef"
|
16
|
-
gem.homepage = "http://
|
17
|
-
gem.license = "
|
16
|
+
gem.homepage = "http://cucumber-chef.org"
|
17
|
+
gem.license = "Apache v2"
|
18
18
|
gem.summary = "Tests Chef-built infrastructure"
|
19
19
|
gem.description = "Framework for behaviour-drive infrastructure development."
|
20
20
|
gem.email = "stephen@atalanta-systems.com"
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.2
|
data/cucumber-chef.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{cucumber-chef}
|
8
|
-
s.version = "0.5.
|
8
|
+
s.version = "0.5.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Stephen Nelson-Smith"]
|
@@ -78,8 +78,8 @@ Gem::Specification.new do |s|
|
|
78
78
|
"spec/unit/test_lab_spec.rb",
|
79
79
|
"spec/unit/test_runner_spec.rb"
|
80
80
|
]
|
81
|
-
s.homepage = %q{http://
|
82
|
-
s.licenses = ["
|
81
|
+
s.homepage = %q{http://cucumber-chef.org}
|
82
|
+
s.licenses = ["Apache v2"]
|
83
83
|
s.require_paths = ["lib"]
|
84
84
|
s.rubygems_version = %q{1.6.2}
|
85
85
|
s.summary = %q{Tests Chef-built infrastructure}
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: cucumber-chef
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.5.
|
5
|
+
version: 0.5.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Stephen Nelson-Smith
|
@@ -181,9 +181,9 @@ files:
|
|
181
181
|
- spec/unit/test_lab_spec.rb
|
182
182
|
- spec/unit/test_runner_spec.rb
|
183
183
|
has_rdoc: true
|
184
|
-
homepage: http://
|
184
|
+
homepage: http://cucumber-chef.org
|
185
185
|
licenses:
|
186
|
-
-
|
186
|
+
- Apache v2
|
187
187
|
post_install_message:
|
188
188
|
rdoc_options: []
|
189
189
|
|
@@ -194,7 +194,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
194
194
|
requirements:
|
195
195
|
- - ">="
|
196
196
|
- !ruby/object:Gem::Version
|
197
|
-
hash:
|
197
|
+
hash: -289919914533619211
|
198
198
|
segments:
|
199
199
|
- 0
|
200
200
|
version: "0"
|