gherkin 2.1.0-i386-mingw32 → 2.1.1-i386-mingw32
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/History.txt +4 -0
- data/README.rdoc +1 -0
- data/VERSION.yml +1 -1
- data/tasks/gems.rake +1 -0
- metadata +3 -3
data/History.txt
CHANGED
data/README.rdoc
CHANGED
@@ -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
|
|
data/VERSION.yml
CHANGED
data/tasks/gems.rake
CHANGED
@@ -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:
|
4
|
+
hash: 9
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 2.1.
|
9
|
+
- 1
|
10
|
+
version: 2.1.1
|
11
11
|
platform: i386-mingw32
|
12
12
|
authors:
|
13
13
|
- Mike Sassak
|