cucumber-jvm 1.0.12-java → 1.0.13-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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env jruby
2
2
  $:.unshift(File.dirname(__FILE__) + '/../lib') unless $:.include?(File.dirname(__FILE__) + '/../lib')
3
3
 
4
- require 'cucumber-jruby-full.jar'
4
+ require 'cucumber-jruby.jar'
5
5
 
6
6
  begin
7
7
  Java::CucumberCli::Main.main(ARGV)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: cucumber-jvm
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.12
5
+ version: 1.0.13
6
6
  platform: java
7
7
  authors:
8
8
  - "Aslak Helles\xC3\xB8y"
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-08-19 00:00:00 Z
13
+ date: 2012-08-20 00:00:00 Z
14
14
  dependencies: []
15
15
 
16
16
  description: Cucumber-JVM for JRuby
@@ -23,7 +23,7 @@ extra_rdoc_files: []
23
23
 
24
24
  files:
25
25
  - bin/cucumber-jvm
26
- - lib/cucumber-jruby-full.jar
26
+ - lib/cucumber-jruby.jar
27
27
  homepage: http://github.com/cucumber/cucumber-jvm
28
28
  licenses: []
29
29
 
@@ -50,6 +50,6 @@ rubyforge_project:
50
50
  rubygems_version: 1.8.24
51
51
  signing_key:
52
52
  specification_version: 3
53
- summary: cucumber-jvm-1.0.12
53
+ summary: cucumber-jvm-1.0.13
54
54
  test_files: []
55
55