~ubuntu-branches/ubuntu/wily/cucumber/wily-proposed

« back to all changes in this revision

Viewing changes to metadata.yml

  • Committer: Package Import Robot
  • Author(s): Cédric Boutillier, Antonio Terceiro, Cédric Boutillier
  • Date: 2015-06-20 16:52:32 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20150620165232-hznc8mxma08er27p
Tags: 2.0.0-1
[ Antonio Terceiro ]
* debian/cucumber.pod: fix typo in manpage (Closes: #767215)

[ Cédric Boutillier ]
* Imported Upstream version 2.0.0
* rename the file in debian/missing-source to remove -min suffix, and make
  lintian happy
* reproducibility: use last changelog date to build the manpage
* update 0004-Update_default_binary_path.patch
* drop 0001-Remove-rubygems-bundler-stuff-from-spec_helper.patch, not needed
  anymore
* build-depend on pry
* depend on ruby-cucumber-core

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
--- !ruby/object:Gem::Specification
2
2
name: cucumber
3
3
version: !ruby/object:Gem::Version
4
 
  version: 1.3.17
5
 
  prerelease: 
 
4
  version: 2.0.0
6
5
platform: ruby
7
6
authors:
8
7
- Aslak Hellesøy
9
8
autorequire: 
10
9
bindir: bin
11
10
cert_chain: []
12
 
date: 2014-09-13 00:00:00.000000000 Z
 
11
date: 2015-03-27 00:00:00.000000000 Z
13
12
dependencies:
14
13
- !ruby/object:Gem::Dependency
 
14
  name: cucumber-core
 
15
  requirement: !ruby/object:Gem::Requirement
 
16
    requirements:
 
17
    - - ~>
 
18
      - !ruby/object:Gem::Version
 
19
        version: 1.1.3
 
20
  type: :runtime
 
21
  prerelease: false
 
22
  version_requirements: !ruby/object:Gem::Requirement
 
23
    requirements:
 
24
    - - ~>
 
25
      - !ruby/object:Gem::Version
 
26
        version: 1.1.3
 
27
- !ruby/object:Gem::Dependency
15
28
  name: builder
16
29
  requirement: !ruby/object:Gem::Requirement
17
 
    none: false
18
30
    requirements:
19
 
    - - ! '>='
 
31
    - - '>='
20
32
      - !ruby/object:Gem::Version
21
33
        version: 2.1.2
22
34
  type: :runtime
23
35
  prerelease: false
24
36
  version_requirements: !ruby/object:Gem::Requirement
25
 
    none: false
26
37
    requirements:
27
 
    - - ! '>='
 
38
    - - '>='
28
39
      - !ruby/object:Gem::Version
29
40
        version: 2.1.2
30
41
- !ruby/object:Gem::Dependency
31
42
  name: diff-lcs
32
43
  requirement: !ruby/object:Gem::Requirement
33
 
    none: false
34
44
    requirements:
35
 
    - - ! '>='
 
45
    - - '>='
36
46
      - !ruby/object:Gem::Version
37
47
        version: 1.1.3
38
48
  type: :runtime
39
49
  prerelease: false
40
50
  version_requirements: !ruby/object:Gem::Requirement
41
 
    none: false
42
51
    requirements:
43
 
    - - ! '>='
 
52
    - - '>='
44
53
      - !ruby/object:Gem::Version
45
54
        version: 1.1.3
46
55
- !ruby/object:Gem::Dependency
47
56
  name: gherkin
48
57
  requirement: !ruby/object:Gem::Requirement
49
 
    none: false
50
58
    requirements:
51
59
    - - ~>
52
60
      - !ruby/object:Gem::Version
54
62
  type: :runtime
55
63
  prerelease: false
56
64
  version_requirements: !ruby/object:Gem::Requirement
57
 
    none: false
58
65
    requirements:
59
66
    - - ~>
60
67
      - !ruby/object:Gem::Version
62
69
- !ruby/object:Gem::Dependency
63
70
  name: multi_json
64
71
  requirement: !ruby/object:Gem::Requirement
65
 
    none: false
66
72
    requirements:
67
 
    - - ! '>='
 
73
    - - '>='
68
74
      - !ruby/object:Gem::Version
69
75
        version: 1.7.5
70
76
    - - <
73
79
  type: :runtime
74
80
  prerelease: false
75
81
  version_requirements: !ruby/object:Gem::Requirement
76
 
    none: false
77
82
    requirements:
78
 
    - - ! '>='
 
83
    - - '>='
79
84
      - !ruby/object:Gem::Version
80
85
        version: 1.7.5
81
86
    - - <
84
89
- !ruby/object:Gem::Dependency
85
90
  name: multi_test
86
91
  requirement: !ruby/object:Gem::Requirement
87
 
    none: false
88
92
    requirements:
89
 
    - - ! '>='
 
93
    - - '>='
90
94
      - !ruby/object:Gem::Version
91
 
        version: 0.1.1
 
95
        version: 0.1.2
92
96
  type: :runtime
93
97
  prerelease: false
94
98
  version_requirements: !ruby/object:Gem::Requirement
95
 
    none: false
96
99
    requirements:
97
 
    - - ! '>='
 
100
    - - '>='
98
101
      - !ruby/object:Gem::Version
99
 
        version: 0.1.1
 
102
        version: 0.1.2
100
103
- !ruby/object:Gem::Dependency
101
104
  name: aruba
102
105
  requirement: !ruby/object:Gem::Requirement
103
 
    none: false
104
106
    requirements:
105
 
    - - '='
 
107
    - - ~>
106
108
      - !ruby/object:Gem::Version
107
 
        version: 0.5.2
 
109
        version: 0.6.1
108
110
  type: :development
109
111
  prerelease: false
110
112
  version_requirements: !ruby/object:Gem::Requirement
111
 
    none: false
112
113
    requirements:
113
 
    - - '='
 
114
    - - ~>
114
115
      - !ruby/object:Gem::Version
115
 
        version: 0.5.2
 
116
        version: 0.6.1
116
117
- !ruby/object:Gem::Dependency
117
118
  name: json
118
119
  requirement: !ruby/object:Gem::Requirement
119
 
    none: false
120
120
    requirements:
121
121
    - - ~>
122
122
      - !ruby/object:Gem::Version
124
124
  type: :development
125
125
  prerelease: false
126
126
  version_requirements: !ruby/object:Gem::Requirement
127
 
    none: false
128
127
    requirements:
129
128
    - - ~>
130
129
      - !ruby/object:Gem::Version
132
131
- !ruby/object:Gem::Dependency
133
132
  name: nokogiri
134
133
  requirement: !ruby/object:Gem::Requirement
135
 
    none: false
136
134
    requirements:
137
135
    - - ~>
138
136
      - !ruby/object:Gem::Version
139
 
        version: 1.5.2
 
137
        version: '1.5'
140
138
  type: :development
141
139
  prerelease: false
142
140
  version_requirements: !ruby/object:Gem::Requirement
143
 
    none: false
144
141
    requirements:
145
142
    - - ~>
146
143
      - !ruby/object:Gem::Version
147
 
        version: 1.5.2
 
144
        version: '1.5'
148
145
- !ruby/object:Gem::Dependency
149
146
  name: rake
150
147
  requirement: !ruby/object:Gem::Requirement
151
 
    none: false
152
148
    requirements:
153
 
    - - ! '>='
 
149
    - - '>='
154
150
      - !ruby/object:Gem::Version
155
151
        version: 0.9.2
156
 
    - - <
157
 
      - !ruby/object:Gem::Version
158
 
        version: '10.2'
159
152
  type: :development
160
153
  prerelease: false
161
154
  version_requirements: !ruby/object:Gem::Requirement
162
 
    none: false
163
155
    requirements:
164
 
    - - ! '>='
 
156
    - - '>='
165
157
      - !ruby/object:Gem::Version
166
158
        version: 0.9.2
167
 
    - - <
168
 
      - !ruby/object:Gem::Version
169
 
        version: '10.2'
170
159
- !ruby/object:Gem::Dependency
171
160
  name: rspec
172
161
  requirement: !ruby/object:Gem::Requirement
173
 
    none: false
174
162
    requirements:
175
 
    - - ~>
 
163
    - - '>='
176
164
      - !ruby/object:Gem::Version
177
 
        version: '2'
 
165
        version: '3.0'
178
166
  type: :development
179
167
  prerelease: false
180
168
  version_requirements: !ruby/object:Gem::Requirement
181
 
    none: false
182
169
    requirements:
183
 
    - - ~>
 
170
    - - '>='
184
171
      - !ruby/object:Gem::Version
185
 
        version: '2'
 
172
        version: '3.0'
186
173
- !ruby/object:Gem::Dependency
187
174
  name: simplecov
188
175
  requirement: !ruby/object:Gem::Requirement
189
 
    none: false
190
176
    requirements:
191
 
    - - ! '>='
 
177
    - - '>='
192
178
      - !ruby/object:Gem::Version
193
179
        version: 0.6.2
194
180
  type: :development
195
181
  prerelease: false
196
182
  version_requirements: !ruby/object:Gem::Requirement
197
 
    none: false
198
183
    requirements:
199
 
    - - ! '>='
 
184
    - - '>='
200
185
      - !ruby/object:Gem::Version
201
186
        version: 0.6.2
202
187
- !ruby/object:Gem::Dependency
203
 
  name: spork
 
188
  name: coveralls
204
189
  requirement: !ruby/object:Gem::Requirement
205
 
    none: false
206
190
    requirements:
207
 
    - - ! '>='
 
191
    - - ~>
208
192
      - !ruby/object:Gem::Version
209
 
        version: 1.0.0.rc2
 
193
        version: '0.7'
210
194
  type: :development
211
195
  prerelease: false
212
196
  version_requirements: !ruby/object:Gem::Requirement
213
 
    none: false
214
197
    requirements:
215
 
    - - ! '>='
 
198
    - - ~>
216
199
      - !ruby/object:Gem::Version
217
 
        version: 1.0.0.rc2
 
200
        version: '0.7'
218
201
- !ruby/object:Gem::Dependency
219
202
  name: syntax
220
203
  requirement: !ruby/object:Gem::Requirement
221
 
    none: false
222
 
    requirements:
223
 
    - - ! '>='
224
 
      - !ruby/object:Gem::Version
225
 
        version: 1.0.0
226
 
  type: :development
227
 
  prerelease: false
228
 
  version_requirements: !ruby/object:Gem::Requirement
229
 
    none: false
230
 
    requirements:
231
 
    - - ! '>='
232
 
      - !ruby/object:Gem::Version
233
 
        version: 1.0.0
 
204
    requirements:
 
205
    - - '>='
 
206
      - !ruby/object:Gem::Version
 
207
        version: 1.0.0
 
208
  type: :development
 
209
  prerelease: false
 
210
  version_requirements: !ruby/object:Gem::Requirement
 
211
    requirements:
 
212
    - - '>='
 
213
      - !ruby/object:Gem::Version
 
214
        version: 1.0.0
 
215
- !ruby/object:Gem::Dependency
 
216
  name: pry
 
217
  requirement: !ruby/object:Gem::Requirement
 
218
    requirements:
 
219
    - - '>='
 
220
      - !ruby/object:Gem::Version
 
221
        version: '0'
 
222
  type: :development
 
223
  prerelease: false
 
224
  version_requirements: !ruby/object:Gem::Requirement
 
225
    requirements:
 
226
    - - '>='
 
227
      - !ruby/object:Gem::Version
 
228
        version: '0'
234
229
- !ruby/object:Gem::Dependency
235
230
  name: bcat
236
231
  requirement: !ruby/object:Gem::Requirement
237
 
    none: false
238
232
    requirements:
239
233
    - - ~>
240
234
      - !ruby/object:Gem::Version
242
236
  type: :development
243
237
  prerelease: false
244
238
  version_requirements: !ruby/object:Gem::Requirement
245
 
    none: false
246
239
    requirements:
247
240
    - - ~>
248
241
      - !ruby/object:Gem::Version
250
243
- !ruby/object:Gem::Dependency
251
244
  name: kramdown
252
245
  requirement: !ruby/object:Gem::Requirement
253
 
    none: false
254
246
    requirements:
255
247
    - - ~>
256
248
      - !ruby/object:Gem::Version
258
250
  type: :development
259
251
  prerelease: false
260
252
  version_requirements: !ruby/object:Gem::Requirement
261
 
    none: false
262
253
    requirements:
263
254
    - - ~>
264
255
      - !ruby/object:Gem::Version
266
257
- !ruby/object:Gem::Dependency
267
258
  name: yard
268
259
  requirement: !ruby/object:Gem::Requirement
269
 
    none: false
270
260
    requirements:
271
261
    - - ~>
272
262
      - !ruby/object:Gem::Version
274
264
  type: :development
275
265
  prerelease: false
276
266
  version_requirements: !ruby/object:Gem::Requirement
277
 
    none: false
278
267
    requirements:
279
268
    - - ~>
280
269
      - !ruby/object:Gem::Version
282
271
- !ruby/object:Gem::Dependency
283
272
  name: capybara
284
273
  requirement: !ruby/object:Gem::Requirement
285
 
    none: false
286
274
    requirements:
287
 
    - - ! '>='
288
 
      - !ruby/object:Gem::Version
289
 
        version: 1.1.2
290
 
    - - <
 
275
    - - '>='
291
276
      - !ruby/object:Gem::Version
292
277
        version: '2.1'
293
278
  type: :development
294
279
  prerelease: false
295
280
  version_requirements: !ruby/object:Gem::Requirement
296
 
    none: false
297
281
    requirements:
298
 
    - - ! '>='
299
 
      - !ruby/object:Gem::Version
300
 
        version: 1.1.2
301
 
    - - <
 
282
    - - '>='
302
283
      - !ruby/object:Gem::Version
303
284
        version: '2.1'
304
285
- !ruby/object:Gem::Dependency
305
286
  name: rack-test
306
287
  requirement: !ruby/object:Gem::Requirement
307
 
    none: false
308
 
    requirements:
309
 
    - - ! '>='
310
 
      - !ruby/object:Gem::Version
311
 
        version: 0.6.1
312
 
  type: :development
313
 
  prerelease: false
314
 
  version_requirements: !ruby/object:Gem::Requirement
315
 
    none: false
316
 
    requirements:
317
 
    - - ! '>='
318
 
      - !ruby/object:Gem::Version
319
 
        version: 0.6.1
320
 
- !ruby/object:Gem::Dependency
321
 
  name: ramaze
322
 
  requirement: !ruby/object:Gem::Requirement
323
 
    none: false
324
 
    requirements:
325
 
    - - ! '>='
326
 
      - !ruby/object:Gem::Version
327
 
        version: '0'
328
 
  type: :development
329
 
  prerelease: false
330
 
  version_requirements: !ruby/object:Gem::Requirement
331
 
    none: false
332
 
    requirements:
333
 
    - - ! '>='
334
 
      - !ruby/object:Gem::Version
335
 
        version: '0'
 
288
    requirements:
 
289
    - - '>='
 
290
      - !ruby/object:Gem::Version
 
291
        version: 0.6.1
 
292
  type: :development
 
293
  prerelease: false
 
294
  version_requirements: !ruby/object:Gem::Requirement
 
295
    requirements:
 
296
    - - '>='
 
297
      - !ruby/object:Gem::Version
 
298
        version: 0.6.1
336
299
- !ruby/object:Gem::Dependency
337
300
  name: sinatra
338
301
  requirement: !ruby/object:Gem::Requirement
339
 
    none: false
340
 
    requirements:
341
 
    - - ! '>='
342
 
      - !ruby/object:Gem::Version
343
 
        version: 1.3.2
344
 
  type: :development
345
 
  prerelease: false
346
 
  version_requirements: !ruby/object:Gem::Requirement
347
 
    none: false
348
 
    requirements:
349
 
    - - ! '>='
350
 
      - !ruby/object:Gem::Version
351
 
        version: 1.3.2
352
 
- !ruby/object:Gem::Dependency
353
 
  name: webrat
354
 
  requirement: !ruby/object:Gem::Requirement
355
 
    none: false
356
 
    requirements:
357
 
    - - ! '>='
358
 
      - !ruby/object:Gem::Version
359
 
        version: 0.7.3
360
 
  type: :development
361
 
  prerelease: false
362
 
  version_requirements: !ruby/object:Gem::Requirement
363
 
    none: false
364
 
    requirements:
365
 
    - - ! '>='
366
 
      - !ruby/object:Gem::Version
367
 
        version: 0.7.3
368
 
- !ruby/object:Gem::Dependency
369
 
  name: mime-types
370
 
  requirement: !ruby/object:Gem::Requirement
371
 
    none: false
372
 
    requirements:
373
 
    - - <
374
 
      - !ruby/object:Gem::Version
375
 
        version: '2.0'
376
 
  type: :development
377
 
  prerelease: false
378
 
  version_requirements: !ruby/object:Gem::Requirement
379
 
    none: false
380
 
    requirements:
381
 
    - - <
382
 
      - !ruby/object:Gem::Version
383
 
        version: '2.0'
384
 
- !ruby/object:Gem::Dependency
385
 
  name: rubyzip
386
 
  requirement: !ruby/object:Gem::Requirement
387
 
    none: false
388
 
    requirements:
389
 
    - - <
390
 
      - !ruby/object:Gem::Version
391
 
        version: '1.0'
392
 
  type: :development
393
 
  prerelease: false
394
 
  version_requirements: !ruby/object:Gem::Requirement
395
 
    none: false
396
 
    requirements:
397
 
    - - <
398
 
      - !ruby/object:Gem::Version
399
 
        version: '1.0'
 
302
    requirements:
 
303
    - - '>='
 
304
      - !ruby/object:Gem::Version
 
305
        version: 1.3.2
 
306
  type: :development
 
307
  prerelease: false
 
308
  version_requirements: !ruby/object:Gem::Requirement
 
309
    requirements:
 
310
    - - '>='
 
311
      - !ruby/object:Gem::Version
 
312
        version: 1.3.2
400
313
description: Behaviour Driven Development with elegance and joy
401
314
email: cukes@googlegroups.com
402
315
executables:
404
317
extensions: []
405
318
extra_rdoc_files: []
406
319
files:
407
 
- .gitattributes
 
320
- .coveralls.yml
408
321
- .rspec
409
322
- .ruby-gemset
410
 
- .ruby-version
411
323
- .travis.yml
412
324
- .yardopts
413
325
- CONTRIBUTING.md
423
335
- examples/i18n/Rakefile
424
336
- examples/i18n/ar/Rakefile
425
337
- examples/i18n/ar/features/addition.feature
426
 
- examples/i18n/ar/features/step_definitons/calculator_steps.rb
 
338
- examples/i18n/ar/features/step_definitions/calculator_steps.rb
427
339
- examples/i18n/ar/lib/calculator.rb
428
340
- examples/i18n/bg/Rakefile
429
341
- examples/i18n/bg/features/addition.feature
430
342
- examples/i18n/bg/features/consecutive_calculations.feature
431
343
- examples/i18n/bg/features/division.feature
432
 
- examples/i18n/bg/features/step_definitons/calculator_steps.rb
 
344
- examples/i18n/bg/features/step_definitions/calculator_steps.rb
433
345
- examples/i18n/bg/features/support/env.rb
434
346
- examples/i18n/bg/features/support/world.rb
435
347
- examples/i18n/bg/lib/calculator.rb
436
348
- examples/i18n/ca/Rakefile
437
 
- examples/i18n/ca/features/step_definitons/calculator_steps.rb
 
349
- examples/i18n/ca/features/step_definitions/calculator_steps.rb
438
350
- examples/i18n/ca/features/suma.feature
439
351
- examples/i18n/ca/lib/calculadora.rb
440
352
- examples/i18n/cs/Rakefile
441
353
- examples/i18n/cs/features/addition.feature
442
354
- examples/i18n/cs/features/division.feature
443
 
- examples/i18n/cs/features/step_definitons/calculator_steps.rb
 
355
- examples/i18n/cs/features/step_definitions/calculator_steps.rb
444
356
- examples/i18n/cs/lib/calculator.rb
445
357
- examples/i18n/da/Rakefile
446
358
- examples/i18n/da/features/sammenlaegning.feature
447
 
- examples/i18n/da/features/step_definitons/lommeregner_steps.rb
 
359
- examples/i18n/da/features/step_definitions/lommeregner_steps.rb
448
360
- examples/i18n/da/lib/lommeregner.rb
449
361
- examples/i18n/de/Rakefile
450
362
- examples/i18n/de/features/addition.feature
451
363
- examples/i18n/de/features/division.feature
452
 
- examples/i18n/de/features/step_definitons/calculator_steps.rb
 
364
- examples/i18n/de/features/step_definitions/calculator_steps.rb
453
365
- examples/i18n/de/lib/calculator.rb
 
366
- examples/i18n/el/Rakefile
 
367
- examples/i18n/el/features/addition.feature
 
368
- examples/i18n/el/features/division.feature
 
369
- examples/i18n/el/features/step_definitions/calculator_steps.rb
 
370
- examples/i18n/el/lib/calculator.rb
454
371
- examples/i18n/en-lol/Rakefile
455
372
- examples/i18n/en-lol/features/step_definitions/cucumbrz_steps.rb
456
373
- examples/i18n/en-lol/features/stuffing.feature
460
377
- examples/i18n/en/Rakefile
461
378
- examples/i18n/en/features/addition.feature
462
379
- examples/i18n/en/features/division.feature
463
 
- examples/i18n/en/features/step_definitons/calculator_steps.rb
 
380
- examples/i18n/en/features/step_definitions/calculator_steps.rb
464
381
- examples/i18n/en/lib/calculator.rb
465
382
- examples/i18n/eo/Rakefile
466
383
- examples/i18n/eo/features/adicio.feature
467
384
- examples/i18n/eo/features/divido.feature
468
 
- examples/i18n/eo/features/step_definitons/calculator_steps.rb
 
385
- examples/i18n/eo/features/step_definitions/calculator_steps.rb
469
386
- examples/i18n/eo/lib/calculator.rb
470
387
- examples/i18n/es/Rakefile
471
388
- examples/i18n/es/features/adicion.feature
472
 
- examples/i18n/es/features/step_definitons/calculador_steps.rb
 
389
- examples/i18n/es/features/step_definitions/calculador_steps.rb
473
390
- examples/i18n/es/lib/calculador.rb
474
391
- examples/i18n/et/Rakefile
475
392
- examples/i18n/et/features/jagamine.feature
478
395
- examples/i18n/et/lib/kalkulaator.rb
479
396
- examples/i18n/fi/Rakefile
480
397
- examples/i18n/fi/features/jakolasku.feature
481
 
- examples/i18n/fi/features/step_definitons/laskin_steps.rb
 
398
- examples/i18n/fi/features/step_definitions/laskin_steps.rb
482
399
- examples/i18n/fi/features/yhteenlasku.feature
483
400
- examples/i18n/fi/lib/laskin.rb
484
401
- examples/i18n/fr/Rakefile
490
407
- examples/i18n/he/Rakefile
491
408
- examples/i18n/he/features/addition.feature
492
409
- examples/i18n/he/features/division.feature
493
 
- examples/i18n/he/features/step_definitons/calculator_steps.rb
 
410
- examples/i18n/he/features/step_definitions/calculator_steps.rb
494
411
- examples/i18n/he/lib/calculator.rb
495
412
- examples/i18n/hi/Rakefile
496
413
- examples/i18n/hi/features/addition.feature
497
414
- examples/i18n/hi/features/division.feature
498
 
- examples/i18n/hi/features/step_definitons/calculator_steps.rb
 
415
- examples/i18n/hi/features/step_definitions/calculator_steps.rb
499
416
- examples/i18n/hi/lib/calculator.rb
 
417
- examples/i18n/ht/Rakefile
 
418
- examples/i18n/ht/features/adisyon.feature
 
419
- examples/i18n/ht/features/divizyon.feature
 
420
- examples/i18n/ht/features/step_definitions/kalkilatris_steps.rb
 
421
- examples/i18n/ht/lib/kalkilatris.rb
500
422
- examples/i18n/hu/Rakefile
501
423
- examples/i18n/hu/features/osszeadas.feature
502
424
- examples/i18n/hu/features/osztas.feature
503
 
- examples/i18n/hu/features/step_definitons/calculator_steps.rb
 
425
- examples/i18n/hu/features/step_definitions/calculator_steps.rb
504
426
- examples/i18n/hu/lib/calculator.rb
505
427
- examples/i18n/id/Rakefile
506
428
- examples/i18n/id/features/addition.feature
507
429
- examples/i18n/id/features/division.feature
508
 
- examples/i18n/id/features/step_definitons/calculator_steps.rb
 
430
- examples/i18n/id/features/step_definitions/calculator_steps.rb
509
431
- examples/i18n/id/lib/calculator.rb
510
432
- examples/i18n/it/Rakefile
511
433
- examples/i18n/it/features/somma.feature
512
 
- examples/i18n/it/features/step_definitons/calcolatrice_steps.rb
 
434
- examples/i18n/it/features/step_definitions/calcolatrice_steps.rb
513
435
- examples/i18n/it/lib/calcolatrice.rb
514
436
- examples/i18n/ja/Rakefile
515
437
- examples/i18n/ja/features/addition.feature
516
438
- examples/i18n/ja/features/division.feature
517
 
- examples/i18n/ja/features/step_definitons/calculator_steps.rb
 
439
- examples/i18n/ja/features/step_definitions/calculator_steps.rb
518
440
- examples/i18n/ja/features/support/env.rb
519
441
- examples/i18n/ja/lib/calculator.rb
520
442
- examples/i18n/ko/Rakefile
521
443
- examples/i18n/ko/features/addition.feature
522
444
- examples/i18n/ko/features/division.feature
523
 
- examples/i18n/ko/features/step_definitons/calculator_steps.rb
 
445
- examples/i18n/ko/features/step_definitions/calculator_steps.rb
524
446
- examples/i18n/ko/lib/calculator.rb
525
447
- examples/i18n/lt/Rakefile
526
448
- examples/i18n/lt/features/addition.feature
527
449
- examples/i18n/lt/features/division.feature
528
 
- examples/i18n/lt/features/step_definitons/calculator_steps.rb
 
450
- examples/i18n/lt/features/step_definitions/calculator_steps.rb
529
451
- examples/i18n/lt/lib/calculator.rb
530
452
- examples/i18n/lv/Rakefile
531
453
- examples/i18n/lv/features/addition.feature
532
454
- examples/i18n/lv/features/division.feature
533
 
- examples/i18n/lv/features/step_definitons/calculator_steps.rb
 
455
- examples/i18n/lv/features/step_definitions/calculator_steps.rb
534
456
- examples/i18n/lv/lib/calculator.rb
535
457
- examples/i18n/no/Rakefile
536
 
- examples/i18n/no/features/step_definitons/kalkulator_steps.rb
 
458
- examples/i18n/no/features/step_definitions/kalkulator_steps.rb
537
459
- examples/i18n/no/features/summering.feature
538
460
- examples/i18n/no/features/support/env.rb
539
461
- examples/i18n/no/lib/kalkulator.rb
540
462
- examples/i18n/pl/Rakefile
541
463
- examples/i18n/pl/features/addition.feature
542
464
- examples/i18n/pl/features/division.feature
543
 
- examples/i18n/pl/features/step_definitons/calculator_steps.rb
 
465
- examples/i18n/pl/features/step_definitions/calculator_steps.rb
544
466
- examples/i18n/pl/features/support/env.rb
545
467
- examples/i18n/pl/lib/calculator.rb
546
468
- examples/i18n/pt/Rakefile
550
472
- examples/i18n/pt/lib/calculadora.rb
551
473
- examples/i18n/ro/Rakefile
552
474
- examples/i18n/ro/features/adunare.feature
553
 
- examples/i18n/ro/features/step_definitons/calculator_steps.rb
 
475
- examples/i18n/ro/features/step_definitions/calculator_steps.rb
554
476
- examples/i18n/ro/lib/calculator.rb
555
477
- examples/i18n/ru/Rakefile
556
478
- examples/i18n/ru/features/addition.feature
557
479
- examples/i18n/ru/features/consecutive_calculations.feature
558
480
- examples/i18n/ru/features/division.feature
559
 
- examples/i18n/ru/features/step_definitons/calculator_steps.rb
 
481
- examples/i18n/ru/features/step_definitions/calculator_steps.rb
560
482
- examples/i18n/ru/features/support/env.rb
561
483
- examples/i18n/ru/features/support/world.rb
562
484
- examples/i18n/ru/lib/calculator.rb
563
485
- examples/i18n/sk/Rakefile
564
486
- examples/i18n/sk/features/addition.feature
565
487
- examples/i18n/sk/features/division.feature
566
 
- examples/i18n/sk/features/step_definitons/calculator_steps.rb
 
488
- examples/i18n/sk/features/step_definitions/calculator_steps.rb
567
489
- examples/i18n/sk/lib/calculator.rb
568
490
- examples/i18n/sr-Cyrl/Rakefile
569
491
- examples/i18n/sr-Cyrl/features/sabiranje.feature
570
 
- examples/i18n/sr-Cyrl/features/step_definitons/calculator_steps.rb
 
492
- examples/i18n/sr-Cyrl/features/step_definitions/calculator_steps.rb
571
493
- examples/i18n/sr-Cyrl/features/support/env.rb
572
494
- examples/i18n/sr-Cyrl/lib/calculator.rb
573
495
- examples/i18n/sr-Latn/Rakefile
574
496
- examples/i18n/sr-Latn/features/sabiranje.feature
575
 
- examples/i18n/sr-Latn/features/step_definitons/calculator_steps.rb
 
497
- examples/i18n/sr-Latn/features/step_definitions/calculator_steps.rb
576
498
- examples/i18n/sr-Latn/lib/calculator.rb
577
499
- examples/i18n/sv/Rakefile
578
 
- examples/i18n/sv/features/step_definitons/kalkulator_steps.rb
 
500
- examples/i18n/sv/features/step_definitions/kalkulator_steps.rb
579
501
- examples/i18n/sv/features/summering.feature
580
502
- examples/i18n/sv/lib/kalkulator.rb
581
503
- examples/i18n/tr/Rakefile
582
504
- examples/i18n/tr/features/bolme.feature
583
 
- examples/i18n/tr/features/step_definitons/hesap_makinesi_adimlari.rb
 
505
- examples/i18n/tr/features/step_definitions/hesap_makinesi_adimlari.rb
584
506
- examples/i18n/tr/features/toplama.feature
585
507
- examples/i18n/tr/lib/hesap_makinesi.rb
586
508
- examples/i18n/uk/Rakefile
587
509
- examples/i18n/uk/features/addition.feature
588
510
- examples/i18n/uk/features/consecutive_calculations.feature
589
511
- examples/i18n/uk/features/division.feature
590
 
- examples/i18n/uk/features/step_definitons/calculator_steps.rb
 
512
- examples/i18n/uk/features/step_definitions/calculator_steps.rb
591
513
- examples/i18n/uk/features/support/env.rb
592
514
- examples/i18n/uk/features/support/world.rb
593
515
- examples/i18n/uk/lib/calculator.rb
595
517
- examples/i18n/uz/features/addition.feature
596
518
- examples/i18n/uz/features/consecutive_calculations.feature
597
519
- examples/i18n/uz/features/division.feature
598
 
- examples/i18n/uz/features/step_definitons/calculator_steps.rb
 
520
- examples/i18n/uz/features/step_definitions/calculator_steps.rb
599
521
- examples/i18n/uz/features/support/env.rb
600
522
- examples/i18n/uz/features/support/world.rb
601
523
- examples/i18n/uz/lib/calculator.rb
602
524
- examples/i18n/zh-CN/Rakefile
603
525
- examples/i18n/zh-CN/features/addition.feature
604
 
- examples/i18n/zh-CN/features/step_definitons/calculator_steps.rb
 
526
- examples/i18n/zh-CN/features/step_definitions/calculator_steps.rb
605
527
- examples/i18n/zh-CN/lib/calculator.rb
606
528
- examples/i18n/zh-TW/Rakefile
607
529
- examples/i18n/zh-TW/features/addition.feature
608
530
- examples/i18n/zh-TW/features/division.feature
609
 
- examples/i18n/zh-TW/features/step_definitons/calculator_steps.rb
 
531
- examples/i18n/zh-TW/features/step_definitions/calculator_steps.rb
610
532
- examples/i18n/zh-TW/lib/calculator.rb
611
 
- examples/python/README.textile
612
 
- examples/python/Rakefile
613
 
- examples/python/features/fibonacci.feature
614
 
- examples/python/features/step_definitions/fib_steps.py
615
 
- examples/python/lib/fib.py
616
 
- examples/ramaze/README.textile
617
 
- examples/ramaze/Rakefile
618
 
- examples/ramaze/app.rb
619
 
- examples/ramaze/features/add.feature
620
 
- examples/ramaze/features/step_definitions/add_steps.rb
621
 
- examples/ramaze/features/support/env.rb
622
 
- examples/ramaze/layout/default.html.erb
623
 
- examples/ramaze/view/index.html.erb
624
533
- examples/rspec_doubles/Rakefile
625
534
- examples/rspec_doubles/features/mocking.feature
626
535
- examples/rspec_doubles/features/step_definitions/calvin_steps.rb
627
536
- examples/rspec_doubles/features/support/env.rb
628
 
- examples/ruby2python/README.textile
629
 
- examples/ruby2python/Rakefile
630
 
- examples/ruby2python/features/fibonacci.feature
631
 
- examples/ruby2python/features/step_definitions/fib_steps.rb
632
 
- examples/ruby2python/features/support/env.rb
633
 
- examples/ruby2python/lib/fib.py
634
537
- examples/sinatra/README.textile
635
538
- examples/sinatra/Rakefile
636
539
- examples/sinatra/app.rb
649
552
- examples/test_unit/Rakefile
650
553
- examples/test_unit/features/step_definitions/test_unit_steps.rb
651
554
- examples/test_unit/features/test_unit.feature
652
 
- examples/v8/Rakefile
653
 
- examples/v8/features/fibonacci.feature
654
 
- examples/v8/features/step_definitions/fib_steps.js
655
 
- examples/v8/features/support/env.js
656
 
- examples/v8/lib/fibonacci.js
657
555
- examples/watir/README.textile
658
556
- examples/watir/Rakefile
659
557
- examples/watir/cucumber.yml
661
559
- examples/watir/features/step_definitions/search_steps.rb
662
560
- examples/watir/features/support/env.rb
663
561
- examples/watir/features/support/screenshots.rb
664
 
- features/.cucumber/stepdefs.json
665
 
- features/assertions.feature
666
 
- features/autoformat_profile_output.feature
667
 
- features/background.feature
668
 
- features/backtraces.feature
669
 
- features/before_hook.feature
670
 
- features/bootstrap.feature
671
 
- features/custom_formatter.feature
672
 
- features/doc_strings.feature
 
562
- features/docs/api/list_step_defs_as_json.feature
 
563
- features/docs/api/run_cli_main_with_existing_runtime.feature
 
564
- features/docs/cli/backtraces.feature
 
565
- features/docs/cli/dry_run.feature
 
566
- features/docs/cli/exclude_files.feature
 
567
- features/docs/cli/execute_with_tag_filter.feature
 
568
- features/docs/cli/randomize.feature
 
569
- features/docs/cli/require.feature
 
570
- features/docs/cli/run_scenarios_matching_name.feature
 
571
- features/docs/cli/run_specific_scenarios.feature
 
572
- features/docs/cli/showing_differences.feature
 
573
- features/docs/cli/specifying_multiple_formatters.feature
 
574
- features/docs/cli/strict_mode.feature
 
575
- features/docs/defining_steps/nested_steps.feature
 
576
- features/docs/defining_steps/nested_steps_i18n.feature
 
577
- features/docs/defining_steps/nested_steps_with_second_arg.feature
 
578
- features/docs/defining_steps/one_line_step_definitions.feature
 
579
- features/docs/defining_steps/printing_messages.feature
 
580
- features/docs/defining_steps/skip_scenario.feature
 
581
- features/docs/defining_steps/snippets.feature
 
582
- features/docs/defining_steps/table_diffing.feature
 
583
- features/docs/defining_steps/transforms.feature
 
584
- features/docs/exception_in_after_hook.feature
 
585
- features/docs/exception_in_after_step_hook.feature
 
586
- features/docs/exception_in_around_hook.feature
 
587
- features/docs/exception_in_before_hook.feature
 
588
- features/docs/extending_cucumber/custom_filter.feature
 
589
- features/docs/extending_cucumber/custom_formatter.feature
 
590
- features/docs/formatters/debug_formatter.feature
 
591
- features/docs/formatters/formatter_step_file_colon_line.feature
 
592
- features/docs/formatters/html_formatter.feature
 
593
- features/docs/formatters/json_formatter.feature
 
594
- features/docs/formatters/junit_formatter.feature
 
595
- features/docs/formatters/pretty_formatter.feature
 
596
- features/docs/formatters/progress_formatter.feature
 
597
- features/docs/formatters/rerun_formatter.feature
 
598
- features/docs/formatters/usage_formatter.feature
 
599
- features/docs/getting_started.feature
 
600
- features/docs/gherkin/background.feature
 
601
- features/docs/gherkin/doc_strings.feature
 
602
- features/docs/gherkin/expand_option_for_outlines.feature
 
603
- features/docs/gherkin/language_from_header.feature
673
604
- features/docs/gherkin/language_help.feature
674
 
- features/drb_server_integration.feature
675
 
- features/execute_with_tag_filter.feature
676
 
- features/formatter_callbacks.feature
677
 
- features/formatter_step_file_colon_line.feature
678
 
- features/html_formatter.feature
679
 
- features/iso-8859-1.feature
680
 
- features/json_formatter.feature
 
605
- features/docs/gherkin/outlines.feature
 
606
- features/docs/gherkin/unicode_table.feature
 
607
- features/docs/gherkin/using_descriptions.feature
 
608
- features/docs/gherkin/using_star_notation.feature
 
609
- features/docs/iso-8859-1.feature
 
610
- features/docs/post_configuration_hook.feature
 
611
- features/docs/profiles.feature
 
612
- features/docs/rake_task.feature
 
613
- features/docs/raketask.feature
 
614
- features/docs/wire_protocol/erb_configuration.feature
 
615
- features/docs/wire_protocol/handle_unexpected_response.feature
 
616
- features/docs/wire_protocol/invoke_message.feature
 
617
- features/docs/wire_protocol/readme.md
 
618
- features/docs/wire_protocol/snippets_message.feature
 
619
- features/docs/wire_protocol/step_matches_message.feature
 
620
- features/docs/wire_protocol/table_diffing.feature
 
621
- features/docs/wire_protocol/tags.feature
 
622
- features/docs/wire_protocol/timeouts.feature
 
623
- features/docs/work_in_progress.feature
 
624
- features/docs/writing_support_code/after_hooks.feature
 
625
- features/docs/writing_support_code/around_hooks.feature
 
626
- features/docs/writing_support_code/before_hook.feature
 
627
- features/docs/writing_support_code/hook_order.feature
 
628
- features/docs/writing_support_code/load_path.feature
 
629
- features/docs/writing_support_code/state.feature
 
630
- features/docs/writing_support_code/tagged_hooks.feature
 
631
- features/lib/step_definitions/aruba_steps.rb
 
632
- features/lib/step_definitions/cucumber_steps.rb
 
633
- features/lib/step_definitions/iso-8859-1_steps.rb
 
634
- features/lib/step_definitions/json_steps.rb
 
635
- features/lib/step_definitions/junit_steps.rb
681
636
- features/lib/step_definitions/language_steps.rb
682
 
- features/load_path.feature
683
 
- features/nested_steps.feature
684
 
- features/nested_steps_i18n.feature
685
 
- features/nested_steps_with_second_arg.feature
686
 
- features/parsing.feature
687
 
- features/pretty_formatter.feature
688
 
- features/progress_formatter.feature
689
 
- features/raketask.feature
690
 
- features/rerun_formatter.feature
691
 
- features/run_specific_scenarios.feature
692
 
- features/stats_formatters.feature
693
 
- features/step_definitions.feature
694
 
- features/step_definitions/cucumber-features/cucumber_ruby_mappings.rb
695
 
- features/step_definitions/cucumber_steps.rb
696
 
- features/step_definitions/drb_steps.rb
697
 
- features/step_definitions/iso-8859-1_steps.rb
698
 
- features/support/env.rb
699
 
- features/support/feature_factory.rb
700
 
- features/tagged_hooks.feature
701
 
- features/transforms.feature
702
 
- fixtures/json/features/background.feature
703
 
- fixtures/json/features/embed.feature
704
 
- fixtures/json/features/one_passing_one_failing.feature
705
 
- fixtures/json/features/step_definitions/steps.rb
706
 
- fixtures/json/features/tables.feature
707
 
- fixtures/junit/features/one_passing_one_failing.feature
708
 
- fixtures/junit/features/pending.feature
709
 
- fixtures/junit/features/scenario_outline.feature
710
 
- fixtures/junit/features/some_subdirectory/one_passing_one_failing.feature
711
 
- fixtures/junit/features/step_definitions/steps.rb
712
 
- fixtures/self_test/README.textile
713
 
- fixtures/self_test/Rakefile
714
 
- fixtures/self_test/features/call_undefined_step_from_step_def.feature
715
 
- fixtures/self_test/features/failing_expectation.feature
716
 
- fixtures/self_test/features/lots_of_undefined.feature
717
 
- fixtures/self_test/features/multiline_name.feature
718
 
- fixtures/self_test/features/outline_sample.feature
719
 
- fixtures/self_test/features/sample.feature
720
 
- fixtures/self_test/features/search_sample.feature
721
 
- fixtures/self_test/features/step_definitions/sample_steps.rb
722
 
- fixtures/self_test/features/support/bubble_256x256.png
723
 
- fixtures/self_test/features/support/env.rb
724
 
- fixtures/self_test/features/tags_sample.feature
725
 
- fixtures/self_test/features/tons_of_cukes.feature
726
 
- fixtures/self_test/features/undefined_multiline_args.feature
727
 
- fixtures/self_test/list-of-features.txt
728
 
- fixtures/steps_library/features/step_definitions/steps_lib1.rb
729
 
- fixtures/steps_library/features/step_definitions/steps_lib2.rb
730
 
- fixtures/tickets/Rakefile
731
 
- fixtures/tickets/features.html
732
 
- fixtures/tickets/features/172.feature
733
 
- fixtures/tickets/features/177/1.feature
734
 
- fixtures/tickets/features/177/2.feature
735
 
- fixtures/tickets/features/177/3.feature
736
 
- fixtures/tickets/features/180.feature
737
 
- fixtures/tickets/features/229/tagged_hooks.feature
738
 
- fixtures/tickets/features/229/tagged_hooks.rb
739
 
- fixtures/tickets/features/236.feature
740
 
- fixtures/tickets/features/241.feature
741
 
- fixtures/tickets/features/246.feature
742
 
- fixtures/tickets/features/248.feature
743
 
- fixtures/tickets/features/270/back.feature
744
 
- fixtures/tickets/features/270/back.steps.rb
745
 
- fixtures/tickets/features/272/hooks.feature
746
 
- fixtures/tickets/features/272/hooks_steps.rb
747
 
- fixtures/tickets/features/279/py_string_indent.feature
748
 
- fixtures/tickets/features/279/py_string_indent.steps.rb
749
 
- fixtures/tickets/features/279/wrong.feature_
750
 
- fixtures/tickets/features/301/filter_background_tagged_hooks.feature
751
 
- fixtures/tickets/features/301/filter_background_tagged_hooks_steps.rb
752
 
- fixtures/tickets/features/306/only_background.feature
753
 
- fixtures/tickets/features/around_timeout.feature
754
 
- fixtures/tickets/features/gherkin_67.feature
755
 
- fixtures/tickets/features/gherkin_68.feature
756
 
- fixtures/tickets/features/half_manual.feature
757
 
- fixtures/tickets/features/lib/eatting_machine.rb
758
 
- fixtures/tickets/features/lib/pantry.rb
759
 
- fixtures/tickets/features/scenario_outline.feature
760
 
- fixtures/tickets/features/step_definitons/246_steps.rb
761
 
- fixtures/tickets/features/step_definitons/248_steps.rb
762
 
- fixtures/tickets/features/step_definitons/around_timeout_steps.rb
763
 
- fixtures/tickets/features/step_definitons/half_manual_steps.rb
764
 
- fixtures/tickets/features/step_definitons/scenario_outline_steps.rb
765
 
- fixtures/tickets/features/step_definitons/tickets_steps.rb
766
 
- fixtures/tickets/features/table_diffing.feature
767
 
- fixtures/tickets/features/tickets.feature
 
637
- features/lib/step_definitions/profile_steps.rb
 
638
- features/lib/step_definitions/ruby_steps.rb
 
639
- features/lib/step_definitions/wire_steps.rb
 
640
- features/lib/support/env.rb
 
641
- features/lib/support/fake_wire_server.rb
 
642
- features/lib/support/feature_factory.rb
 
643
- features/lib/support/normalise_output.rb
768
644
- gem_tasks/contributors.rake
 
645
- gem_tasks/cov.rake
769
646
- gem_tasks/cucumber.rake
770
647
- gem_tasks/downloads.rb
771
648
- gem_tasks/environment.rake
776
653
- gem_tasks/sass.rake
777
654
- gem_tasks/stats
778
655
- gem_tasks/versions.txt
779
 
- gem_tasks/yard.rake
780
 
- gem_tasks/yard/default/layout/html/bubble_32x32.png
781
 
- gem_tasks/yard/default/layout/html/footer.erb
782
 
- gem_tasks/yard/default/layout/html/index.erb
783
 
- gem_tasks/yard/default/layout/html/layout.erb
784
 
- gem_tasks/yard/default/layout/html/logo.erb
785
 
- gem_tasks/yard/default/layout/html/setup.rb
786
 
- legacy_features/README.md
787
 
- legacy_features/announce.feature
788
 
- legacy_features/api/list_step_defs_as_json.feature
789
 
- legacy_features/api/run_cli_main_with_existing_runtime.feature
790
 
- legacy_features/around_hooks.feature
791
 
- legacy_features/bug_371.feature
792
 
- legacy_features/bug_464.feature
793
 
- legacy_features/bug_475.feature
794
 
- legacy_features/bug_585_tab_indentation.feature
795
 
- legacy_features/bug_600.feature
796
 
- legacy_features/cucumber_cli.feature
797
 
- legacy_features/cucumber_cli_outlines.feature
798
 
- legacy_features/default_snippets.feature
799
 
- legacy_features/diffing.feature
800
 
- legacy_features/drb_server_integration.feature
801
 
- legacy_features/exception_in_after_block.feature
802
 
- legacy_features/exception_in_after_step_block.feature
803
 
- legacy_features/exception_in_before_block.feature
804
 
- legacy_features/exclude_files.feature
805
 
- legacy_features/expand.feature
806
 
- legacy_features/junit_formatter.feature
807
 
- legacy_features/language_from_header.feature
808
 
- legacy_features/listener_debugger_formatter.feature
809
 
- legacy_features/multiline_names.feature
810
 
- legacy_features/post_configuration_hook.feature
811
 
- legacy_features/profiles.feature
812
 
- legacy_features/rake_task.feature
813
 
- legacy_features/report_called_undefined_steps.feature
814
 
- legacy_features/rerun_formatter.feature
815
 
- legacy_features/simplest.feature
816
 
- legacy_features/snippet.feature
817
 
- legacy_features/snippets_when_using_star_keyword.feature
818
 
- legacy_features/step_definitions/cucumber_steps.rb
819
 
- legacy_features/step_definitions/extra_steps.rb
820
 
- legacy_features/step_definitions/simplest_steps.rb
821
 
- legacy_features/step_definitions/wire_steps.rb
822
 
- legacy_features/support/env.rb
823
 
- legacy_features/support/env.rb.simplest
824
 
- legacy_features/support/fake_wire_server.rb
825
 
- legacy_features/table_diffing.feature
826
 
- legacy_features/table_mapping.feature
827
 
- legacy_features/transform.feature
828
 
- legacy_features/unicode_table.feature
829
 
- legacy_features/wire_protocol.feature
830
 
- legacy_features/wire_protocol_erb.feature
831
 
- legacy_features/wire_protocol_table_diffing.feature
832
 
- legacy_features/wire_protocol_tags.feature
833
 
- legacy_features/wire_protocol_timeouts.feature
834
 
- legacy_features/work_in_progress.feature
835
 
- lib/README.rdoc
836
656
- lib/autotest/cucumber.rb
837
657
- lib/autotest/cucumber_mixin.rb
838
658
- lib/autotest/cucumber_rails.rb
843
663
- lib/autotest/discover.rb
844
664
- lib/cucumber.rb
845
665
- lib/cucumber/ast.rb
846
 
- lib/cucumber/ast/background.rb
847
 
- lib/cucumber/ast/comment.rb
848
 
- lib/cucumber/ast/doc_string.rb
849
 
- lib/cucumber/ast/empty_background.rb
850
 
- lib/cucumber/ast/examples.rb
851
 
- lib/cucumber/ast/feature.rb
852
 
- lib/cucumber/ast/features.rb
853
 
- lib/cucumber/ast/has_steps.rb
854
 
- lib/cucumber/ast/location.rb
855
 
- lib/cucumber/ast/multiline_argument.rb
856
 
- lib/cucumber/ast/names.rb
857
 
- lib/cucumber/ast/outline_table.rb
858
 
- lib/cucumber/ast/scenario.rb
859
 
- lib/cucumber/ast/scenario_outline.rb
860
 
- lib/cucumber/ast/step.rb
861
 
- lib/cucumber/ast/step_collection.rb
862
 
- lib/cucumber/ast/step_invocation.rb
863
 
- lib/cucumber/ast/table.rb
864
 
- lib/cucumber/ast/tags.rb
865
 
- lib/cucumber/ast/tree_walker.rb
866
 
- lib/cucumber/ast/visitor.rb
867
 
- lib/cucumber/broadcaster.rb
868
666
- lib/cucumber/cli/configuration.rb
869
 
- lib/cucumber/cli/drb_client.rb
870
667
- lib/cucumber/cli/main.rb
871
668
- lib/cucumber/cli/options.rb
872
669
- lib/cucumber/cli/profile_loader.rb
875
672
- lib/cucumber/core_ext/instance_exec.rb
876
673
- lib/cucumber/core_ext/proc.rb
877
674
- lib/cucumber/core_ext/string.rb
 
675
- lib/cucumber/encoding.rb
878
676
- lib/cucumber/errors.rb
879
 
- lib/cucumber/feature_file.rb
 
677
- lib/cucumber/file_specs.rb
 
678
- lib/cucumber/filters.rb
 
679
- lib/cucumber/filters/activate_steps.rb
 
680
- lib/cucumber/filters/apply_after_hooks.rb
 
681
- lib/cucumber/filters/apply_after_step_hooks.rb
 
682
- lib/cucumber/filters/apply_around_hooks.rb
 
683
- lib/cucumber/filters/apply_before_hooks.rb
 
684
- lib/cucumber/filters/gated_receiver.rb
 
685
- lib/cucumber/filters/prepare_world.rb
 
686
- lib/cucumber/filters/quit.rb
 
687
- lib/cucumber/filters/randomizer.rb
 
688
- lib/cucumber/filters/tag_limits.rb
 
689
- lib/cucumber/filters/tag_limits/test_case_index.rb
 
690
- lib/cucumber/filters/tag_limits/verifier.rb
880
691
- lib/cucumber/formatter/ansicolor.rb
881
692
- lib/cucumber/formatter/console.rb
882
693
- lib/cucumber/formatter/cucumber.css
883
694
- lib/cucumber/formatter/cucumber.sass
884
695
- lib/cucumber/formatter/debug.rb
885
696
- lib/cucumber/formatter/duration.rb
 
697
- lib/cucumber/formatter/fanout.rb
886
698
- lib/cucumber/formatter/gherkin_formatter_adapter.rb
887
699
- lib/cucumber/formatter/gpretty.rb
888
700
- lib/cucumber/formatter/html.rb
 
701
- lib/cucumber/formatter/ignore_missing_messages.rb
889
702
- lib/cucumber/formatter/interceptor.rb
890
703
- lib/cucumber/formatter/io.rb
891
704
- lib/cucumber/formatter/jquery-min.js
892
705
- lib/cucumber/formatter/json.rb
893
706
- lib/cucumber/formatter/json_pretty.rb
894
707
- lib/cucumber/formatter/junit.rb
895
 
- lib/cucumber/formatter/ordered_xml_markup.rb
 
708
- lib/cucumber/formatter/legacy_api/adapter.rb
 
709
- lib/cucumber/formatter/legacy_api/ast.rb
 
710
- lib/cucumber/formatter/legacy_api/results.rb
 
711
- lib/cucumber/formatter/legacy_api/runtime_facade.rb
896
712
- lib/cucumber/formatter/pretty.rb
897
713
- lib/cucumber/formatter/progress.rb
898
714
- lib/cucumber/formatter/rerun.rb
901
717
- lib/cucumber/formatter/summary.rb
902
718
- lib/cucumber/formatter/unicode.rb
903
719
- lib/cucumber/formatter/usage.rb
904
 
- lib/cucumber/js_support/js_dsl.js
905
 
- lib/cucumber/js_support/js_language.rb
906
 
- lib/cucumber/js_support/js_snippets.rb
 
720
- lib/cucumber/hooks.rb
907
721
- lib/cucumber/language_support.rb
908
722
- lib/cucumber/language_support/language_methods.rb
909
723
- lib/cucumber/load_path.rb
910
 
- lib/cucumber/parser.rb
911
 
- lib/cucumber/parser/gherkin_builder.rb
 
724
- lib/cucumber/multiline_argument.rb
 
725
- lib/cucumber/multiline_argument/data_table.rb
 
726
- lib/cucumber/multiline_argument/doc_string.rb
912
727
- lib/cucumber/platform.rb
913
 
- lib/cucumber/py_support/py_dsl.py
914
 
- lib/cucumber/py_support/py_language.py
915
 
- lib/cucumber/py_support/py_language.rb
 
728
- lib/cucumber/project_initializer.rb
916
729
- lib/cucumber/rake/task.rb
917
730
- lib/cucumber/rb_support/rb_dsl.rb
918
731
- lib/cucumber/rb_support/rb_hook.rb
924
737
- lib/cucumber/rb_support/snippet.rb
925
738
- lib/cucumber/rspec/disable_option_parser.rb
926
739
- lib/cucumber/rspec/doubles.rb
 
740
- lib/cucumber/running_test_case.rb
927
741
- lib/cucumber/runtime.rb
928
 
- lib/cucumber/runtime/features_loader.rb
 
742
- lib/cucumber/runtime/after_hooks.rb
 
743
- lib/cucumber/runtime/before_hooks.rb
929
744
- lib/cucumber/runtime/for_programming_languages.rb
930
 
- lib/cucumber/runtime/results.rb
 
745
- lib/cucumber/runtime/step_hooks.rb
931
746
- lib/cucumber/runtime/support_code.rb
932
747
- lib/cucumber/runtime/user_interface.rb
933
748
- lib/cucumber/step_definition_light.rb
934
749
- lib/cucumber/step_definitions.rb
935
750
- lib/cucumber/step_match.rb
936
 
- lib/cucumber/step_mother.rb
937
751
- lib/cucumber/term/ansicolor.rb
938
752
- lib/cucumber/unit.rb
939
753
- lib/cucumber/wire_support/configuration.rb
945
759
- lib/cucumber/wire_support/wire_protocol.rb
946
760
- lib/cucumber/wire_support/wire_protocol/requests.rb
947
761
- lib/cucumber/wire_support/wire_step_definition.rb
948
 
- spec/cucumber/ast/background_spec.rb
949
 
- spec/cucumber/ast/doc_string_spec.rb
950
 
- spec/cucumber/ast/feature_factory.rb
951
 
- spec/cucumber/ast/feature_spec.rb
952
 
- spec/cucumber/ast/features_spec.rb
953
 
- spec/cucumber/ast/outline_table_spec.rb
954
 
- spec/cucumber/ast/scenario_outline_spec.rb
955
 
- spec/cucumber/ast/step_spec.rb
956
 
- spec/cucumber/ast/table_spec.rb
957
 
- spec/cucumber/ast/tree_walker_spec.rb
958
 
- spec/cucumber/broadcaster_spec.rb
959
762
- spec/cucumber/cli/configuration_spec.rb
960
 
- spec/cucumber/cli/drb_client_spec.rb
961
763
- spec/cucumber/cli/main_spec.rb
962
764
- spec/cucumber/cli/options_spec.rb
963
765
- spec/cucumber/cli/profile_loader_spec.rb
964
766
- spec/cucumber/configuration_spec.rb
965
767
- spec/cucumber/constantize_spec.rb
 
768
- spec/cucumber/core_ext/instance_exec_spec.rb
966
769
- spec/cucumber/core_ext/proc_spec.rb
 
770
- spec/cucumber/file_specs_spec.rb
 
771
- spec/cucumber/filters/activate_steps_spec.rb
 
772
- spec/cucumber/filters/gated_receiver_spec.rb
 
773
- spec/cucumber/filters/tag_limits/test_case_index_spec.rb
 
774
- spec/cucumber/filters/tag_limits/verifier_spec.rb
 
775
- spec/cucumber/filters/tag_limits_spec.rb
967
776
- spec/cucumber/formatter/ansicolor_spec.rb
 
777
- spec/cucumber/formatter/debug_spec.rb
968
778
- spec/cucumber/formatter/duration_spec.rb
969
779
- spec/cucumber/formatter/html_spec.rb
970
780
- spec/cucumber/formatter/interceptor_spec.rb
971
781
- spec/cucumber/formatter/junit_spec.rb
 
782
- spec/cucumber/formatter/legacy_api/adapter_spec.rb
972
783
- spec/cucumber/formatter/pretty_spec.rb
973
784
- spec/cucumber/formatter/progress_spec.rb
 
785
- spec/cucumber/formatter/rerun_spec.rb
974
786
- spec/cucumber/formatter/spec_helper.rb
 
787
- spec/cucumber/hooks_spec.rb
 
788
- spec/cucumber/multiline_argument/data_table_spec.rb
 
789
- spec/cucumber/project_initializer_spec.rb
975
790
- spec/cucumber/rake/forked_spec.rb
976
 
- spec/cucumber/rake/rcov_spec.rb
977
791
- spec/cucumber/rb_support/rb_language_spec.rb
978
792
- spec/cucumber/rb_support/rb_step_definition_spec.rb
979
793
- spec/cucumber/rb_support/rb_transform_spec.rb
980
794
- spec/cucumber/rb_support/regexp_argument_matcher_spec.rb
981
795
- spec/cucumber/rb_support/snippet_spec.rb
 
796
- spec/cucumber/running_test_case_spec.rb
982
797
- spec/cucumber/runtime/for_programming_languages_spec.rb
983
 
- spec/cucumber/runtime/results_spec.rb
984
798
- spec/cucumber/runtime/support_code_spec.rb
985
799
- spec/cucumber/runtime_spec.rb
986
800
- spec/cucumber/sell_cucumbers.feature
990
804
- spec/cucumber/wire_support/wire_exception_spec.rb
991
805
- spec/cucumber/wire_support/wire_language_spec.rb
992
806
- spec/cucumber/wire_support/wire_packet_spec.rb
993
 
- spec/cucumber/wire_support/wire_step_definition_spec.rb
994
807
- spec/cucumber/world/pending_spec.rb
 
808
- spec/simplecov_setup.rb
995
809
- spec/spec_helper.rb
996
810
homepage: http://cukes.info
997
 
licenses: []
 
811
licenses:
 
812
- MIT
 
813
metadata: {}
998
814
post_install_message: 
999
815
rdoc_options:
1000
816
- --charset=UTF-8
1001
817
require_paths:
1002
818
- lib
1003
819
required_ruby_version: !ruby/object:Gem::Requirement
1004
 
  none: false
1005
820
  requirements:
1006
 
  - - ! '>='
 
821
  - - '>='
1007
822
    - !ruby/object:Gem::Version
1008
 
      version: '0'
 
823
      version: 1.9.3
1009
824
required_rubygems_version: !ruby/object:Gem::Requirement
1010
 
  none: false
1011
825
  requirements:
1012
 
  - - ! '>='
 
826
  - - '>='
1013
827
    - !ruby/object:Gem::Version
1014
828
      version: '0'
1015
829
requirements: []
1016
830
rubyforge_project: 
1017
 
rubygems_version: 1.8.23
 
831
rubygems_version: 2.0.14
1018
832
signing_key: 
1019
 
specification_version: 3
1020
 
summary: cucumber-1.3.17
 
833
specification_version: 4
 
834
summary: cucumber-2.0.0
1021
835
test_files:
1022
 
- features/assertions.feature
1023
 
- features/autoformat_profile_output.feature
1024
 
- features/background.feature
1025
 
- features/backtraces.feature
1026
 
- features/before_hook.feature
1027
 
- features/bootstrap.feature
1028
 
- features/custom_formatter.feature
1029
 
- features/doc_strings.feature
 
836
- features/docs/api/list_step_defs_as_json.feature
 
837
- features/docs/api/run_cli_main_with_existing_runtime.feature
 
838
- features/docs/cli/backtraces.feature
 
839
- features/docs/cli/dry_run.feature
 
840
- features/docs/cli/exclude_files.feature
 
841
- features/docs/cli/execute_with_tag_filter.feature
 
842
- features/docs/cli/randomize.feature
 
843
- features/docs/cli/require.feature
 
844
- features/docs/cli/run_scenarios_matching_name.feature
 
845
- features/docs/cli/run_specific_scenarios.feature
 
846
- features/docs/cli/showing_differences.feature
 
847
- features/docs/cli/specifying_multiple_formatters.feature
 
848
- features/docs/cli/strict_mode.feature
 
849
- features/docs/defining_steps/nested_steps.feature
 
850
- features/docs/defining_steps/nested_steps_i18n.feature
 
851
- features/docs/defining_steps/nested_steps_with_second_arg.feature
 
852
- features/docs/defining_steps/one_line_step_definitions.feature
 
853
- features/docs/defining_steps/printing_messages.feature
 
854
- features/docs/defining_steps/skip_scenario.feature
 
855
- features/docs/defining_steps/snippets.feature
 
856
- features/docs/defining_steps/table_diffing.feature
 
857
- features/docs/defining_steps/transforms.feature
 
858
- features/docs/exception_in_after_hook.feature
 
859
- features/docs/exception_in_after_step_hook.feature
 
860
- features/docs/exception_in_around_hook.feature
 
861
- features/docs/exception_in_before_hook.feature
 
862
- features/docs/extending_cucumber/custom_filter.feature
 
863
- features/docs/extending_cucumber/custom_formatter.feature
 
864
- features/docs/formatters/debug_formatter.feature
 
865
- features/docs/formatters/formatter_step_file_colon_line.feature
 
866
- features/docs/formatters/html_formatter.feature
 
867
- features/docs/formatters/json_formatter.feature
 
868
- features/docs/formatters/junit_formatter.feature
 
869
- features/docs/formatters/pretty_formatter.feature
 
870
- features/docs/formatters/progress_formatter.feature
 
871
- features/docs/formatters/rerun_formatter.feature
 
872
- features/docs/formatters/usage_formatter.feature
 
873
- features/docs/getting_started.feature
 
874
- features/docs/gherkin/background.feature
 
875
- features/docs/gherkin/doc_strings.feature
 
876
- features/docs/gherkin/expand_option_for_outlines.feature
 
877
- features/docs/gherkin/language_from_header.feature
1030
878
- features/docs/gherkin/language_help.feature
1031
 
- features/drb_server_integration.feature
1032
 
- features/execute_with_tag_filter.feature
1033
 
- features/formatter_callbacks.feature
1034
 
- features/formatter_step_file_colon_line.feature
1035
 
- features/html_formatter.feature
1036
 
- features/iso-8859-1.feature
1037
 
- features/json_formatter.feature
 
879
- features/docs/gherkin/outlines.feature
 
880
- features/docs/gherkin/unicode_table.feature
 
881
- features/docs/gherkin/using_descriptions.feature
 
882
- features/docs/gherkin/using_star_notation.feature
 
883
- features/docs/iso-8859-1.feature
 
884
- features/docs/post_configuration_hook.feature
 
885
- features/docs/profiles.feature
 
886
- features/docs/rake_task.feature
 
887
- features/docs/raketask.feature
 
888
- features/docs/wire_protocol/erb_configuration.feature
 
889
- features/docs/wire_protocol/handle_unexpected_response.feature
 
890
- features/docs/wire_protocol/invoke_message.feature
 
891
- features/docs/wire_protocol/readme.md
 
892
- features/docs/wire_protocol/snippets_message.feature
 
893
- features/docs/wire_protocol/step_matches_message.feature
 
894
- features/docs/wire_protocol/table_diffing.feature
 
895
- features/docs/wire_protocol/tags.feature
 
896
- features/docs/wire_protocol/timeouts.feature
 
897
- features/docs/work_in_progress.feature
 
898
- features/docs/writing_support_code/after_hooks.feature
 
899
- features/docs/writing_support_code/around_hooks.feature
 
900
- features/docs/writing_support_code/before_hook.feature
 
901
- features/docs/writing_support_code/hook_order.feature
 
902
- features/docs/writing_support_code/load_path.feature
 
903
- features/docs/writing_support_code/state.feature
 
904
- features/docs/writing_support_code/tagged_hooks.feature
 
905
- features/lib/step_definitions/aruba_steps.rb
 
906
- features/lib/step_definitions/cucumber_steps.rb
 
907
- features/lib/step_definitions/iso-8859-1_steps.rb
 
908
- features/lib/step_definitions/json_steps.rb
 
909
- features/lib/step_definitions/junit_steps.rb
1038
910
- features/lib/step_definitions/language_steps.rb
1039
 
- features/load_path.feature
1040
 
- features/nested_steps.feature
1041
 
- features/nested_steps_i18n.feature
1042
 
- features/nested_steps_with_second_arg.feature
1043
 
- features/parsing.feature
1044
 
- features/pretty_formatter.feature
1045
 
- features/progress_formatter.feature
1046
 
- features/raketask.feature
1047
 
- features/rerun_formatter.feature
1048
 
- features/run_specific_scenarios.feature
1049
 
- features/stats_formatters.feature
1050
 
- features/step_definitions.feature
1051
 
- features/step_definitions/cucumber-features/cucumber_ruby_mappings.rb
1052
 
- features/step_definitions/cucumber_steps.rb
1053
 
- features/step_definitions/drb_steps.rb
1054
 
- features/step_definitions/iso-8859-1_steps.rb
1055
 
- features/support/env.rb
1056
 
- features/support/feature_factory.rb
1057
 
- features/tagged_hooks.feature
1058
 
- features/transforms.feature
1059
 
- spec/cucumber/ast/background_spec.rb
1060
 
- spec/cucumber/ast/doc_string_spec.rb
1061
 
- spec/cucumber/ast/feature_factory.rb
1062
 
- spec/cucumber/ast/feature_spec.rb
1063
 
- spec/cucumber/ast/features_spec.rb
1064
 
- spec/cucumber/ast/outline_table_spec.rb
1065
 
- spec/cucumber/ast/scenario_outline_spec.rb
1066
 
- spec/cucumber/ast/step_spec.rb
1067
 
- spec/cucumber/ast/table_spec.rb
1068
 
- spec/cucumber/ast/tree_walker_spec.rb
1069
 
- spec/cucumber/broadcaster_spec.rb
 
911
- features/lib/step_definitions/profile_steps.rb
 
912
- features/lib/step_definitions/ruby_steps.rb
 
913
- features/lib/step_definitions/wire_steps.rb
 
914
- features/lib/support/env.rb
 
915
- features/lib/support/fake_wire_server.rb
 
916
- features/lib/support/feature_factory.rb
 
917
- features/lib/support/normalise_output.rb
1070
918
- spec/cucumber/cli/configuration_spec.rb
1071
 
- spec/cucumber/cli/drb_client_spec.rb
1072
919
- spec/cucumber/cli/main_spec.rb
1073
920
- spec/cucumber/cli/options_spec.rb
1074
921
- spec/cucumber/cli/profile_loader_spec.rb
1075
922
- spec/cucumber/configuration_spec.rb
1076
923
- spec/cucumber/constantize_spec.rb
 
924
- spec/cucumber/core_ext/instance_exec_spec.rb
1077
925
- spec/cucumber/core_ext/proc_spec.rb
 
926
- spec/cucumber/file_specs_spec.rb
 
927
- spec/cucumber/filters/activate_steps_spec.rb
 
928
- spec/cucumber/filters/gated_receiver_spec.rb
 
929
- spec/cucumber/filters/tag_limits/test_case_index_spec.rb
 
930
- spec/cucumber/filters/tag_limits/verifier_spec.rb
 
931
- spec/cucumber/filters/tag_limits_spec.rb
1078
932
- spec/cucumber/formatter/ansicolor_spec.rb
 
933
- spec/cucumber/formatter/debug_spec.rb
1079
934
- spec/cucumber/formatter/duration_spec.rb
1080
935
- spec/cucumber/formatter/html_spec.rb
1081
936
- spec/cucumber/formatter/interceptor_spec.rb
1082
937
- spec/cucumber/formatter/junit_spec.rb
 
938
- spec/cucumber/formatter/legacy_api/adapter_spec.rb
1083
939
- spec/cucumber/formatter/pretty_spec.rb
1084
940
- spec/cucumber/formatter/progress_spec.rb
 
941
- spec/cucumber/formatter/rerun_spec.rb
1085
942
- spec/cucumber/formatter/spec_helper.rb
 
943
- spec/cucumber/hooks_spec.rb
 
944
- spec/cucumber/multiline_argument/data_table_spec.rb
 
945
- spec/cucumber/project_initializer_spec.rb
1086
946
- spec/cucumber/rake/forked_spec.rb
1087
 
- spec/cucumber/rake/rcov_spec.rb
1088
947
- spec/cucumber/rb_support/rb_language_spec.rb
1089
948
- spec/cucumber/rb_support/rb_step_definition_spec.rb
1090
949
- spec/cucumber/rb_support/rb_transform_spec.rb
1091
950
- spec/cucumber/rb_support/regexp_argument_matcher_spec.rb
1092
951
- spec/cucumber/rb_support/snippet_spec.rb
 
952
- spec/cucumber/running_test_case_spec.rb
1093
953
- spec/cucumber/runtime/for_programming_languages_spec.rb
1094
 
- spec/cucumber/runtime/results_spec.rb
1095
954
- spec/cucumber/runtime/support_code_spec.rb
1096
955
- spec/cucumber/runtime_spec.rb
1097
956
- spec/cucumber/sell_cucumbers.feature
1101
960
- spec/cucumber/wire_support/wire_exception_spec.rb
1102
961
- spec/cucumber/wire_support/wire_language_spec.rb
1103
962
- spec/cucumber/wire_support/wire_packet_spec.rb
1104
 
- spec/cucumber/wire_support/wire_step_definition_spec.rb
1105
963
- spec/cucumber/world/pending_spec.rb
 
964
- spec/simplecov_setup.rb
1106
965
- spec/spec_helper.rb
1107
966
has_rdoc: