gherkin 1.0.6-i386-mswin32 → 1.0.7-i386-mswin32

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
1
+ == 1.0.7 (2010-04-10)
2
+
3
+ === Bugfixes
4
+ * Fixed problems with packaging of 1.0.6 release. (Aslak Hellesøy)
5
+
1
6
  == 1.0.6 (2010-04-10)
2
7
 
3
8
  === New Features
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 0
3
- :patch: 6
3
+ :patch: 7
4
4
  :major: 1
@@ -0,0 +1,209 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{gherkin}
8
+ s.version = "1.0.7"
9
+ s.platform = %q{i386-mswin32}
10
+
11
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
+ s.authors = ["Mike Sassak", "Gregory Hnatiuk", "Aslak Helles\303\270y"]
13
+ s.date = %q{2010-04-11}
14
+ s.default_executable = %q{gherkin}
15
+ s.description = %q{A fast Gherkin lexer/parser based on the Ragel State Machine Compiler.}
16
+ s.email = %q{cukes@googlegroups.com}
17
+ s.executables = ["gherkin"]
18
+ s.extra_rdoc_files = [
19
+ "LICENSE",
20
+ "README.rdoc"
21
+ ]
22
+ s.files = [
23
+ ".gitattributes",
24
+ ".gitignore",
25
+ ".mailmap",
26
+ "History.txt",
27
+ "LICENSE",
28
+ "README.rdoc",
29
+ "Rakefile",
30
+ "VERSION.yml",
31
+ "bin/gherkin",
32
+ "cucumber.yml",
33
+ "features/feature_parser.feature",
34
+ "features/native_lexer.feature",
35
+ "features/parser_with_native_lexer.feature",
36
+ "features/pretty_printer.feature",
37
+ "features/step_definitions/gherkin_steps.rb",
38
+ "features/step_definitions/pretty_listener_step.rb",
39
+ "features/steps_parser.feature",
40
+ "features/support/env.rb",
41
+ "gherkin.gemspec",
42
+ "ikvm/.gitignore",
43
+ "java/.gitignore",
44
+ "java/src/main/java/gherkin/lexer/.gitignore",
45
+ "lib/.gitignore",
46
+ "lib/gherkin.rb",
47
+ "lib/gherkin/c_lexer.rb",
48
+ "lib/gherkin/cli/main.rb",
49
+ "lib/gherkin/core_ext/array.rb",
50
+ "lib/gherkin/csharp_lexer.rb",
51
+ "lib/gherkin/formatter/argument.rb",
52
+ "lib/gherkin/formatter/colors.rb",
53
+ "lib/gherkin/formatter/monochrome_format.rb",
54
+ "lib/gherkin/formatter/pretty_listener.rb",
55
+ "lib/gherkin/i18n.rb",
56
+ "lib/gherkin/i18n.yml",
57
+ "lib/gherkin/i18n_lexer.rb",
58
+ "lib/gherkin/parser/filter_listener.rb",
59
+ "lib/gherkin/parser/meta.txt",
60
+ "lib/gherkin/parser/parser.rb",
61
+ "lib/gherkin/parser/root.txt",
62
+ "lib/gherkin/parser/sexp.rb",
63
+ "lib/gherkin/parser/steps.txt",
64
+ "lib/gherkin/parser/tag_expression.rb",
65
+ "lib/gherkin/rb_lexer.rb",
66
+ "lib/gherkin/rb_lexer/.gitignore",
67
+ "lib/gherkin/rb_lexer/README.rdoc",
68
+ "lib/gherkin/tools.rb",
69
+ "lib/gherkin/tools/files.rb",
70
+ "lib/gherkin/tools/reformat.rb",
71
+ "lib/gherkin/tools/stats.rb",
72
+ "lib/gherkin/tools/stats_listener.rb",
73
+ "lib/gherkin_lexer_ar.so",
74
+ "lib/gherkin_lexer_bg.so",
75
+ "lib/gherkin_lexer_ca.so",
76
+ "lib/gherkin_lexer_cs.so",
77
+ "lib/gherkin_lexer_cy_gb.so",
78
+ "lib/gherkin_lexer_da.so",
79
+ "lib/gherkin_lexer_de.so",
80
+ "lib/gherkin_lexer_en.so",
81
+ "lib/gherkin_lexer_en_au.so",
82
+ "lib/gherkin_lexer_en_lol.so",
83
+ "lib/gherkin_lexer_en_scouse.so",
84
+ "lib/gherkin_lexer_en_tx.so",
85
+ "lib/gherkin_lexer_es.so",
86
+ "lib/gherkin_lexer_et.so",
87
+ "lib/gherkin_lexer_fi.so",
88
+ "lib/gherkin_lexer_fr.so",
89
+ "lib/gherkin_lexer_he.so",
90
+ "lib/gherkin_lexer_hr.so",
91
+ "lib/gherkin_lexer_hu.so",
92
+ "lib/gherkin_lexer_id.so",
93
+ "lib/gherkin_lexer_it.so",
94
+ "lib/gherkin_lexer_ja.so",
95
+ "lib/gherkin_lexer_ko.so",
96
+ "lib/gherkin_lexer_lt.so",
97
+ "lib/gherkin_lexer_lv.so",
98
+ "lib/gherkin_lexer_nl.so",
99
+ "lib/gherkin_lexer_no.so",
100
+ "lib/gherkin_lexer_pl.so",
101
+ "lib/gherkin_lexer_pt.so",
102
+ "lib/gherkin_lexer_ro.so",
103
+ "lib/gherkin_lexer_ro_ro.so",
104
+ "lib/gherkin_lexer_ru.so",
105
+ "lib/gherkin_lexer_sk.so",
106
+ "lib/gherkin_lexer_sr_cyrl.so",
107
+ "lib/gherkin_lexer_sr_latn.so",
108
+ "lib/gherkin_lexer_sv.so",
109
+ "lib/gherkin_lexer_tr.so",
110
+ "lib/gherkin_lexer_uk.so",
111
+ "lib/gherkin_lexer_uz.so",
112
+ "lib/gherkin_lexer_vi.so",
113
+ "lib/gherkin_lexer_zh_cn.so",
114
+ "lib/gherkin_lexer_zh_tw.so",
115
+ "ragel/i18n/.gitignore",
116
+ "ragel/lexer.c.rl.erb",
117
+ "ragel/lexer.java.rl.erb",
118
+ "ragel/lexer.rb.rl.erb",
119
+ "ragel/lexer_common.rl.erb",
120
+ "spec/gherkin/c_lexer_spec.rb",
121
+ "spec/gherkin/csharp_lexer_spec.rb",
122
+ "spec/gherkin/fixtures/1.feature",
123
+ "spec/gherkin/fixtures/comments_in_table.feature",
124
+ "spec/gherkin/fixtures/complex.feature",
125
+ "spec/gherkin/fixtures/dos_line_endings.feature",
126
+ "spec/gherkin/fixtures/i18n_fr.feature",
127
+ "spec/gherkin/fixtures/i18n_no.feature",
128
+ "spec/gherkin/fixtures/i18n_zh-CN.feature",
129
+ "spec/gherkin/fixtures/simple.feature",
130
+ "spec/gherkin/fixtures/simple_with_comments.feature",
131
+ "spec/gherkin/fixtures/simple_with_tags.feature",
132
+ "spec/gherkin/formatter/argument_spec.rb",
133
+ "spec/gherkin/formatter/colors_spec.rb",
134
+ "spec/gherkin/formatter/pretty_listener_spec.rb",
135
+ "spec/gherkin/i18n_lexer_spec.rb",
136
+ "spec/gherkin/i18n_spec.rb",
137
+ "spec/gherkin/java_lexer_spec.rb",
138
+ "spec/gherkin/parser/filter_listener_spec.rb",
139
+ "spec/gherkin/parser/parser_spec.rb",
140
+ "spec/gherkin/parser/tag_expression_spec.rb",
141
+ "spec/gherkin/rb_lexer_spec.rb",
142
+ "spec/gherkin/sexp_recorder.rb",
143
+ "spec/gherkin/shared/lexer_spec.rb",
144
+ "spec/gherkin/shared/py_string_spec.rb",
145
+ "spec/gherkin/shared/row_spec.rb",
146
+ "spec/gherkin/shared/tags_spec.rb",
147
+ "spec/spec_helper.rb",
148
+ "tasks/bench.rake",
149
+ "tasks/bench/feature_builder.rb",
150
+ "tasks/bench/generated/.gitignore",
151
+ "tasks/bench/null_listener.rb",
152
+ "tasks/compile.rake",
153
+ "tasks/cucumber.rake",
154
+ "tasks/gems.rake",
155
+ "tasks/ikvm.rake",
156
+ "tasks/ragel_task.rb",
157
+ "tasks/rdoc.rake",
158
+ "tasks/release.rake",
159
+ "tasks/rspec.rake"
160
+ ]
161
+ s.homepage = %q{http://github.com/aslakhellesoy/gherkin}
162
+ s.rdoc_options = ["--charset=UTF-8"]
163
+ s.require_paths = ["lib"]
164
+ s.rubygems_version = %q{1.3.6}
165
+ s.summary = %q{Fast Gherkin lexer/parser}
166
+ s.test_files = [
167
+ "spec/gherkin/c_lexer_spec.rb",
168
+ "spec/gherkin/csharp_lexer_spec.rb",
169
+ "spec/gherkin/formatter/argument_spec.rb",
170
+ "spec/gherkin/formatter/colors_spec.rb",
171
+ "spec/gherkin/formatter/pretty_listener_spec.rb",
172
+ "spec/gherkin/i18n_lexer_spec.rb",
173
+ "spec/gherkin/i18n_spec.rb",
174
+ "spec/gherkin/java_lexer_spec.rb",
175
+ "spec/gherkin/parser/filter_listener_spec.rb",
176
+ "spec/gherkin/parser/parser_spec.rb",
177
+ "spec/gherkin/parser/tag_expression_spec.rb",
178
+ "spec/gherkin/rb_lexer_spec.rb",
179
+ "spec/gherkin/sexp_recorder.rb",
180
+ "spec/gherkin/shared/lexer_spec.rb",
181
+ "spec/gherkin/shared/py_string_spec.rb",
182
+ "spec/gherkin/shared/row_spec.rb",
183
+ "spec/gherkin/shared/tags_spec.rb",
184
+ "spec/spec_helper.rb"
185
+ ]
186
+
187
+ if s.respond_to? :specification_version then
188
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
189
+ s.specification_version = 3
190
+
191
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
192
+ s.add_runtime_dependency(%q<trollop>, [">= 1.15"])
193
+ s.add_development_dependency(%q<rspec>, [">= 1.3.0"])
194
+ s.add_development_dependency(%q<cucumber>, [">= 0.6.4"])
195
+ s.add_development_dependency(%q<rake-compiler>, [">= 0.7.0"])
196
+ else
197
+ s.add_dependency(%q<trollop>, [">= 1.15"])
198
+ s.add_dependency(%q<rspec>, [">= 1.3.0"])
199
+ s.add_dependency(%q<cucumber>, [">= 0.6.4"])
200
+ s.add_dependency(%q<rake-compiler>, [">= 0.7.0"])
201
+ end
202
+ else
203
+ s.add_dependency(%q<trollop>, [">= 1.15"])
204
+ s.add_dependency(%q<rspec>, [">= 1.3.0"])
205
+ s.add_dependency(%q<cucumber>, [">= 0.6.4"])
206
+ s.add_dependency(%q<rake-compiler>, [">= 0.7.0"])
207
+ end
208
+ end
209
+
@@ -1,24 +1,25 @@
1
1
  namespace :gems do
2
- desc 'Release JRuby gem'
3
- task :jruby => :release_dir do
4
- sh "rvm jruby rake clean spec gemspec build PLATFORM=java"
5
- mv "pkg/gherkin-#{GHERKIN_VERSION}-java.gem", 'release'
6
- end
7
-
8
- desc "Release MRI/C POSIX gem"
2
+ desc "Build MRI/C POSIX gem"
9
3
  task :posix => :release_dir do
10
- sh "rvm 1.8.7 rake clean spec gemspec build"
4
+ sh "rake clean spec gemspec build"
11
5
  mv "pkg/gherkin-#{GHERKIN_VERSION}.gem", 'release'
12
6
  end
13
7
 
14
8
  [:mswin32, :mingw32].each do |win_compiler|
15
- desc "Release MRI/C precompiled #{win_compiler} gem"
16
- task win_compiler => :posix do
17
- sh "rvm 1.8.7 rake cross compile gemspec build PLATFORM=i386-#{win_compiler} RUBY_CC_VERSION=1.8.6"
9
+ desc "Build MRI/C precompiled #{win_compiler} gem"
10
+ task win_compiler do
11
+ sh "rake cross compile RUBY_CC_VERSION=1.8.6"
12
+ sh "rake gemspec build PLATFORM=i386-#{win_compiler}"
18
13
  mv "pkg/gherkin-#{GHERKIN_VERSION}-x86-#{win_compiler}.gem", 'release'
19
14
  end
20
15
  end
21
16
 
17
+ desc 'Build JRuby gem'
18
+ task :jruby => :release_dir do
19
+ sh "rvm jruby rake spec gemspec build PLATFORM=java"
20
+ mv "pkg/gherkin-#{GHERKIN_VERSION}-java.gem", 'release'
21
+ end
22
+
22
23
  task :release_dir do
23
24
  mkdir 'release' unless File.directory?('release')
24
25
  end
@@ -28,4 +29,4 @@ namespace :gems do
28
29
  end
29
30
  end
30
31
 
31
- task :gems => ['gems:clean_release_dir', 'gems:jruby', 'gems:posix', 'gems:mswin32', 'gems:mingw32']
32
+ task :gems => ['gems:clean_release_dir', 'gems:posix', 'gems:mswin32', 'gems:mingw32', 'gems:jruby']
@@ -43,5 +43,7 @@ namespace :ikvm do
43
43
  end
44
44
  end
45
45
 
46
- task :ikvm => ['ikvm:exe', 'ikvm:dll', 'ikvm:copy_ikvm_dlls']
46
+ task :ikvm => ['ikvm:exe', 'ikvm:dll', 'ikvm:copy_ikvm_dlls'] do
47
+ sh "mono release/gherkin-#{GHERKIN_VERSION}.exe features"
48
+ end
47
49
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 6
9
- version: 1.0.6
8
+ - 7
9
+ version: 1.0.7
10
10
  platform: i386-mswin32
11
11
  authors:
12
12
  - Mike Sassak
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-04-10 00:00:00 +02:00
19
+ date: 2010-04-11 00:00:00 +02:00
20
20
  default_executable: gherkin
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -102,6 +102,7 @@ files:
102
102
  - features/step_definitions/pretty_listener_step.rb
103
103
  - features/steps_parser.feature
104
104
  - features/support/env.rb
105
+ - gherkin.gemspec
105
106
  - ikvm/.gitignore
106
107
  - java/.gitignore
107
108
  - java/src/main/java/gherkin/lexer/.gitignore
@@ -133,7 +134,48 @@ files:
133
134
  - lib/gherkin/tools/reformat.rb
134
135
  - lib/gherkin/tools/stats.rb
135
136
  - lib/gherkin/tools/stats_listener.rb
136
- - nativegems.sh
137
+ - lib/gherkin_lexer_ar.so
138
+ - lib/gherkin_lexer_bg.so
139
+ - lib/gherkin_lexer_ca.so
140
+ - lib/gherkin_lexer_cs.so
141
+ - lib/gherkin_lexer_cy_gb.so
142
+ - lib/gherkin_lexer_da.so
143
+ - lib/gherkin_lexer_de.so
144
+ - lib/gherkin_lexer_en.so
145
+ - lib/gherkin_lexer_en_au.so
146
+ - lib/gherkin_lexer_en_lol.so
147
+ - lib/gherkin_lexer_en_scouse.so
148
+ - lib/gherkin_lexer_en_tx.so
149
+ - lib/gherkin_lexer_es.so
150
+ - lib/gherkin_lexer_et.so
151
+ - lib/gherkin_lexer_fi.so
152
+ - lib/gherkin_lexer_fr.so
153
+ - lib/gherkin_lexer_he.so
154
+ - lib/gherkin_lexer_hr.so
155
+ - lib/gherkin_lexer_hu.so
156
+ - lib/gherkin_lexer_id.so
157
+ - lib/gherkin_lexer_it.so
158
+ - lib/gherkin_lexer_ja.so
159
+ - lib/gherkin_lexer_ko.so
160
+ - lib/gherkin_lexer_lt.so
161
+ - lib/gherkin_lexer_lv.so
162
+ - lib/gherkin_lexer_nl.so
163
+ - lib/gherkin_lexer_no.so
164
+ - lib/gherkin_lexer_pl.so
165
+ - lib/gherkin_lexer_pt.so
166
+ - lib/gherkin_lexer_ro.so
167
+ - lib/gherkin_lexer_ro_ro.so
168
+ - lib/gherkin_lexer_ru.so
169
+ - lib/gherkin_lexer_sk.so
170
+ - lib/gherkin_lexer_sr_cyrl.so
171
+ - lib/gherkin_lexer_sr_latn.so
172
+ - lib/gherkin_lexer_sv.so
173
+ - lib/gherkin_lexer_tr.so
174
+ - lib/gherkin_lexer_uk.so
175
+ - lib/gherkin_lexer_uz.so
176
+ - lib/gherkin_lexer_vi.so
177
+ - lib/gherkin_lexer_zh_cn.so
178
+ - lib/gherkin_lexer_zh_tw.so
137
179
  - ragel/i18n/.gitignore
138
180
  - ragel/lexer.c.rl.erb
139
181
  - ragel/lexer.java.rl.erb
@@ -1,5 +0,0 @@
1
- #!/bin/sh
2
- # Builds gems for all supported platforms
3
- rake gemspec build PLATFORM=java
4
- rake cross compile gemspec build PLATFORM=i386-mswin32 RUBY_CC_VERSION=1.8.6
5
- rake gemspec build PLATFORM=i386-mingw32 RUBY_CC_VERSION=1.8.6