gherkin 2.1.0-i386-mswin32 → 2.1.1-i386-mswin32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/History.txt +4 -0
  2. data/README.rdoc +1 -0
  3. data/VERSION.yml +1 -1
  4. data/tasks/gems.rake +1 -0
  5. metadata +3 -3
@@ -1,3 +1,7 @@
1
+ == 2.1.1 (2010-07-12)
2
+
3
+ The previous release had a missing gherkin.jar in the jruby gem. This release fixes that. For good this time!
4
+
1
5
  == 2.1.0 (2010-07-12)
2
6
 
3
7
  === New Features
@@ -31,6 +31,7 @@ E.g. in Bash, export RL_LANG="en,fr,no". This can be quite helpful when modifyin
31
31
  * Bump version in the VERSION.yml file and:
32
32
  ** java/pom.xml
33
33
  ** ikvm/Gherkin/Gherkin.csproj
34
+ * Make sure both JRuby and MRI has the latest Cucumber installed (from source) otherwise the jruby gem might not get the jar inside it.
34
35
  * rake release:ALL
35
36
  * Announce on Cucumber list, IRC and Twitter.
36
37
 
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 2
3
3
  :minor: 1
4
- :patch: 0
4
+ :patch: 1
5
5
  :build:
@@ -24,6 +24,7 @@ namespace :gems do
24
24
  task :jruby => :release_dir do
25
25
  sh "rvm jruby rake spec"
26
26
  sh "rvm jruby rake gemspec build PLATFORM=java"
27
+ raise "The jruby gem looks too small" if File.stat("pkg/gherkin-#{GHERKIN_VERSION}-java.gem").size < 1000000
27
28
  mv "pkg/gherkin-#{GHERKIN_VERSION}-java.gem", 'release'
28
29
  end
29
30
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gherkin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
- - 0
10
- version: 2.1.0
9
+ - 1
10
+ version: 2.1.1
11
11
  platform: i386-mswin32
12
12
  authors:
13
13
  - Mike Sassak