cucumber-farmer 1.0.1 → 1.0.2
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.
- data/Gemfile +2 -10
- data/Gemfile.lock +37 -0
- data/Rakefile +5 -3
- data/VERSION +1 -1
- data/cucumber-farmer-1.0.1.gem +0 -0
- data/cucumber-farmer.gemspec +17 -11
- metadata +25 -7
data/Gemfile
CHANGED
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
cucumber-farmer (1.0.1)
|
|
5
|
+
mattscilipoti-rdialog (~> 0.6.1)
|
|
6
|
+
|
|
7
|
+
GEM
|
|
8
|
+
remote: http://rubygems.org/
|
|
9
|
+
specs:
|
|
10
|
+
builder (2.1.2)
|
|
11
|
+
cucumber (0.8.5)
|
|
12
|
+
builder (~> 2.1.2)
|
|
13
|
+
diff-lcs (~> 1.1.2)
|
|
14
|
+
gherkin (~> 2.1.4)
|
|
15
|
+
json_pure (~> 1.4.3)
|
|
16
|
+
term-ansicolor (~> 1.0.4)
|
|
17
|
+
diff-lcs (1.1.2)
|
|
18
|
+
gherkin (2.1.5)
|
|
19
|
+
trollop (~> 1.16.2)
|
|
20
|
+
json_pure (1.4.6)
|
|
21
|
+
mattscilipoti-rdialog (0.6.1)
|
|
22
|
+
rack (1.2.1)
|
|
23
|
+
shoulda (2.11.3)
|
|
24
|
+
sinatra (1.0)
|
|
25
|
+
rack (>= 1.0)
|
|
26
|
+
term-ansicolor (1.0.5)
|
|
27
|
+
trollop (1.16.2)
|
|
28
|
+
|
|
29
|
+
PLATFORMS
|
|
30
|
+
ruby
|
|
31
|
+
|
|
32
|
+
DEPENDENCIES
|
|
33
|
+
cucumber (~> 0.6)
|
|
34
|
+
cucumber-farmer!
|
|
35
|
+
mattscilipoti-rdialog (~> 0.6.1)
|
|
36
|
+
shoulda (~> 2.10)
|
|
37
|
+
sinatra (~> 1.0)
|
data/Rakefile
CHANGED
|
@@ -14,9 +14,11 @@ begin
|
|
|
14
14
|
gem.email = "matt@scilipoti.name"
|
|
15
15
|
gem.homepage = "http://github.com/mattscilipoti/farmer"
|
|
16
16
|
gem.authors = ["Matt Scilipoti"]
|
|
17
|
-
gem.
|
|
18
|
-
gem.
|
|
19
|
-
gem.add_development_dependency "
|
|
17
|
+
gem.platform = Gem::Platform::RUBY
|
|
18
|
+
gem.add_dependency('mattscilipoti-rdialog', '~> 0.6.1')
|
|
19
|
+
gem.add_development_dependency "cucumber", "~> 0.6"
|
|
20
|
+
gem.add_development_dependency "shoulda", "~> 2.10"
|
|
21
|
+
gem.add_development_dependency 'sinatra', '~> 1.0'
|
|
20
22
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
21
23
|
end
|
|
22
24
|
Jeweler::GemcutterTasks.new
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.2
|
|
Binary file
|
data/cucumber-farmer.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{cucumber-farmer}
|
|
8
|
-
s.version = "1.0.
|
|
8
|
+
s.version = "1.0.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Matt Scilipoti"]
|
|
12
|
-
s.date = %q{2010-08-
|
|
12
|
+
s.date = %q{2010-08-28}
|
|
13
13
|
s.description = %q{A library of cucumber step definitions, which allow you to use a human to assert conditions during acceptance tests.
|
|
14
14
|
Some requirements are simple for a human to confirm, but are very difficult to assert using automation.
|
|
15
15
|
Farmer allows us to include human confirmation into our normal testing flow.
|
|
@@ -24,10 +24,13 @@ Gem::Specification.new do |s|
|
|
|
24
24
|
".document",
|
|
25
25
|
".gitignore",
|
|
26
26
|
"Gemfile",
|
|
27
|
+
"Gemfile.lock",
|
|
27
28
|
"LICENSE",
|
|
28
29
|
"README.rdoc",
|
|
29
30
|
"Rakefile",
|
|
30
31
|
"VERSION",
|
|
32
|
+
"cucumber-farmer-1.0.1.gem",
|
|
33
|
+
"cucumber-farmer-1.0.2.gem",
|
|
31
34
|
"cucumber-farmer.gemspec",
|
|
32
35
|
"lib/farmer.rb",
|
|
33
36
|
"lib/farmer/step_definitions.rb",
|
|
@@ -52,18 +55,21 @@ Gem::Specification.new do |s|
|
|
|
52
55
|
s.specification_version = 3
|
|
53
56
|
|
|
54
57
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
55
|
-
s.add_runtime_dependency(%q<mattscilipoti-rdialog>, ["
|
|
56
|
-
s.add_development_dependency(%q<cucumber>, ["
|
|
57
|
-
s.add_development_dependency(%q<shoulda>, ["
|
|
58
|
+
s.add_runtime_dependency(%q<mattscilipoti-rdialog>, ["~> 0.6.1"])
|
|
59
|
+
s.add_development_dependency(%q<cucumber>, ["~> 0.6"])
|
|
60
|
+
s.add_development_dependency(%q<shoulda>, ["~> 2.10"])
|
|
61
|
+
s.add_development_dependency(%q<sinatra>, ["~> 1.0"])
|
|
58
62
|
else
|
|
59
|
-
s.add_dependency(%q<mattscilipoti-rdialog>, ["
|
|
60
|
-
s.add_dependency(%q<cucumber>, ["
|
|
61
|
-
s.add_dependency(%q<shoulda>, ["
|
|
63
|
+
s.add_dependency(%q<mattscilipoti-rdialog>, ["~> 0.6.1"])
|
|
64
|
+
s.add_dependency(%q<cucumber>, ["~> 0.6"])
|
|
65
|
+
s.add_dependency(%q<shoulda>, ["~> 2.10"])
|
|
66
|
+
s.add_dependency(%q<sinatra>, ["~> 1.0"])
|
|
62
67
|
end
|
|
63
68
|
else
|
|
64
|
-
s.add_dependency(%q<mattscilipoti-rdialog>, ["
|
|
65
|
-
s.add_dependency(%q<cucumber>, ["
|
|
66
|
-
s.add_dependency(%q<shoulda>, ["
|
|
69
|
+
s.add_dependency(%q<mattscilipoti-rdialog>, ["~> 0.6.1"])
|
|
70
|
+
s.add_dependency(%q<cucumber>, ["~> 0.6"])
|
|
71
|
+
s.add_dependency(%q<shoulda>, ["~> 2.10"])
|
|
72
|
+
s.add_dependency(%q<sinatra>, ["~> 1.0"])
|
|
67
73
|
end
|
|
68
74
|
end
|
|
69
75
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cucumber-farmer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 1.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Matt Scilipoti
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-08-
|
|
18
|
+
date: 2010-08-28 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -24,7 +24,7 @@ dependencies:
|
|
|
24
24
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
25
|
none: false
|
|
26
26
|
requirements:
|
|
27
|
-
- -
|
|
27
|
+
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
hash: 5
|
|
30
30
|
segments:
|
|
@@ -40,7 +40,7 @@ dependencies:
|
|
|
40
40
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
41
41
|
none: false
|
|
42
42
|
requirements:
|
|
43
|
-
- -
|
|
43
|
+
- - ~>
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
hash: 7
|
|
46
46
|
segments:
|
|
@@ -55,7 +55,7 @@ dependencies:
|
|
|
55
55
|
requirement: &id003 !ruby/object:Gem::Requirement
|
|
56
56
|
none: false
|
|
57
57
|
requirements:
|
|
58
|
-
- -
|
|
58
|
+
- - ~>
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
60
|
hash: 23
|
|
61
61
|
segments:
|
|
@@ -64,6 +64,21 @@ dependencies:
|
|
|
64
64
|
version: "2.10"
|
|
65
65
|
type: :development
|
|
66
66
|
version_requirements: *id003
|
|
67
|
+
- !ruby/object:Gem::Dependency
|
|
68
|
+
name: sinatra
|
|
69
|
+
prerelease: false
|
|
70
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
|
71
|
+
none: false
|
|
72
|
+
requirements:
|
|
73
|
+
- - ~>
|
|
74
|
+
- !ruby/object:Gem::Version
|
|
75
|
+
hash: 15
|
|
76
|
+
segments:
|
|
77
|
+
- 1
|
|
78
|
+
- 0
|
|
79
|
+
version: "1.0"
|
|
80
|
+
type: :development
|
|
81
|
+
version_requirements: *id004
|
|
67
82
|
description: "A library of cucumber step definitions, which allow you to use a human to assert conditions during acceptance tests.\n Some requirements are simple for a human to confirm, but are very difficult to assert using automation.\n Farmer allows us to include human confirmation into our normal testing flow.\n For example, we needed to verify that certain portions of an image were 'blacked out'.\n "
|
|
68
83
|
email: matt@scilipoti.name
|
|
69
84
|
executables: []
|
|
@@ -77,10 +92,13 @@ files:
|
|
|
77
92
|
- .document
|
|
78
93
|
- .gitignore
|
|
79
94
|
- Gemfile
|
|
95
|
+
- Gemfile.lock
|
|
80
96
|
- LICENSE
|
|
81
97
|
- README.rdoc
|
|
82
98
|
- Rakefile
|
|
83
99
|
- VERSION
|
|
100
|
+
- cucumber-farmer-1.0.1.gem
|
|
101
|
+
- cucumber-farmer-1.0.2.gem
|
|
84
102
|
- cucumber-farmer.gemspec
|
|
85
103
|
- lib/farmer.rb
|
|
86
104
|
- lib/farmer/step_definitions.rb
|