gherkin 1.0.6 → 1.0.7

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,251 @@
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
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Mike Sassak", "Gregory Hnatiuk", "Aslak Helles\303\270y"]
12
+ s.date = %q{2010-04-11}
13
+ s.default_executable = %q{gherkin}
14
+ s.description = %q{A fast Gherkin lexer/parser based on the Ragel State Machine Compiler.}
15
+ s.email = %q{cukes@googlegroups.com}
16
+ s.executables = ["gherkin"]
17
+ s.extensions = ["ext/gherkin_lexer_ar/extconf.rb", "ext/gherkin_lexer_bg/extconf.rb", "ext/gherkin_lexer_ca/extconf.rb", "ext/gherkin_lexer_cs/extconf.rb", "ext/gherkin_lexer_cy_gb/extconf.rb", "ext/gherkin_lexer_da/extconf.rb", "ext/gherkin_lexer_de/extconf.rb", "ext/gherkin_lexer_en/extconf.rb", "ext/gherkin_lexer_en_au/extconf.rb", "ext/gherkin_lexer_en_lol/extconf.rb", "ext/gherkin_lexer_en_scouse/extconf.rb", "ext/gherkin_lexer_en_tx/extconf.rb", "ext/gherkin_lexer_es/extconf.rb", "ext/gherkin_lexer_et/extconf.rb", "ext/gherkin_lexer_fi/extconf.rb", "ext/gherkin_lexer_fr/extconf.rb", "ext/gherkin_lexer_he/extconf.rb", "ext/gherkin_lexer_hr/extconf.rb", "ext/gherkin_lexer_hu/extconf.rb", "ext/gherkin_lexer_id/extconf.rb", "ext/gherkin_lexer_it/extconf.rb", "ext/gherkin_lexer_ja/extconf.rb", "ext/gherkin_lexer_ko/extconf.rb", "ext/gherkin_lexer_lt/extconf.rb", "ext/gherkin_lexer_lv/extconf.rb", "ext/gherkin_lexer_nl/extconf.rb", "ext/gherkin_lexer_no/extconf.rb", "ext/gherkin_lexer_pl/extconf.rb", "ext/gherkin_lexer_pt/extconf.rb", "ext/gherkin_lexer_ro/extconf.rb", "ext/gherkin_lexer_ro_ro/extconf.rb", "ext/gherkin_lexer_ru/extconf.rb", "ext/gherkin_lexer_sk/extconf.rb", "ext/gherkin_lexer_sr_cyrl/extconf.rb", "ext/gherkin_lexer_sr_latn/extconf.rb", "ext/gherkin_lexer_sv/extconf.rb", "ext/gherkin_lexer_tr/extconf.rb", "ext/gherkin_lexer_uk/extconf.rb", "ext/gherkin_lexer_uz/extconf.rb", "ext/gherkin_lexer_vi/extconf.rb", "ext/gherkin_lexer_zh_cn/extconf.rb", "ext/gherkin_lexer_zh_tw/extconf.rb"]
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
+ "ext/gherkin_lexer_ar/gherkin_lexer_ar.c",
34
+ "ext/gherkin_lexer_bg/gherkin_lexer_bg.c",
35
+ "ext/gherkin_lexer_ca/gherkin_lexer_ca.c",
36
+ "ext/gherkin_lexer_cs/gherkin_lexer_cs.c",
37
+ "ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.c",
38
+ "ext/gherkin_lexer_da/gherkin_lexer_da.c",
39
+ "ext/gherkin_lexer_de/gherkin_lexer_de.c",
40
+ "ext/gherkin_lexer_en/gherkin_lexer_en.c",
41
+ "ext/gherkin_lexer_en_au/gherkin_lexer_en_au.c",
42
+ "ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.c",
43
+ "ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.c",
44
+ "ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.c",
45
+ "ext/gherkin_lexer_es/gherkin_lexer_es.c",
46
+ "ext/gherkin_lexer_et/gherkin_lexer_et.c",
47
+ "ext/gherkin_lexer_fi/gherkin_lexer_fi.c",
48
+ "ext/gherkin_lexer_fr/gherkin_lexer_fr.c",
49
+ "ext/gherkin_lexer_he/gherkin_lexer_he.c",
50
+ "ext/gherkin_lexer_hr/gherkin_lexer_hr.c",
51
+ "ext/gherkin_lexer_hu/gherkin_lexer_hu.c",
52
+ "ext/gherkin_lexer_id/gherkin_lexer_id.c",
53
+ "ext/gherkin_lexer_it/gherkin_lexer_it.c",
54
+ "ext/gherkin_lexer_ja/gherkin_lexer_ja.c",
55
+ "ext/gherkin_lexer_ko/gherkin_lexer_ko.c",
56
+ "ext/gherkin_lexer_lt/gherkin_lexer_lt.c",
57
+ "ext/gherkin_lexer_lv/gherkin_lexer_lv.c",
58
+ "ext/gherkin_lexer_nl/gherkin_lexer_nl.c",
59
+ "ext/gherkin_lexer_no/gherkin_lexer_no.c",
60
+ "ext/gherkin_lexer_pl/gherkin_lexer_pl.c",
61
+ "ext/gherkin_lexer_pt/gherkin_lexer_pt.c",
62
+ "ext/gherkin_lexer_ro/gherkin_lexer_ro.c",
63
+ "ext/gherkin_lexer_ro_ro/gherkin_lexer_ro_ro.c",
64
+ "ext/gherkin_lexer_ru/gherkin_lexer_ru.c",
65
+ "ext/gherkin_lexer_sk/gherkin_lexer_sk.c",
66
+ "ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.c",
67
+ "ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.c",
68
+ "ext/gherkin_lexer_sv/gherkin_lexer_sv.c",
69
+ "ext/gherkin_lexer_tr/gherkin_lexer_tr.c",
70
+ "ext/gherkin_lexer_uk/gherkin_lexer_uk.c",
71
+ "ext/gherkin_lexer_uz/gherkin_lexer_uz.c",
72
+ "ext/gherkin_lexer_vi/gherkin_lexer_vi.c",
73
+ "ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.c",
74
+ "ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.c",
75
+ "features/feature_parser.feature",
76
+ "features/native_lexer.feature",
77
+ "features/parser_with_native_lexer.feature",
78
+ "features/pretty_printer.feature",
79
+ "features/step_definitions/gherkin_steps.rb",
80
+ "features/step_definitions/pretty_listener_step.rb",
81
+ "features/steps_parser.feature",
82
+ "features/support/env.rb",
83
+ "gherkin.gemspec",
84
+ "ikvm/.gitignore",
85
+ "java/.gitignore",
86
+ "java/src/main/java/gherkin/lexer/.gitignore",
87
+ "lib/.gitignore",
88
+ "lib/gherkin.rb",
89
+ "lib/gherkin/c_lexer.rb",
90
+ "lib/gherkin/cli/main.rb",
91
+ "lib/gherkin/core_ext/array.rb",
92
+ "lib/gherkin/csharp_lexer.rb",
93
+ "lib/gherkin/formatter/argument.rb",
94
+ "lib/gherkin/formatter/colors.rb",
95
+ "lib/gherkin/formatter/monochrome_format.rb",
96
+ "lib/gherkin/formatter/pretty_listener.rb",
97
+ "lib/gherkin/i18n.rb",
98
+ "lib/gherkin/i18n.yml",
99
+ "lib/gherkin/i18n_lexer.rb",
100
+ "lib/gherkin/parser/filter_listener.rb",
101
+ "lib/gherkin/parser/meta.txt",
102
+ "lib/gherkin/parser/parser.rb",
103
+ "lib/gherkin/parser/root.txt",
104
+ "lib/gherkin/parser/sexp.rb",
105
+ "lib/gherkin/parser/steps.txt",
106
+ "lib/gherkin/parser/tag_expression.rb",
107
+ "lib/gherkin/rb_lexer.rb",
108
+ "lib/gherkin/rb_lexer/.gitignore",
109
+ "lib/gherkin/rb_lexer/README.rdoc",
110
+ "lib/gherkin/rb_lexer/ar.rb",
111
+ "lib/gherkin/rb_lexer/bg.rb",
112
+ "lib/gherkin/rb_lexer/ca.rb",
113
+ "lib/gherkin/rb_lexer/cs.rb",
114
+ "lib/gherkin/rb_lexer/cy_gb.rb",
115
+ "lib/gherkin/rb_lexer/da.rb",
116
+ "lib/gherkin/rb_lexer/de.rb",
117
+ "lib/gherkin/rb_lexer/en.rb",
118
+ "lib/gherkin/rb_lexer/en_au.rb",
119
+ "lib/gherkin/rb_lexer/en_lol.rb",
120
+ "lib/gherkin/rb_lexer/en_scouse.rb",
121
+ "lib/gherkin/rb_lexer/en_tx.rb",
122
+ "lib/gherkin/rb_lexer/es.rb",
123
+ "lib/gherkin/rb_lexer/et.rb",
124
+ "lib/gherkin/rb_lexer/fi.rb",
125
+ "lib/gherkin/rb_lexer/fr.rb",
126
+ "lib/gherkin/rb_lexer/he.rb",
127
+ "lib/gherkin/rb_lexer/hr.rb",
128
+ "lib/gherkin/rb_lexer/hu.rb",
129
+ "lib/gherkin/rb_lexer/id.rb",
130
+ "lib/gherkin/rb_lexer/it.rb",
131
+ "lib/gherkin/rb_lexer/ja.rb",
132
+ "lib/gherkin/rb_lexer/ko.rb",
133
+ "lib/gherkin/rb_lexer/lt.rb",
134
+ "lib/gherkin/rb_lexer/lv.rb",
135
+ "lib/gherkin/rb_lexer/nl.rb",
136
+ "lib/gherkin/rb_lexer/no.rb",
137
+ "lib/gherkin/rb_lexer/pl.rb",
138
+ "lib/gherkin/rb_lexer/pt.rb",
139
+ "lib/gherkin/rb_lexer/ro.rb",
140
+ "lib/gherkin/rb_lexer/ro_ro.rb",
141
+ "lib/gherkin/rb_lexer/ru.rb",
142
+ "lib/gherkin/rb_lexer/sk.rb",
143
+ "lib/gherkin/rb_lexer/sr_cyrl.rb",
144
+ "lib/gherkin/rb_lexer/sr_latn.rb",
145
+ "lib/gherkin/rb_lexer/sv.rb",
146
+ "lib/gherkin/rb_lexer/tr.rb",
147
+ "lib/gherkin/rb_lexer/uk.rb",
148
+ "lib/gherkin/rb_lexer/uz.rb",
149
+ "lib/gherkin/rb_lexer/vi.rb",
150
+ "lib/gherkin/rb_lexer/zh_cn.rb",
151
+ "lib/gherkin/rb_lexer/zh_tw.rb",
152
+ "lib/gherkin/tools.rb",
153
+ "lib/gherkin/tools/files.rb",
154
+ "lib/gherkin/tools/reformat.rb",
155
+ "lib/gherkin/tools/stats.rb",
156
+ "lib/gherkin/tools/stats_listener.rb",
157
+ "ragel/i18n/.gitignore",
158
+ "ragel/lexer.c.rl.erb",
159
+ "ragel/lexer.java.rl.erb",
160
+ "ragel/lexer.rb.rl.erb",
161
+ "ragel/lexer_common.rl.erb",
162
+ "spec/gherkin/c_lexer_spec.rb",
163
+ "spec/gherkin/csharp_lexer_spec.rb",
164
+ "spec/gherkin/fixtures/1.feature",
165
+ "spec/gherkin/fixtures/comments_in_table.feature",
166
+ "spec/gherkin/fixtures/complex.feature",
167
+ "spec/gherkin/fixtures/dos_line_endings.feature",
168
+ "spec/gherkin/fixtures/i18n_fr.feature",
169
+ "spec/gherkin/fixtures/i18n_no.feature",
170
+ "spec/gherkin/fixtures/i18n_zh-CN.feature",
171
+ "spec/gherkin/fixtures/simple.feature",
172
+ "spec/gherkin/fixtures/simple_with_comments.feature",
173
+ "spec/gherkin/fixtures/simple_with_tags.feature",
174
+ "spec/gherkin/formatter/argument_spec.rb",
175
+ "spec/gherkin/formatter/colors_spec.rb",
176
+ "spec/gherkin/formatter/pretty_listener_spec.rb",
177
+ "spec/gherkin/i18n_lexer_spec.rb",
178
+ "spec/gherkin/i18n_spec.rb",
179
+ "spec/gherkin/java_lexer_spec.rb",
180
+ "spec/gherkin/parser/filter_listener_spec.rb",
181
+ "spec/gherkin/parser/parser_spec.rb",
182
+ "spec/gherkin/parser/tag_expression_spec.rb",
183
+ "spec/gherkin/rb_lexer_spec.rb",
184
+ "spec/gherkin/sexp_recorder.rb",
185
+ "spec/gherkin/shared/lexer_spec.rb",
186
+ "spec/gherkin/shared/py_string_spec.rb",
187
+ "spec/gherkin/shared/row_spec.rb",
188
+ "spec/gherkin/shared/tags_spec.rb",
189
+ "spec/spec_helper.rb",
190
+ "tasks/bench.rake",
191
+ "tasks/bench/feature_builder.rb",
192
+ "tasks/bench/generated/.gitignore",
193
+ "tasks/bench/null_listener.rb",
194
+ "tasks/compile.rake",
195
+ "tasks/cucumber.rake",
196
+ "tasks/gems.rake",
197
+ "tasks/ikvm.rake",
198
+ "tasks/ragel_task.rb",
199
+ "tasks/rdoc.rake",
200
+ "tasks/release.rake",
201
+ "tasks/rspec.rake"
202
+ ]
203
+ s.homepage = %q{http://github.com/aslakhellesoy/gherkin}
204
+ s.rdoc_options = ["--charset=UTF-8"]
205
+ s.require_paths = ["lib"]
206
+ s.rubygems_version = %q{1.3.6}
207
+ s.summary = %q{Fast Gherkin lexer/parser}
208
+ s.test_files = [
209
+ "spec/gherkin/c_lexer_spec.rb",
210
+ "spec/gherkin/csharp_lexer_spec.rb",
211
+ "spec/gherkin/formatter/argument_spec.rb",
212
+ "spec/gherkin/formatter/colors_spec.rb",
213
+ "spec/gherkin/formatter/pretty_listener_spec.rb",
214
+ "spec/gherkin/i18n_lexer_spec.rb",
215
+ "spec/gherkin/i18n_spec.rb",
216
+ "spec/gherkin/java_lexer_spec.rb",
217
+ "spec/gherkin/parser/filter_listener_spec.rb",
218
+ "spec/gherkin/parser/parser_spec.rb",
219
+ "spec/gherkin/parser/tag_expression_spec.rb",
220
+ "spec/gherkin/rb_lexer_spec.rb",
221
+ "spec/gherkin/sexp_recorder.rb",
222
+ "spec/gherkin/shared/lexer_spec.rb",
223
+ "spec/gherkin/shared/py_string_spec.rb",
224
+ "spec/gherkin/shared/row_spec.rb",
225
+ "spec/gherkin/shared/tags_spec.rb",
226
+ "spec/spec_helper.rb"
227
+ ]
228
+
229
+ if s.respond_to? :specification_version then
230
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
231
+ s.specification_version = 3
232
+
233
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
234
+ s.add_runtime_dependency(%q<trollop>, [">= 1.15"])
235
+ s.add_development_dependency(%q<rspec>, [">= 1.3.0"])
236
+ s.add_development_dependency(%q<cucumber>, [">= 0.6.4"])
237
+ s.add_development_dependency(%q<rake-compiler>, [">= 0.7.0"])
238
+ else
239
+ s.add_dependency(%q<trollop>, [">= 1.15"])
240
+ s.add_dependency(%q<rspec>, [">= 1.3.0"])
241
+ s.add_dependency(%q<cucumber>, [">= 0.6.4"])
242
+ s.add_dependency(%q<rake-compiler>, [">= 0.7.0"])
243
+ end
244
+ else
245
+ s.add_dependency(%q<trollop>, [">= 1.15"])
246
+ s.add_dependency(%q<rspec>, [">= 1.3.0"])
247
+ s.add_dependency(%q<cucumber>, [">= 0.6.4"])
248
+ s.add_dependency(%q<rake-compiler>, [">= 0.7.0"])
249
+ end
250
+ end
251
+
@@ -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: ruby
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
@@ -78,8 +78,49 @@ description: A fast Gherkin lexer/parser based on the Ragel State Machine Compil
78
78
  email: cukes@googlegroups.com
79
79
  executables:
80
80
  - gherkin
81
- extensions: []
82
-
81
+ extensions:
82
+ - ext/gherkin_lexer_ar/extconf.rb
83
+ - ext/gherkin_lexer_bg/extconf.rb
84
+ - ext/gherkin_lexer_ca/extconf.rb
85
+ - ext/gherkin_lexer_cs/extconf.rb
86
+ - ext/gherkin_lexer_cy_gb/extconf.rb
87
+ - ext/gherkin_lexer_da/extconf.rb
88
+ - ext/gherkin_lexer_de/extconf.rb
89
+ - ext/gherkin_lexer_en/extconf.rb
90
+ - ext/gherkin_lexer_en_au/extconf.rb
91
+ - ext/gherkin_lexer_en_lol/extconf.rb
92
+ - ext/gherkin_lexer_en_scouse/extconf.rb
93
+ - ext/gherkin_lexer_en_tx/extconf.rb
94
+ - ext/gherkin_lexer_es/extconf.rb
95
+ - ext/gherkin_lexer_et/extconf.rb
96
+ - ext/gherkin_lexer_fi/extconf.rb
97
+ - ext/gherkin_lexer_fr/extconf.rb
98
+ - ext/gherkin_lexer_he/extconf.rb
99
+ - ext/gherkin_lexer_hr/extconf.rb
100
+ - ext/gherkin_lexer_hu/extconf.rb
101
+ - ext/gherkin_lexer_id/extconf.rb
102
+ - ext/gherkin_lexer_it/extconf.rb
103
+ - ext/gherkin_lexer_ja/extconf.rb
104
+ - ext/gherkin_lexer_ko/extconf.rb
105
+ - ext/gherkin_lexer_lt/extconf.rb
106
+ - ext/gherkin_lexer_lv/extconf.rb
107
+ - ext/gherkin_lexer_nl/extconf.rb
108
+ - ext/gherkin_lexer_no/extconf.rb
109
+ - ext/gherkin_lexer_pl/extconf.rb
110
+ - ext/gherkin_lexer_pt/extconf.rb
111
+ - ext/gherkin_lexer_ro/extconf.rb
112
+ - ext/gherkin_lexer_ro_ro/extconf.rb
113
+ - ext/gherkin_lexer_ru/extconf.rb
114
+ - ext/gherkin_lexer_sk/extconf.rb
115
+ - ext/gherkin_lexer_sr_cyrl/extconf.rb
116
+ - ext/gherkin_lexer_sr_latn/extconf.rb
117
+ - ext/gherkin_lexer_sv/extconf.rb
118
+ - ext/gherkin_lexer_tr/extconf.rb
119
+ - ext/gherkin_lexer_uk/extconf.rb
120
+ - ext/gherkin_lexer_uz/extconf.rb
121
+ - ext/gherkin_lexer_vi/extconf.rb
122
+ - ext/gherkin_lexer_zh_cn/extconf.rb
123
+ - ext/gherkin_lexer_zh_tw/extconf.rb
83
124
  extra_rdoc_files:
84
125
  - LICENSE
85
126
  - README.rdoc
@@ -94,6 +135,48 @@ files:
94
135
  - VERSION.yml
95
136
  - bin/gherkin
96
137
  - cucumber.yml
138
+ - ext/gherkin_lexer_ar/gherkin_lexer_ar.c
139
+ - ext/gherkin_lexer_bg/gherkin_lexer_bg.c
140
+ - ext/gherkin_lexer_ca/gherkin_lexer_ca.c
141
+ - ext/gherkin_lexer_cs/gherkin_lexer_cs.c
142
+ - ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.c
143
+ - ext/gherkin_lexer_da/gherkin_lexer_da.c
144
+ - ext/gherkin_lexer_de/gherkin_lexer_de.c
145
+ - ext/gherkin_lexer_en/gherkin_lexer_en.c
146
+ - ext/gherkin_lexer_en_au/gherkin_lexer_en_au.c
147
+ - ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.c
148
+ - ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.c
149
+ - ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.c
150
+ - ext/gherkin_lexer_es/gherkin_lexer_es.c
151
+ - ext/gherkin_lexer_et/gherkin_lexer_et.c
152
+ - ext/gherkin_lexer_fi/gherkin_lexer_fi.c
153
+ - ext/gherkin_lexer_fr/gherkin_lexer_fr.c
154
+ - ext/gherkin_lexer_he/gherkin_lexer_he.c
155
+ - ext/gherkin_lexer_hr/gherkin_lexer_hr.c
156
+ - ext/gherkin_lexer_hu/gherkin_lexer_hu.c
157
+ - ext/gherkin_lexer_id/gherkin_lexer_id.c
158
+ - ext/gherkin_lexer_it/gherkin_lexer_it.c
159
+ - ext/gherkin_lexer_ja/gherkin_lexer_ja.c
160
+ - ext/gherkin_lexer_ko/gherkin_lexer_ko.c
161
+ - ext/gherkin_lexer_lt/gherkin_lexer_lt.c
162
+ - ext/gherkin_lexer_lv/gherkin_lexer_lv.c
163
+ - ext/gherkin_lexer_nl/gherkin_lexer_nl.c
164
+ - ext/gherkin_lexer_no/gherkin_lexer_no.c
165
+ - ext/gherkin_lexer_pl/gherkin_lexer_pl.c
166
+ - ext/gherkin_lexer_pt/gherkin_lexer_pt.c
167
+ - ext/gherkin_lexer_ro/gherkin_lexer_ro.c
168
+ - ext/gherkin_lexer_ro_ro/gherkin_lexer_ro_ro.c
169
+ - ext/gherkin_lexer_ru/gherkin_lexer_ru.c
170
+ - ext/gherkin_lexer_sk/gherkin_lexer_sk.c
171
+ - ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.c
172
+ - ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.c
173
+ - ext/gherkin_lexer_sv/gherkin_lexer_sv.c
174
+ - ext/gherkin_lexer_tr/gherkin_lexer_tr.c
175
+ - ext/gherkin_lexer_uk/gherkin_lexer_uk.c
176
+ - ext/gherkin_lexer_uz/gherkin_lexer_uz.c
177
+ - ext/gherkin_lexer_vi/gherkin_lexer_vi.c
178
+ - ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.c
179
+ - ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.c
97
180
  - features/feature_parser.feature
98
181
  - features/native_lexer.feature
99
182
  - features/parser_with_native_lexer.feature
@@ -102,6 +185,7 @@ files:
102
185
  - features/step_definitions/pretty_listener_step.rb
103
186
  - features/steps_parser.feature
104
187
  - features/support/env.rb
188
+ - gherkin.gemspec
105
189
  - ikvm/.gitignore
106
190
  - java/.gitignore
107
191
  - java/src/main/java/gherkin/lexer/.gitignore
@@ -175,7 +259,6 @@ files:
175
259
  - lib/gherkin/tools/reformat.rb
176
260
  - lib/gherkin/tools/stats.rb
177
261
  - lib/gherkin/tools/stats_listener.rb
178
- - nativegems.sh
179
262
  - ragel/i18n/.gitignore
180
263
  - ragel/lexer.c.rl.erb
181
264
  - 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