cuke4duke 0.4.3 → 0.4.4
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/README.textile +3 -3
- data/pom.xml +19 -9
- metadata +23 -40
data/README.textile
CHANGED
|
@@ -16,8 +16,8 @@ Using RVM:
|
|
|
16
16
|
<pre>
|
|
17
17
|
mkdir -p ~/.m2/repository/.jruby
|
|
18
18
|
GEM_HOME=~/.m2/repository/.jruby GEM_PATH=~/.m2/repository/.jruby gem install bundler
|
|
19
|
-
GEM_HOME=~/.m2/repository/.jruby GEM_PATH=~/.m2/repository/.jruby bundle install
|
|
20
|
-
GEM_HOME=~/.m2/repository/.jruby GEM_PATH=~/.m2/repository/.jruby rake install
|
|
19
|
+
GEM_HOME=~/.m2/repository/.jruby GEM_PATH=~/.m2/repository/.jruby ~/.m2/repository/.jruby/bin/bundle install
|
|
20
|
+
GEM_HOME=~/.m2/repository/.jruby GEM_PATH=~/.m2/repository/.jruby ~/.m2/repository/.jruby/bin/rake install
|
|
21
21
|
</pre>
|
|
22
22
|
|
|
23
23
|
Not using RVM:
|
|
@@ -31,7 +31,7 @@ GEM_HOME=~/.m2/repository/.jruby GEM_PATH=~/.m2/repository/.jruby jruby -S rake
|
|
|
31
31
|
With the gems installed, build the whole shebang (including the examples):
|
|
32
32
|
|
|
33
33
|
Using RVM:
|
|
34
|
-
<pre>rake build_all</pre>
|
|
34
|
+
<pre>GEM_HOME=~/.m2/repository/.jruby GEM_PATH=~/.m2/repository/.jruby ~/.m2/repository/.jruby/bin/rake build_all</pre>
|
|
35
35
|
|
|
36
36
|
Not using RVM:
|
|
37
37
|
<pre>jruby -S rake build_all</pre>
|
data/pom.xml
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<groupId>cuke4duke</groupId>
|
|
7
7
|
<artifactId>parent</artifactId>
|
|
8
8
|
<packaging>pom</packaging>
|
|
9
|
-
<version>0.4.
|
|
9
|
+
<version>0.4.4</version>
|
|
10
10
|
<name>Cuke4Duke: Parent</name>
|
|
11
11
|
<url>http://cukes.info/</url>
|
|
12
12
|
|
|
@@ -16,22 +16,22 @@
|
|
|
16
16
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
17
17
|
|
|
18
18
|
<cuke4duke.version>${project.version}</cuke4duke.version>
|
|
19
|
-
<gherkin.version>2.3.
|
|
20
|
-
<jruby.version>1.
|
|
19
|
+
<gherkin.version>2.3.7</gherkin.version>
|
|
20
|
+
<jruby.version>1.6.1</jruby.version>
|
|
21
21
|
<ant.version>1.8.2</ant.version>
|
|
22
22
|
<pico.version>2.11.2</pico.version>
|
|
23
23
|
<spring.version>3.0.5.RELEASE</spring.version>
|
|
24
|
-
<guice.version>
|
|
25
|
-
<groovy.version>1.
|
|
24
|
+
<guice.version>3.0</guice.version>
|
|
25
|
+
<groovy.version>1.8.0</groovy.version>
|
|
26
26
|
<scala.version>2.8.1</scala.version>
|
|
27
27
|
<clojure.version>1.2.0</clojure.version>
|
|
28
28
|
<rhino.version>1.7R2</rhino.version>
|
|
29
29
|
<ioke.version>P-0.4.0</ioke.version>
|
|
30
30
|
<junit.version>4.8.2</junit.version>
|
|
31
31
|
<mockito.version>1.8.5</mockito.version>
|
|
32
|
-
<selenium.version>2.
|
|
32
|
+
<selenium.version>2.0b3</selenium.version>
|
|
33
33
|
<log4j.version>1.2.16</log4j.version>
|
|
34
|
-
<commons-lang.version>2.
|
|
34
|
+
<commons-lang.version>2.6</commons-lang.version>
|
|
35
35
|
<javaee-api.version>5.0-1</javaee-api.version>
|
|
36
36
|
<asm.version>3.3</asm.version>
|
|
37
37
|
<cglib.version>2.2</cglib.version>
|
|
@@ -184,11 +184,11 @@
|
|
|
184
184
|
<repository>
|
|
185
185
|
<id>cukes</id>
|
|
186
186
|
<name>Cucumber Maven Repo</name>
|
|
187
|
-
<url>scp://cukes.info/
|
|
187
|
+
<url>scp://cukes.info/var/www/cucumber_site/maven</url>
|
|
188
188
|
</repository>
|
|
189
189
|
<site>
|
|
190
190
|
<id>cukes</id>
|
|
191
|
-
<url>scp://cukes.info/
|
|
191
|
+
<url>scp://cukes.info/var/www/cucumber_site/cuke4duke</url>
|
|
192
192
|
</site>
|
|
193
193
|
</distributionManagement>
|
|
194
194
|
|
|
@@ -208,6 +208,10 @@
|
|
|
208
208
|
<id>cukes</id>
|
|
209
209
|
<url>http://cukes.info/maven</url>
|
|
210
210
|
</pluginRepository>
|
|
211
|
+
<pluginRepository>
|
|
212
|
+
<id>apache.snapshots</id>
|
|
213
|
+
<url>http://repository.apache.org/snapshots/</url>
|
|
214
|
+
</pluginRepository>
|
|
211
215
|
</pluginRepositories>
|
|
212
216
|
|
|
213
217
|
<modules>
|
|
@@ -255,6 +259,7 @@
|
|
|
255
259
|
<plugin>
|
|
256
260
|
<groupId>org.apache.maven.plugins</groupId>
|
|
257
261
|
<artifactId>maven-source-plugin</artifactId>
|
|
262
|
+
<version>2.1.2</version>
|
|
258
263
|
<executions>
|
|
259
264
|
<execution>
|
|
260
265
|
<id>bind-sources</id>
|
|
@@ -264,6 +269,11 @@
|
|
|
264
269
|
</execution>
|
|
265
270
|
</executions>
|
|
266
271
|
</plugin>
|
|
272
|
+
<plugin>
|
|
273
|
+
<groupId>org.apache.maven.plugins</groupId>
|
|
274
|
+
<artifactId>maven-site-plugin</artifactId>
|
|
275
|
+
<version>3.0-beta-4-SNAPSHOT</version>
|
|
276
|
+
</plugin>
|
|
267
277
|
</plugins>
|
|
268
278
|
|
|
269
279
|
<extensions>
|
metadata
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cuke4duke
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
5
|
-
|
|
6
|
-
- 0
|
|
7
|
-
- 4
|
|
8
|
-
- 3
|
|
9
|
-
version: 0.4.3
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 0.4.4
|
|
10
6
|
platform: ruby
|
|
11
7
|
authors:
|
|
12
8
|
- "Aslak Helles\xC3\xB8y"
|
|
@@ -14,89 +10,71 @@ autorequire:
|
|
|
14
10
|
bindir: bin
|
|
15
11
|
cert_chain: []
|
|
16
12
|
|
|
17
|
-
date: 2011-
|
|
13
|
+
date: 2011-05-12 00:00:00 +01:00
|
|
18
14
|
default_executable:
|
|
19
15
|
dependencies:
|
|
20
16
|
- !ruby/object:Gem::Dependency
|
|
21
17
|
name: cucumber
|
|
22
18
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|
|
19
|
+
none: false
|
|
23
20
|
requirements:
|
|
24
|
-
- -
|
|
21
|
+
- - ">="
|
|
25
22
|
- !ruby/object:Gem::Version
|
|
26
|
-
|
|
27
|
-
- 0
|
|
28
|
-
- 10
|
|
29
|
-
- 0
|
|
30
|
-
version: 0.10.0
|
|
23
|
+
version: 0.10.2
|
|
31
24
|
requirement: *id001
|
|
32
25
|
prerelease: false
|
|
33
26
|
type: :runtime
|
|
34
27
|
- !ruby/object:Gem::Dependency
|
|
35
28
|
name: rspec
|
|
36
29
|
version_requirements: &id002 !ruby/object:Gem::Requirement
|
|
30
|
+
none: false
|
|
37
31
|
requirements:
|
|
38
32
|
- - ">="
|
|
39
33
|
- !ruby/object:Gem::Version
|
|
40
|
-
|
|
41
|
-
- 2
|
|
42
|
-
- 3
|
|
43
|
-
- 0
|
|
44
|
-
version: 2.3.0
|
|
34
|
+
version: 2.5.0
|
|
45
35
|
requirement: *id002
|
|
46
36
|
prerelease: false
|
|
47
37
|
type: :development
|
|
48
38
|
- !ruby/object:Gem::Dependency
|
|
49
39
|
name: celerity
|
|
50
40
|
version_requirements: &id003 !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
51
42
|
requirements:
|
|
52
43
|
- - ">="
|
|
53
44
|
- !ruby/object:Gem::Version
|
|
54
|
-
|
|
55
|
-
- 0
|
|
56
|
-
- 8
|
|
57
|
-
- 7
|
|
58
|
-
version: 0.8.7
|
|
45
|
+
version: 0.8.9
|
|
59
46
|
requirement: *id003
|
|
60
47
|
prerelease: false
|
|
61
48
|
type: :development
|
|
62
49
|
- !ruby/object:Gem::Dependency
|
|
63
50
|
name: jruby-openssl
|
|
64
51
|
version_requirements: &id004 !ruby/object:Gem::Requirement
|
|
52
|
+
none: false
|
|
65
53
|
requirements:
|
|
66
54
|
- - ">="
|
|
67
55
|
- !ruby/object:Gem::Version
|
|
68
|
-
|
|
69
|
-
- 0
|
|
70
|
-
- 7
|
|
71
|
-
- 2
|
|
72
|
-
version: 0.7.2
|
|
56
|
+
version: 0.7.4
|
|
73
57
|
requirement: *id004
|
|
74
58
|
prerelease: false
|
|
75
59
|
type: :development
|
|
76
60
|
- !ruby/object:Gem::Dependency
|
|
77
61
|
name: bundler
|
|
78
62
|
version_requirements: &id005 !ruby/object:Gem::Requirement
|
|
63
|
+
none: false
|
|
79
64
|
requirements:
|
|
80
65
|
- - ">="
|
|
81
66
|
- !ruby/object:Gem::Version
|
|
82
|
-
|
|
83
|
-
- 1
|
|
84
|
-
- 0
|
|
85
|
-
- 7
|
|
86
|
-
version: 1.0.7
|
|
67
|
+
version: 1.0.13
|
|
87
68
|
requirement: *id005
|
|
88
69
|
prerelease: false
|
|
89
70
|
type: :development
|
|
90
71
|
- !ruby/object:Gem::Dependency
|
|
91
72
|
name: rake
|
|
92
73
|
version_requirements: &id006 !ruby/object:Gem::Requirement
|
|
74
|
+
none: false
|
|
93
75
|
requirements:
|
|
94
76
|
- - ">="
|
|
95
77
|
- !ruby/object:Gem::Version
|
|
96
|
-
segments:
|
|
97
|
-
- 0
|
|
98
|
-
- 8
|
|
99
|
-
- 7
|
|
100
78
|
version: 0.8.7
|
|
101
79
|
requirement: *id006
|
|
102
80
|
prerelease: false
|
|
@@ -137,10 +115,11 @@ files:
|
|
|
137
115
|
- lib/cuke4duke/step_mother_ext.rb
|
|
138
116
|
- lib/cuke4duke/table_ext.rb
|
|
139
117
|
- lib/cuke4duke/version.rb
|
|
140
|
-
- lib/cuke4duke-0.4.
|
|
118
|
+
- lib/cuke4duke-0.4.4.jar
|
|
141
119
|
- pom.xml
|
|
142
120
|
- LICENCE
|
|
143
121
|
- README.textile
|
|
122
|
+
- bin/cuke4duke
|
|
144
123
|
has_rdoc: true
|
|
145
124
|
homepage: http://cukes.info
|
|
146
125
|
licenses: []
|
|
@@ -151,25 +130,29 @@ rdoc_options:
|
|
|
151
130
|
require_paths:
|
|
152
131
|
- lib
|
|
153
132
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
133
|
+
none: false
|
|
154
134
|
requirements:
|
|
155
135
|
- - ">="
|
|
156
136
|
- !ruby/object:Gem::Version
|
|
137
|
+
hash: 2
|
|
157
138
|
segments:
|
|
158
139
|
- 0
|
|
159
140
|
version: "0"
|
|
160
141
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
142
|
+
none: false
|
|
161
143
|
requirements:
|
|
162
144
|
- - ">="
|
|
163
145
|
- !ruby/object:Gem::Version
|
|
146
|
+
hash: 2
|
|
164
147
|
segments:
|
|
165
148
|
- 0
|
|
166
149
|
version: "0"
|
|
167
150
|
requirements: []
|
|
168
151
|
|
|
169
152
|
rubyforge_project:
|
|
170
|
-
rubygems_version: 1.
|
|
153
|
+
rubygems_version: 1.5.1
|
|
171
154
|
signing_key:
|
|
172
155
|
specification_version: 3
|
|
173
|
-
summary: cuke4duke-0.4.
|
|
156
|
+
summary: cuke4duke-0.4.4
|
|
174
157
|
test_files: []
|
|
175
158
|
|