cucumber-sinatra 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES.md +3 -0
- data/cucumber-sinatra.gemspec +2 -3
- data/lib/cucumber/sinatra.rb +1 -1
- metadata +9 -7
data/CHANGES.md
CHANGED
data/cucumber-sinatra.gemspec
CHANGED
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
|
|
7
7
|
## If your rubyforge_project name is different, then edit it and comment out
|
8
8
|
## the sub! line in the Rakefile
|
9
9
|
s.name = 'cucumber-sinatra'
|
10
|
-
s.version = '0.3.
|
11
|
-
s.date = '
|
10
|
+
s.version = '0.3.1'
|
11
|
+
s.date = '2011-05-05'
|
12
12
|
s.rubyforge_project = 'cucumber-sinatra'
|
13
13
|
|
14
14
|
s.summary = "Initialize a cucumber environment for sinatra"
|
@@ -23,7 +23,6 @@ Gem::Specification.new do |s|
|
|
23
23
|
s.require_paths = %w[lib]
|
24
24
|
|
25
25
|
s.executables = ["cucumber-sinatra"]
|
26
|
-
s.default_executable = 'cucumber-sinatra'
|
27
26
|
|
28
27
|
s.rdoc_options = ["--charset=UTF-8"]
|
29
28
|
s.extra_rdoc_files = %w[README.md LICENSE]
|
data/lib/cucumber/sinatra.rb
CHANGED
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cucumber-sinatra
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 17
|
5
|
+
prerelease:
|
5
6
|
segments:
|
6
7
|
- 0
|
7
8
|
- 3
|
8
|
-
-
|
9
|
-
version: 0.3.
|
9
|
+
- 1
|
10
|
+
version: 0.3.1
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Bernd Ahlers
|
@@ -14,8 +15,7 @@ autorequire:
|
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
16
17
|
|
17
|
-
date:
|
18
|
-
default_executable: cucumber-sinatra
|
18
|
+
date: 2011-05-05 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: templater
|
@@ -25,6 +25,7 @@ dependencies:
|
|
25
25
|
requirements:
|
26
26
|
- - ">="
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
+
hash: 23
|
28
29
|
segments:
|
29
30
|
- 1
|
30
31
|
- 0
|
@@ -55,7 +56,6 @@ files:
|
|
55
56
|
- lib/cucumber/sinatra/templates/features/step_definitions/web_steps.rbt
|
56
57
|
- lib/cucumber/sinatra/templates/features/support/env.rbt
|
57
58
|
- lib/cucumber/sinatra/templates/features/support/paths.rbt
|
58
|
-
has_rdoc: true
|
59
59
|
homepage: http://github.com/bernd/cucumber-sinatra
|
60
60
|
licenses: []
|
61
61
|
|
@@ -69,6 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
69
69
|
requirements:
|
70
70
|
- - ">="
|
71
71
|
- !ruby/object:Gem::Version
|
72
|
+
hash: 3
|
72
73
|
segments:
|
73
74
|
- 0
|
74
75
|
version: "0"
|
@@ -77,13 +78,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
77
78
|
requirements:
|
78
79
|
- - ">="
|
79
80
|
- !ruby/object:Gem::Version
|
81
|
+
hash: 3
|
80
82
|
segments:
|
81
83
|
- 0
|
82
84
|
version: "0"
|
83
85
|
requirements: []
|
84
86
|
|
85
87
|
rubyforge_project: cucumber-sinatra
|
86
|
-
rubygems_version: 1.
|
88
|
+
rubygems_version: 1.8.0
|
87
89
|
signing_key:
|
88
90
|
specification_version: 2
|
89
91
|
summary: Initialize a cucumber environment for sinatra
|