cucumber-chef 2.1.0.rc.5 → 2.1.0.rc.6

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.
@@ -43,6 +43,7 @@ Gem::Specification.new do |s|
43
43
 
44
44
  # TDD
45
45
  s.add_dependency("cucumber", ">= 1.2.0")
46
+ s.add_dependency("gherkin", "<= 2.11.5")
46
47
  s.add_dependency("rspec", ">= 2.10.0")
47
48
 
48
49
  # Support
@@ -75,9 +75,9 @@ end
75
75
 
76
76
  Then /^I should( not)? see the "([^\"]*)" of "([^\"]*)" in the output$/ do |boolean, key, name|
77
77
  if (!boolean)
78
- @output.should =~ /#{$test_lab.drb.servers[name][key.downcase.to_sym]}/i
78
+ @output.should =~ /#{$test_lab.drb.containers[name][key.downcase.to_sym]}/i
79
79
  else
80
- @output.should_not =~ /#{$test_lab.drb.servers[name][key.downcase.to_sym]}/i
80
+ @output.should_not =~ /#{$test_lab.drb.containers[name][key.downcase.to_sym]}/i
81
81
  end
82
82
  end
83
83
 
@@ -24,7 +24,7 @@ module Cucumber
24
24
 
25
25
  ################################################################################
26
26
 
27
- VERSION = "2.1.0.rc.5" unless const_defined?(:VERSION)
27
+ VERSION = "2.1.0.rc.6" unless const_defined?(:VERSION)
28
28
 
29
29
  ################################################################################
30
30
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-chef
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0.rc.5
4
+ version: 2.1.0.rc.6
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-01-29 00:00:00.000000000 Z
13
+ date: 2013-02-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: chef
@@ -76,6 +76,22 @@ dependencies:
76
76
  - - ! '>='
77
77
  - !ruby/object:Gem::Version
78
78
  version: 1.2.0
79
+ - !ruby/object:Gem::Dependency
80
+ name: gherkin
81
+ requirement: !ruby/object:Gem::Requirement
82
+ none: false
83
+ requirements:
84
+ - - <=
85
+ - !ruby/object:Gem::Version
86
+ version: 2.11.5
87
+ type: :runtime
88
+ prerelease: false
89
+ version_requirements: !ruby/object:Gem::Requirement
90
+ none: false
91
+ requirements:
92
+ - - <=
93
+ - !ruby/object:Gem::Version
94
+ version: 2.11.5
79
95
  - !ruby/object:Gem::Dependency
80
96
  name: rspec
81
97
  requirement: !ruby/object:Gem::Requirement