cucumber-jvm 1.0.0.RC3-java

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.
@@ -0,0 +1,10 @@
1
+ #!/usr/bin/env jruby
2
+ $:.unshift(File.dirname(__FILE__) + '/../lib') unless $:.include?(File.dirname(__FILE__) + '/../lib')
3
+
4
+ require 'cucumber-jruby-full.jar'
5
+
6
+ begin
7
+ Java::CucumberCli::Main.main(ARGV)
8
+ rescue NativeException => e
9
+ e.cause.printStackTrace
10
+ end
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,58 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cucumber-jvm
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0.RC3
5
+ prerelease: 6
6
+ platform: java
7
+ authors:
8
+ - Aslak Hellesøy
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-01-15 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Cucumber-JVM for JRuby
15
+ email: cukes@googlegroups.com
16
+ executables:
17
+ - cucumber-jvm
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/base64-2.3.8.jar
22
+ - lib/cucumber-core-1.0.0-RC3.jar
23
+ - lib/cucumber-html-0.2.1.jar
24
+ - lib/cucumber-jruby-full.jar
25
+ - lib/diffutils-1.2.1.jar
26
+ - lib/gherkin-2.7.3.jar
27
+ - lib/gson-2.1.jar
28
+ - lib/jruby-complete-1.6.5.1.jar
29
+ - lib/json-simple-1.1.jar
30
+ - lib/xmlpull-1.1.3.1.jar
31
+ - lib/xpp3_min-1.1.4c.jar
32
+ - lib/xstream-1.4.2.jar
33
+ - bin/cucumber-jvm
34
+ homepage: http://github.com/cucumber/cucumber-jvm
35
+ licenses: []
36
+ post_install_message:
37
+ rdoc_options: []
38
+ require_paths:
39
+ - lib
40
+ required_ruby_version: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ required_rubygems_version: !ruby/object:Gem::Requirement
47
+ none: false
48
+ requirements:
49
+ - - ! '>'
50
+ - !ruby/object:Gem::Version
51
+ version: 1.3.1
52
+ requirements: []
53
+ rubyforge_project:
54
+ rubygems_version: 1.8.10
55
+ signing_key:
56
+ specification_version: 3
57
+ summary: cucumber-jvm-1.0.0.RC3
58
+ test_files: []