gherkin 1.0.10 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +5 -0
  2. data/VERSION.yml +1 -1
  3. data/tasks/gems.rake +4 -2
  4. metadata +132 -4
@@ -1,3 +1,8 @@
1
+ == 1.0.11 (2010-04-16)
2
+
3
+ === Bugfixes
4
+ * Fixed bad packaging (C files were not packaged in POSIX gem)
5
+
1
6
  == 1.0.10 (2010-04-16)
2
7
 
3
8
  === New Features
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 0
3
- :patch: 10
3
+ :patch: 11
4
4
  :major: 1
@@ -1,7 +1,8 @@
1
1
  namespace :gems do
2
2
  desc "Build MRI/C POSIX gem"
3
3
  task :posix => :release_dir do
4
- sh "rake clean spec gemspec build"
4
+ sh "rake clean spec"
5
+ sh "rake gemspec build"
5
6
  mv "pkg/gherkin-#{GHERKIN_VERSION}.gem", 'release'
6
7
  end
7
8
 
@@ -16,7 +17,8 @@ namespace :gems do
16
17
 
17
18
  desc 'Build JRuby gem'
18
19
  task :jruby => :release_dir do
19
- sh "rvm jruby rake spec gemspec build PLATFORM=java"
20
+ sh "rvm jruby rake spec"
21
+ sh "rvm jruby rake gemspec build PLATFORM=java"
20
22
  mv "pkg/gherkin-#{GHERKIN_VERSION}-java.gem", 'release'
21
23
  end
22
24
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 10
9
- version: 1.0.10
8
+ - 11
9
+ version: 1.0.11
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mike Sassak
@@ -78,8 +78,50 @@ 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_eo/extconf.rb
95
+ - ext/gherkin_lexer_es/extconf.rb
96
+ - ext/gherkin_lexer_et/extconf.rb
97
+ - ext/gherkin_lexer_fi/extconf.rb
98
+ - ext/gherkin_lexer_fr/extconf.rb
99
+ - ext/gherkin_lexer_he/extconf.rb
100
+ - ext/gherkin_lexer_hr/extconf.rb
101
+ - ext/gherkin_lexer_hu/extconf.rb
102
+ - ext/gherkin_lexer_id/extconf.rb
103
+ - ext/gherkin_lexer_it/extconf.rb
104
+ - ext/gherkin_lexer_ja/extconf.rb
105
+ - ext/gherkin_lexer_ko/extconf.rb
106
+ - ext/gherkin_lexer_lt/extconf.rb
107
+ - ext/gherkin_lexer_lv/extconf.rb
108
+ - ext/gherkin_lexer_nl/extconf.rb
109
+ - ext/gherkin_lexer_no/extconf.rb
110
+ - ext/gherkin_lexer_pl/extconf.rb
111
+ - ext/gherkin_lexer_pt/extconf.rb
112
+ - ext/gherkin_lexer_ro/extconf.rb
113
+ - ext/gherkin_lexer_ro_ro/extconf.rb
114
+ - ext/gherkin_lexer_ru/extconf.rb
115
+ - ext/gherkin_lexer_sk/extconf.rb
116
+ - ext/gherkin_lexer_sr_cyrl/extconf.rb
117
+ - ext/gherkin_lexer_sr_latn/extconf.rb
118
+ - ext/gherkin_lexer_sv/extconf.rb
119
+ - ext/gherkin_lexer_tr/extconf.rb
120
+ - ext/gherkin_lexer_uk/extconf.rb
121
+ - ext/gherkin_lexer_uz/extconf.rb
122
+ - ext/gherkin_lexer_vi/extconf.rb
123
+ - ext/gherkin_lexer_zh_cn/extconf.rb
124
+ - ext/gherkin_lexer_zh_tw/extconf.rb
83
125
  extra_rdoc_files:
84
126
  - LICENSE
85
127
  - README.rdoc
@@ -94,6 +136,49 @@ files:
94
136
  - VERSION.yml
95
137
  - bin/gherkin
96
138
  - cucumber.yml
139
+ - ext/gherkin_lexer_ar/gherkin_lexer_ar.c
140
+ - ext/gherkin_lexer_bg/gherkin_lexer_bg.c
141
+ - ext/gherkin_lexer_ca/gherkin_lexer_ca.c
142
+ - ext/gherkin_lexer_cs/gherkin_lexer_cs.c
143
+ - ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.c
144
+ - ext/gherkin_lexer_da/gherkin_lexer_da.c
145
+ - ext/gherkin_lexer_de/gherkin_lexer_de.c
146
+ - ext/gherkin_lexer_en/gherkin_lexer_en.c
147
+ - ext/gherkin_lexer_en_au/gherkin_lexer_en_au.c
148
+ - ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.c
149
+ - ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.c
150
+ - ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.c
151
+ - ext/gherkin_lexer_eo/gherkin_lexer_eo.c
152
+ - ext/gherkin_lexer_es/gherkin_lexer_es.c
153
+ - ext/gherkin_lexer_et/gherkin_lexer_et.c
154
+ - ext/gherkin_lexer_fi/gherkin_lexer_fi.c
155
+ - ext/gherkin_lexer_fr/gherkin_lexer_fr.c
156
+ - ext/gherkin_lexer_he/gherkin_lexer_he.c
157
+ - ext/gherkin_lexer_hr/gherkin_lexer_hr.c
158
+ - ext/gherkin_lexer_hu/gherkin_lexer_hu.c
159
+ - ext/gherkin_lexer_id/gherkin_lexer_id.c
160
+ - ext/gherkin_lexer_it/gherkin_lexer_it.c
161
+ - ext/gherkin_lexer_ja/gherkin_lexer_ja.c
162
+ - ext/gherkin_lexer_ko/gherkin_lexer_ko.c
163
+ - ext/gherkin_lexer_lt/gherkin_lexer_lt.c
164
+ - ext/gherkin_lexer_lv/gherkin_lexer_lv.c
165
+ - ext/gherkin_lexer_nl/gherkin_lexer_nl.c
166
+ - ext/gherkin_lexer_no/gherkin_lexer_no.c
167
+ - ext/gherkin_lexer_pl/gherkin_lexer_pl.c
168
+ - ext/gherkin_lexer_pt/gherkin_lexer_pt.c
169
+ - ext/gherkin_lexer_ro/gherkin_lexer_ro.c
170
+ - ext/gherkin_lexer_ro_ro/gherkin_lexer_ro_ro.c
171
+ - ext/gherkin_lexer_ru/gherkin_lexer_ru.c
172
+ - ext/gherkin_lexer_sk/gherkin_lexer_sk.c
173
+ - ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.c
174
+ - ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.c
175
+ - ext/gherkin_lexer_sv/gherkin_lexer_sv.c
176
+ - ext/gherkin_lexer_tr/gherkin_lexer_tr.c
177
+ - ext/gherkin_lexer_uk/gherkin_lexer_uk.c
178
+ - ext/gherkin_lexer_uz/gherkin_lexer_uz.c
179
+ - ext/gherkin_lexer_vi/gherkin_lexer_vi.c
180
+ - ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.c
181
+ - ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.c
97
182
  - features/feature_parser.feature
98
183
  - features/native_lexer.feature
99
184
  - features/parser_with_native_lexer.feature
@@ -129,6 +214,49 @@ files:
129
214
  - lib/gherkin/rb_lexer.rb
130
215
  - lib/gherkin/rb_lexer/.gitignore
131
216
  - lib/gherkin/rb_lexer/README.rdoc
217
+ - lib/gherkin/rb_lexer/ar.rb
218
+ - lib/gherkin/rb_lexer/bg.rb
219
+ - lib/gherkin/rb_lexer/ca.rb
220
+ - lib/gherkin/rb_lexer/cs.rb
221
+ - lib/gherkin/rb_lexer/cy_gb.rb
222
+ - lib/gherkin/rb_lexer/da.rb
223
+ - lib/gherkin/rb_lexer/de.rb
224
+ - lib/gherkin/rb_lexer/en.rb
225
+ - lib/gherkin/rb_lexer/en_au.rb
226
+ - lib/gherkin/rb_lexer/en_lol.rb
227
+ - lib/gherkin/rb_lexer/en_scouse.rb
228
+ - lib/gherkin/rb_lexer/en_tx.rb
229
+ - lib/gherkin/rb_lexer/eo.rb
230
+ - lib/gherkin/rb_lexer/es.rb
231
+ - lib/gherkin/rb_lexer/et.rb
232
+ - lib/gherkin/rb_lexer/fi.rb
233
+ - lib/gherkin/rb_lexer/fr.rb
234
+ - lib/gherkin/rb_lexer/he.rb
235
+ - lib/gherkin/rb_lexer/hr.rb
236
+ - lib/gherkin/rb_lexer/hu.rb
237
+ - lib/gherkin/rb_lexer/id.rb
238
+ - lib/gherkin/rb_lexer/it.rb
239
+ - lib/gherkin/rb_lexer/ja.rb
240
+ - lib/gherkin/rb_lexer/ko.rb
241
+ - lib/gherkin/rb_lexer/lt.rb
242
+ - lib/gherkin/rb_lexer/lv.rb
243
+ - lib/gherkin/rb_lexer/nl.rb
244
+ - lib/gherkin/rb_lexer/no.rb
245
+ - lib/gherkin/rb_lexer/pl.rb
246
+ - lib/gherkin/rb_lexer/pt.rb
247
+ - lib/gherkin/rb_lexer/ro.rb
248
+ - lib/gherkin/rb_lexer/ro_ro.rb
249
+ - lib/gherkin/rb_lexer/ru.rb
250
+ - lib/gherkin/rb_lexer/sk.rb
251
+ - lib/gherkin/rb_lexer/sr_cyrl.rb
252
+ - lib/gherkin/rb_lexer/sr_latn.rb
253
+ - lib/gherkin/rb_lexer/sv.rb
254
+ - lib/gherkin/rb_lexer/tr.rb
255
+ - lib/gherkin/rb_lexer/uk.rb
256
+ - lib/gherkin/rb_lexer/uz.rb
257
+ - lib/gherkin/rb_lexer/vi.rb
258
+ - lib/gherkin/rb_lexer/zh_cn.rb
259
+ - lib/gherkin/rb_lexer/zh_tw.rb
132
260
  - lib/gherkin/tools.rb
133
261
  - lib/gherkin/tools/files.rb
134
262
  - lib/gherkin/tools/reformat.rb