forked from cucumber/cucumber-ruby
-
Notifications
You must be signed in to change notification settings - Fork 1
/
cucumber.gemspec
768 lines (759 loc) · 35.9 KB
/
cucumber.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{cucumber}
s.version = "0.8.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aslak Helles\303\270y"]
s.date = %q{2010-06-08}
s.default_executable = %q{cucumber}
s.description = %q{Behaviour Driven Development with elegance and joy}
s.email = %q{[email protected]}
s.executables = ["cucumber"]
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
".gitattributes",
".gitignore",
"Caliper.yml",
"History.txt",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION.yml",
"bin/cucumber",
"cucumber.gemspec",
"cucumber.yml",
"examples/dos_line_endings/Rakefile",
"examples/dos_line_endings/features/dos_line_endings.feature",
"examples/i18n/README.textile",
"examples/i18n/Rakefile",
"examples/i18n/ar/Rakefile",
"examples/i18n/ar/features/addition.feature",
"examples/i18n/ar/features/step_definitons/calculator_steps.rb",
"examples/i18n/ar/lib/calculator.rb",
"examples/i18n/bg/Rakefile",
"examples/i18n/bg/features/addition.feature",
"examples/i18n/bg/features/consecutive_calculations.feature",
"examples/i18n/bg/features/division.feature",
"examples/i18n/bg/features/step_definitons/calculator_steps.rb",
"examples/i18n/bg/features/support/env.rb",
"examples/i18n/bg/features/support/world.rb",
"examples/i18n/bg/lib/calculator.rb",
"examples/i18n/ca/Rakefile",
"examples/i18n/ca/features/step_definitons/calculator_steps.rb",
"examples/i18n/ca/features/suma.feature",
"examples/i18n/ca/lib/calculadora.rb",
"examples/i18n/da/Rakefile",
"examples/i18n/da/features/sammenlaegning.feature",
"examples/i18n/da/features/step_definitons/lommeregner_steps.rb",
"examples/i18n/da/lib/lommeregner.rb",
"examples/i18n/de/.gitignore",
"examples/i18n/de/Rakefile",
"examples/i18n/de/features/addition.feature",
"examples/i18n/de/features/division.feature",
"examples/i18n/de/features/step_definitons/calculator_steps.rb",
"examples/i18n/de/lib/calculator.rb",
"examples/i18n/en-lol/Rakefile",
"examples/i18n/en-lol/features/step_definitions/cucumbrz_steps.rb",
"examples/i18n/en-lol/features/stuffing.feature",
"examples/i18n/en-lol/features/support/env.rb",
"examples/i18n/en-lol/lib/basket.rb",
"examples/i18n/en-lol/lib/belly.rb",
"examples/i18n/en/.gitignore",
"examples/i18n/en/Rakefile",
"examples/i18n/en/features/addition.feature",
"examples/i18n/en/features/division.feature",
"examples/i18n/en/features/step_definitons/calculator_steps.rb",
"examples/i18n/en/lib/calculator.rb",
"examples/i18n/eo/.gitignore",
"examples/i18n/eo/Rakefile",
"examples/i18n/eo/features/adicio.feature",
"examples/i18n/eo/features/divido.feature",
"examples/i18n/eo/features/step_definitons/calculator_steps.rb",
"examples/i18n/eo/lib/calculator.rb",
"examples/i18n/es/Rakefile",
"examples/i18n/es/features/adicion.feature",
"examples/i18n/es/features/step_definitons/calculador_steps.rb",
"examples/i18n/es/lib/calculador.rb",
"examples/i18n/et/Rakefile",
"examples/i18n/et/features/jagamine.feature",
"examples/i18n/et/features/liitmine.feature",
"examples/i18n/et/features/step_definitions/kalkulaator_steps.rb",
"examples/i18n/et/lib/kalkulaator.rb",
"examples/i18n/fi/.gitignore",
"examples/i18n/fi/Rakefile",
"examples/i18n/fi/features/jakolasku.feature",
"examples/i18n/fi/features/step_definitons/laskin_steps.rb",
"examples/i18n/fi/features/yhteenlasku.feature",
"examples/i18n/fi/lib/laskin.rb",
"examples/i18n/fr/Rakefile",
"examples/i18n/fr/features/addition.feature",
"examples/i18n/fr/features/addition2.feature",
"examples/i18n/fr/features/step_definitions/calculatrice_steps.rb",
"examples/i18n/fr/features/support/env.rb",
"examples/i18n/fr/lib/calculatrice.rb",
"examples/i18n/he/Rakefile",
"examples/i18n/he/features/addition.feature",
"examples/i18n/he/features/division.feature",
"examples/i18n/he/features/step_definitons/calculator_steps.rb",
"examples/i18n/he/lib/calculator.rb",
"examples/i18n/hu/.gitignore",
"examples/i18n/hu/Rakefile",
"examples/i18n/hu/features/osszeadas.feature",
"examples/i18n/hu/features/osztas.feature",
"examples/i18n/hu/features/step_definitons/calculator_steps.rb",
"examples/i18n/hu/lib/calculator.rb",
"examples/i18n/id/.gitignore",
"examples/i18n/id/Rakefile",
"examples/i18n/id/features/addition.feature",
"examples/i18n/id/features/division.feature",
"examples/i18n/id/features/step_definitons/calculator_steps.rb",
"examples/i18n/id/lib/calculator.rb",
"examples/i18n/it/Rakefile",
"examples/i18n/it/features/somma.feature",
"examples/i18n/it/features/step_definitons/calcolatrice_steps.rb",
"examples/i18n/it/lib/calcolatrice.rb",
"examples/i18n/ja/.gitignore",
"examples/i18n/ja/Rakefile",
"examples/i18n/ja/features/addition.feature",
"examples/i18n/ja/features/division.feature",
"examples/i18n/ja/features/step_definitons/calculator_steps.rb",
"examples/i18n/ja/features/support/env.rb",
"examples/i18n/ja/lib/calculator.rb",
"examples/i18n/ko/.gitignore",
"examples/i18n/ko/Rakefile",
"examples/i18n/ko/features/addition.feature",
"examples/i18n/ko/features/division.feature",
"examples/i18n/ko/features/step_definitons/calculator_steps.rb",
"examples/i18n/ko/lib/calculator.rb",
"examples/i18n/lt/.gitignore",
"examples/i18n/lt/Rakefile",
"examples/i18n/lt/features/addition.feature",
"examples/i18n/lt/features/division.feature",
"examples/i18n/lt/features/step_definitons/calculator_steps.rb",
"examples/i18n/lt/lib/calculator.rb",
"examples/i18n/lv/Rakefile",
"examples/i18n/lv/features/addition.feature",
"examples/i18n/lv/features/division.feature",
"examples/i18n/lv/features/step_definitons/calculator_steps.rb",
"examples/i18n/lv/lib/calculator.rb",
"examples/i18n/no/Rakefile",
"examples/i18n/no/features/step_definitons/kalkulator_steps.rb",
"examples/i18n/no/features/summering.feature",
"examples/i18n/no/features/support/env.rb",
"examples/i18n/no/lib/kalkulator.rb",
"examples/i18n/pl/.gitignore",
"examples/i18n/pl/Rakefile",
"examples/i18n/pl/features/addition.feature",
"examples/i18n/pl/features/division.feature",
"examples/i18n/pl/features/step_definitons/calculator_steps.rb",
"examples/i18n/pl/features/support/env.rb",
"examples/i18n/pl/lib/calculator.rb",
"examples/i18n/pt/Rakefile",
"examples/i18n/pt/features/adicao.feature",
"examples/i18n/pt/features/step_definitions/calculadora_steps.rb",
"examples/i18n/pt/features/support/env.rb",
"examples/i18n/pt/lib/calculadora.rb",
"examples/i18n/ro/Rakefile",
"examples/i18n/ro/features/step_definitons/calculator_steps.rb",
"examples/i18n/ro/features/suma.feature",
"examples/i18n/ro/lib/calculator.rb",
"examples/i18n/ru/Rakefile",
"examples/i18n/ru/features/addition.feature",
"examples/i18n/ru/features/consecutive_calculations.feature",
"examples/i18n/ru/features/division.feature",
"examples/i18n/ru/features/step_definitons/calculator_steps.rb",
"examples/i18n/ru/features/support/env.rb",
"examples/i18n/ru/features/support/world.rb",
"examples/i18n/ru/lib/calculator.rb",
"examples/i18n/sk/.gitignore",
"examples/i18n/sk/Rakefile",
"examples/i18n/sk/features/addition.feature",
"examples/i18n/sk/features/division.feature",
"examples/i18n/sk/features/step_definitons/calculator_steps.rb",
"examples/i18n/sk/lib/calculator.rb",
"examples/i18n/sr-Cyrl/Rakefile",
"examples/i18n/sr-Cyrl/features/sabiranje.feature",
"examples/i18n/sr-Cyrl/features/step_definitons/calculator_steps.rb",
"examples/i18n/sr-Cyrl/features/support/env.rb",
"examples/i18n/sr-Cyrl/lib/calculator.rb",
"examples/i18n/sr-Latn/Rakefile",
"examples/i18n/sr-Latn/features/sabiranje.feature",
"examples/i18n/sr-Latn/features/step_definitons/calculator_steps.rb",
"examples/i18n/sr-Latn/lib/calculator.rb",
"examples/i18n/sv/Rakefile",
"examples/i18n/sv/features/step_definitons/kalkulator_steps.rb",
"examples/i18n/sv/features/summering.feature",
"examples/i18n/sv/lib/kalkulator.rb",
"examples/i18n/tr/.gitignore",
"examples/i18n/tr/Rakefile",
"examples/i18n/tr/features/bolme.feature",
"examples/i18n/tr/features/step_definitons/hesap_makinesi_adimlari.rb",
"examples/i18n/tr/features/toplama.feature",
"examples/i18n/tr/lib/hesap_makinesi.rb",
"examples/i18n/uk/Rakefile",
"examples/i18n/uk/features/addition.feature",
"examples/i18n/uk/features/consecutive_calculations.feature",
"examples/i18n/uk/features/division.feature",
"examples/i18n/uk/features/step_definitons/calculator_steps.rb",
"examples/i18n/uk/features/support/env.rb",
"examples/i18n/uk/features/support/world.rb",
"examples/i18n/uk/lib/calculator.rb",
"examples/i18n/uz/Rakefile",
"examples/i18n/uz/features/addition.feature",
"examples/i18n/uz/features/consecutive_calculations.feature",
"examples/i18n/uz/features/division.feature",
"examples/i18n/uz/features/step_definitons/calculator_steps.rb",
"examples/i18n/uz/features/support/env.rb",
"examples/i18n/uz/features/support/world.rb",
"examples/i18n/uz/lib/calculator.rb",
"examples/i18n/zh-CN/Rakefile",
"examples/i18n/zh-CN/features/addition.feature",
"examples/i18n/zh-CN/features/step_definitons/calculator_steps.rb",
"examples/i18n/zh-CN/lib/calculator.rb",
"examples/i18n/zh-TW/.gitignore",
"examples/i18n/zh-TW/Rakefile",
"examples/i18n/zh-TW/features/addition.feature",
"examples/i18n/zh-TW/features/division.feature",
"examples/i18n/zh-TW/features/step_definitons/calculator_steps.rb",
"examples/i18n/zh-TW/lib/calculator.rb",
"examples/json/features/background.feature",
"examples/json/features/one_passing_one_failing.feature",
"examples/json/features/pystring.feature",
"examples/json/features/step_definitions/steps.rb",
"examples/json/features/tables.feature",
"examples/junit/features/one_passing_one_failing.feature",
"examples/junit/features/pending.feature",
"examples/junit/features/step_definitions/steps.rb",
"examples/python/Rakefile",
"examples/python/features/fibonacci.feature",
"examples/python/features/step_definitions/fib_steps.py",
"examples/python/lib/.gitignore",
"examples/python/lib/fib.py",
"examples/ramaze/README.textile",
"examples/ramaze/Rakefile",
"examples/ramaze/app.rb",
"examples/ramaze/features/add.feature",
"examples/ramaze/features/step_definitions/add_steps.rb",
"examples/ramaze/features/support/env.rb",
"examples/ramaze/layout/default.html.erb",
"examples/ramaze/view/index.html.erb",
"examples/ruby2python/Rakefile",
"examples/ruby2python/features/fibonacci.feature",
"examples/ruby2python/features/step_definitions/fib_steps.rb",
"examples/ruby2python/features/support/env.rb",
"examples/ruby2python/lib/.gitignore",
"examples/ruby2python/lib/fib.py",
"examples/self_test/.gitignore",
"examples/self_test/README.textile",
"examples/self_test/Rakefile",
"examples/self_test/features/background/background_tagged_before_on_outline.feature",
"examples/self_test/features/background/background_with_name.feature",
"examples/self_test/features/background/failing_background.feature",
"examples/self_test/features/background/failing_background_after_success.feature",
"examples/self_test/features/background/multiline_args_background.feature",
"examples/self_test/features/background/passing_background.feature",
"examples/self_test/features/background/pending_background.feature",
"examples/self_test/features/background/scenario_outline_failing_background.feature",
"examples/self_test/features/background/scenario_outline_passing_background.feature",
"examples/self_test/features/call_undefined_step_from_step_def.feature",
"examples/self_test/features/failing_expectation.feature",
"examples/self_test/features/lots_of_undefined.feature",
"examples/self_test/features/multiline_name.feature",
"examples/self_test/features/outline_sample.feature",
"examples/self_test/features/sample.feature",
"examples/self_test/features/search_sample.feature",
"examples/self_test/features/step_definitions/sample_steps.rb",
"examples/self_test/features/support/env.rb",
"examples/self_test/features/tags_sample.feature",
"examples/self_test/features/tons_of_cukes.feature",
"examples/self_test/features/undefined_multiline_args.feature",
"examples/self_test/list-of-features.txt",
"examples/sinatra/README.textile",
"examples/sinatra/Rakefile",
"examples/sinatra/app.rb",
"examples/sinatra/features/add.feature",
"examples/sinatra/features/step_definitions/add_steps.rb",
"examples/sinatra/features/support/env.rb",
"examples/sinatra/views/add.erb",
"examples/sinatra/views/layout.erb",
"examples/steps_library/features/step_definitions/steps_lib1.rb",
"examples/steps_library/features/step_definitions/steps_lib2.rb",
"examples/tcl/README.textile",
"examples/tcl/Rakefile",
"examples/tcl/features/fibonnacci.feature",
"examples/tcl/features/step_definitions/fib_steps.rb",
"examples/tcl/features/support/env.rb",
"examples/tcl/src/fib.tcl",
"examples/test_unit/Rakefile",
"examples/test_unit/features/step_definitions/test_unit_steps.rb",
"examples/test_unit/features/test_unit.feature",
"examples/tickets/Rakefile",
"examples/tickets/features.html",
"examples/tickets/features/172.feature",
"examples/tickets/features/177/1.feature",
"examples/tickets/features/177/2.feature",
"examples/tickets/features/177/3.feature",
"examples/tickets/features/180.feature",
"examples/tickets/features/229/tagged_hooks.feature",
"examples/tickets/features/229/tagged_hooks.rb",
"examples/tickets/features/236.feature",
"examples/tickets/features/241.feature",
"examples/tickets/features/246.feature",
"examples/tickets/features/248.feature",
"examples/tickets/features/270/back.feature",
"examples/tickets/features/270/back.steps.rb",
"examples/tickets/features/272/hooks.feature",
"examples/tickets/features/272/hooks_steps.rb",
"examples/tickets/features/279/py_string_indent.feature",
"examples/tickets/features/279/py_string_indent.steps.rb",
"examples/tickets/features/279/wrong.feature_",
"examples/tickets/features/301/filter_background_tagged_hooks.feature",
"examples/tickets/features/301/filter_background_tagged_hooks_steps.rb",
"examples/tickets/features/306/only_background.feature",
"examples/tickets/features/around_timeout.feature",
"examples/tickets/features/half_manual.feature",
"examples/tickets/features/lib/eatting_machine.rb",
"examples/tickets/features/lib/pantry.rb",
"examples/tickets/features/scenario_outline.feature",
"examples/tickets/features/step_definitons/246_steps.rb",
"examples/tickets/features/step_definitons/248_steps.rb",
"examples/tickets/features/step_definitons/around_timeout_steps.rb",
"examples/tickets/features/step_definitons/half_manual_steps.rb",
"examples/tickets/features/step_definitons/scenario_outline_steps.rb",
"examples/tickets/features/step_definitons/tickets_steps.rb",
"examples/tickets/features/table_diffing.feature",
"examples/tickets/features/tickets.feature",
"examples/v8/Rakefile",
"examples/v8/features/fibonacci.feature",
"examples/v8/features/step_definitions/fib_steps.js",
"examples/v8/features/support/env.js",
"examples/v8/lib/fibonacci.js",
"examples/watir/.gitignore",
"examples/watir/README.textile",
"examples/watir/Rakefile",
"examples/watir/cucumber.yml",
"examples/watir/features/search.feature",
"examples/watir/features/step_definitions/search_steps.rb",
"examples/watir/features/support/env.rb",
"examples/watir/features/support/screenshots.rb",
"examples/webrat/Rakefile",
"examples/webrat/features/search.feature",
"examples/webrat/features/step_definitions/kvasir_steps.rb",
"examples/webrat/features/support/env.rb",
"features/announce.feature",
"features/around_hooks.feature",
"features/background.feature",
"features/bug_371.feature",
"features/bug_464.feature",
"features/bug_475.feature",
"features/bug_585_tab_indentation.feature",
"features/bug_600.feature",
"features/call_steps_from_stepdefs.feature",
"features/cucumber_cli.feature",
"features/cucumber_cli_diff_disabled.feature",
"features/cucumber_cli_outlines.feature",
"features/custom_formatter.feature",
"features/default_snippets.feature",
"features/drb_server_integration.feature",
"features/exception_in_after_block.feature",
"features/exception_in_after_step_block.feature",
"features/exception_in_before_block.feature",
"features/exclude_files.feature",
"features/expand.feature",
"features/html_formatter.feature",
"features/html_formatter/a.html",
"features/json_formatter.feature",
"features/junit_formatter.feature",
"features/language_from_header.feature",
"features/language_help.feature",
"features/listener_debugger_formatter.feature",
"features/multiline_names.feature",
"features/negative_tagged_hooks.feature",
"features/post_configuration_hook.feature",
"features/profiles.feature",
"features/rake_task.feature",
"features/report_called_undefined_steps.feature",
"features/rerun_formatter.feature",
"features/simplest.feature",
"features/snippet.feature",
"features/snippets_when_using_star_keyword.feature",
"features/step_definitions/cucumber_steps.rb",
"features/step_definitions/extra_steps.rb",
"features/step_definitions/simplest_steps.rb",
"features/step_definitions/wire_steps.rb",
"features/support/env.rb",
"features/support/env.rb.simplest",
"features/support/fake_wire_server.rb",
"features/table_diffing.feature",
"features/table_mapping.feature",
"features/tag_logic.feature",
"features/transform.feature",
"features/unicode_table.feature",
"features/usage_and_stepdefs_formatter.feature",
"features/wire_protocol.feature",
"features/wire_protocol_table_diffing.feature",
"features/wire_protocol_tags.feature",
"features/wire_protocol_timeouts.feature",
"features/work_in_progress.feature",
"gem_tasks/contributors.rake",
"gem_tasks/environment.rake",
"gem_tasks/examples.rake",
"gem_tasks/features.rake",
"gem_tasks/fix_cr_lf.rake",
"gem_tasks/flog.rake",
"gem_tasks/rspec.rake",
"gem_tasks/sass.rake",
"gem_tasks/sdoc.rake",
"lib/README.rdoc",
"lib/autotest/cucumber.rb",
"lib/autotest/cucumber_mixin.rb",
"lib/autotest/cucumber_rails.rb",
"lib/autotest/cucumber_rails_rspec.rb",
"lib/autotest/cucumber_rails_rspec2.rb",
"lib/autotest/cucumber_rspec.rb",
"lib/autotest/cucumber_rspec2.rb",
"lib/autotest/discover.rb",
"lib/cucumber.rb",
"lib/cucumber/ast.rb",
"lib/cucumber/ast/background.rb",
"lib/cucumber/ast/comment.rb",
"lib/cucumber/ast/examples.rb",
"lib/cucumber/ast/feature.rb",
"lib/cucumber/ast/feature_element.rb",
"lib/cucumber/ast/features.rb",
"lib/cucumber/ast/outline_table.rb",
"lib/cucumber/ast/py_string.rb",
"lib/cucumber/ast/scenario.rb",
"lib/cucumber/ast/scenario_outline.rb",
"lib/cucumber/ast/step.rb",
"lib/cucumber/ast/step_collection.rb",
"lib/cucumber/ast/step_invocation.rb",
"lib/cucumber/ast/table.rb",
"lib/cucumber/ast/tags.rb",
"lib/cucumber/ast/tree_walker.rb",
"lib/cucumber/ast/visitor.rb",
"lib/cucumber/broadcaster.rb",
"lib/cucumber/cli/configuration.rb",
"lib/cucumber/cli/drb_client.rb",
"lib/cucumber/cli/main.rb",
"lib/cucumber/cli/options.rb",
"lib/cucumber/cli/profile_loader.rb",
"lib/cucumber/constantize.rb",
"lib/cucumber/core_ext/instance_exec.rb",
"lib/cucumber/core_ext/proc.rb",
"lib/cucumber/core_ext/string.rb",
"lib/cucumber/feature_file.rb",
"lib/cucumber/formatter/ansicolor.rb",
"lib/cucumber/formatter/color_io.rb",
"lib/cucumber/formatter/console.rb",
"lib/cucumber/formatter/cucumber.css",
"lib/cucumber/formatter/cucumber.sass",
"lib/cucumber/formatter/debug.rb",
"lib/cucumber/formatter/duration.rb",
"lib/cucumber/formatter/html.rb",
"lib/cucumber/formatter/io.rb",
"lib/cucumber/formatter/json.rb",
"lib/cucumber/formatter/json_pretty.rb",
"lib/cucumber/formatter/junit.rb",
"lib/cucumber/formatter/ordered_xml_markup.rb",
"lib/cucumber/formatter/pdf.rb",
"lib/cucumber/formatter/pretty.rb",
"lib/cucumber/formatter/progress.rb",
"lib/cucumber/formatter/rerun.rb",
"lib/cucumber/formatter/stepdefs.rb",
"lib/cucumber/formatter/steps.rb",
"lib/cucumber/formatter/summary.rb",
"lib/cucumber/formatter/tag_cloud.rb",
"lib/cucumber/formatter/unicode.rb",
"lib/cucumber/formatter/usage.rb",
"lib/cucumber/js_support/js_dsl.js",
"lib/cucumber/js_support/js_language.rb",
"lib/cucumber/js_support/js_snippets.rb",
"lib/cucumber/language_support.rb",
"lib/cucumber/language_support/language_methods.rb",
"lib/cucumber/parser.rb",
"lib/cucumber/parser/gherkin_builder.rb",
"lib/cucumber/platform.rb",
"lib/cucumber/py_support/py_dsl.py",
"lib/cucumber/py_support/py_language.py",
"lib/cucumber/py_support/py_language.rb",
"lib/cucumber/rake/task.rb",
"lib/cucumber/rb_support/rb_dsl.rb",
"lib/cucumber/rb_support/rb_hook.rb",
"lib/cucumber/rb_support/rb_language.rb",
"lib/cucumber/rb_support/rb_step_definition.rb",
"lib/cucumber/rb_support/rb_transform.rb",
"lib/cucumber/rb_support/rb_world.rb",
"lib/cucumber/rb_support/regexp_argument_matcher.rb",
"lib/cucumber/rspec/disable_option_parser.rb",
"lib/cucumber/step_argument.rb",
"lib/cucumber/step_definition_light.rb",
"lib/cucumber/step_match.rb",
"lib/cucumber/step_mother.rb",
"lib/cucumber/wire_support/configuration.rb",
"lib/cucumber/wire_support/connection.rb",
"lib/cucumber/wire_support/request_handler.rb",
"lib/cucumber/wire_support/wire_exception.rb",
"lib/cucumber/wire_support/wire_language.rb",
"lib/cucumber/wire_support/wire_packet.rb",
"lib/cucumber/wire_support/wire_protocol.rb",
"lib/cucumber/wire_support/wire_protocol/requests.rb",
"lib/cucumber/wire_support/wire_step_definition.rb",
"spec/cucumber/ast/background_spec.rb",
"spec/cucumber/ast/feature_factory.rb",
"spec/cucumber/ast/feature_spec.rb",
"spec/cucumber/ast/outline_table_spec.rb",
"spec/cucumber/ast/py_string_spec.rb",
"spec/cucumber/ast/scenario_outline_spec.rb",
"spec/cucumber/ast/scenario_spec.rb",
"spec/cucumber/ast/step_spec.rb",
"spec/cucumber/ast/table_spec.rb",
"spec/cucumber/ast/tree_walker_spec.rb",
"spec/cucumber/broadcaster_spec.rb",
"spec/cucumber/cli/configuration_spec.rb",
"spec/cucumber/cli/drb_client_spec.rb",
"spec/cucumber/cli/main_spec.rb",
"spec/cucumber/cli/options_spec.rb",
"spec/cucumber/cli/profile_loader_spec.rb",
"spec/cucumber/core_ext/proc_spec.rb",
"spec/cucumber/formatter/ansicolor_spec.rb",
"spec/cucumber/formatter/color_io_spec.rb",
"spec/cucumber/formatter/duration_spec.rb",
"spec/cucumber/formatter/html_spec.rb",
"spec/cucumber/formatter/junit_spec.rb",
"spec/cucumber/formatter/progress_spec.rb",
"spec/cucumber/formatter/spec_helper.rb",
"spec/cucumber/rb_support/rb_language_spec.rb",
"spec/cucumber/rb_support/rb_step_definition_spec.rb",
"spec/cucumber/rb_support/regexp_argument_matcher_spec.rb",
"spec/cucumber/sell_cucumbers.feature",
"spec/cucumber/step_match_spec.rb",
"spec/cucumber/step_mother_spec.rb",
"spec/cucumber/wire_support/configuration_spec.rb",
"spec/cucumber/wire_support/connection_spec.rb",
"spec/cucumber/wire_support/wire_exception_spec.rb",
"spec/cucumber/wire_support/wire_language_spec.rb",
"spec/cucumber/wire_support/wire_packet_spec.rb",
"spec/cucumber/wire_support/wire_step_definition_spec.rb",
"spec/cucumber/world/pending_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = %q{http://cukes.info}
s.post_install_message = %q{
(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)
(::) U P G R A D I N G (::)
Thank you for installing cucumber-0.8.0.
Please be sure to read http://wiki.github.com/aslakhellesoy/cucumber/upgrading
for important information about this release. Happy cuking!
(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)
}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Behaviour Driven Development with elegance and joy}
s.test_files = [
"spec/cucumber/ast/background_spec.rb",
"spec/cucumber/ast/feature_factory.rb",
"spec/cucumber/ast/feature_spec.rb",
"spec/cucumber/ast/outline_table_spec.rb",
"spec/cucumber/ast/py_string_spec.rb",
"spec/cucumber/ast/scenario_outline_spec.rb",
"spec/cucumber/ast/scenario_spec.rb",
"spec/cucumber/ast/step_spec.rb",
"spec/cucumber/ast/table_spec.rb",
"spec/cucumber/ast/tree_walker_spec.rb",
"spec/cucumber/broadcaster_spec.rb",
"spec/cucumber/cli/configuration_spec.rb",
"spec/cucumber/cli/drb_client_spec.rb",
"spec/cucumber/cli/main_spec.rb",
"spec/cucumber/cli/options_spec.rb",
"spec/cucumber/cli/profile_loader_spec.rb",
"spec/cucumber/core_ext/proc_spec.rb",
"spec/cucumber/formatter/ansicolor_spec.rb",
"spec/cucumber/formatter/color_io_spec.rb",
"spec/cucumber/formatter/duration_spec.rb",
"spec/cucumber/formatter/html_spec.rb",
"spec/cucumber/formatter/junit_spec.rb",
"spec/cucumber/formatter/progress_spec.rb",
"spec/cucumber/formatter/spec_helper.rb",
"spec/cucumber/rb_support/rb_language_spec.rb",
"spec/cucumber/rb_support/rb_step_definition_spec.rb",
"spec/cucumber/rb_support/regexp_argument_matcher_spec.rb",
"spec/cucumber/step_match_spec.rb",
"spec/cucumber/step_mother_spec.rb",
"spec/cucumber/wire_support/configuration_spec.rb",
"spec/cucumber/wire_support/connection_spec.rb",
"spec/cucumber/wire_support/wire_exception_spec.rb",
"spec/cucumber/wire_support/wire_language_spec.rb",
"spec/cucumber/wire_support/wire_packet_spec.rb",
"spec/cucumber/wire_support/wire_step_definition_spec.rb",
"spec/cucumber/world/pending_spec.rb",
"spec/spec_helper.rb",
"examples/i18n/ar/features/step_definitons/calculator_steps.rb",
"examples/i18n/ar/lib/calculator.rb",
"examples/i18n/bg/features/step_definitons/calculator_steps.rb",
"examples/i18n/bg/features/support/env.rb",
"examples/i18n/bg/features/support/world.rb",
"examples/i18n/bg/lib/calculator.rb",
"examples/i18n/ca/features/step_definitons/calculator_steps.rb",
"examples/i18n/ca/lib/calculadora.rb",
"examples/i18n/da/features/step_definitons/lommeregner_steps.rb",
"examples/i18n/da/lib/lommeregner.rb",
"examples/i18n/de/features/step_definitons/calculator_steps.rb",
"examples/i18n/de/lib/calculator.rb",
"examples/i18n/en/features/step_definitons/calculator_steps.rb",
"examples/i18n/en/lib/calculator.rb",
"examples/i18n/en-lol/features/step_definitions/cucumbrz_steps.rb",
"examples/i18n/en-lol/features/support/env.rb",
"examples/i18n/en-lol/lib/basket.rb",
"examples/i18n/en-lol/lib/belly.rb",
"examples/i18n/eo/features/step_definitons/calculator_steps.rb",
"examples/i18n/eo/lib/calculator.rb",
"examples/i18n/es/features/step_definitons/calculador_steps.rb",
"examples/i18n/es/lib/calculador.rb",
"examples/i18n/et/features/step_definitions/kalkulaator_steps.rb",
"examples/i18n/et/lib/kalkulaator.rb",
"examples/i18n/fi/features/step_definitons/laskin_steps.rb",
"examples/i18n/fi/lib/laskin.rb",
"examples/i18n/fr/features/step_definitions/calculatrice_steps.rb",
"examples/i18n/fr/features/support/env.rb",
"examples/i18n/fr/lib/calculatrice.rb",
"examples/i18n/he/features/step_definitons/calculator_steps.rb",
"examples/i18n/he/lib/calculator.rb",
"examples/i18n/hu/features/step_definitons/calculator_steps.rb",
"examples/i18n/hu/lib/calculator.rb",
"examples/i18n/id/features/step_definitons/calculator_steps.rb",
"examples/i18n/id/lib/calculator.rb",
"examples/i18n/it/features/step_definitons/calcolatrice_steps.rb",
"examples/i18n/it/lib/calcolatrice.rb",
"examples/i18n/ja/features/step_definitons/calculator_steps.rb",
"examples/i18n/ja/features/support/env.rb",
"examples/i18n/ja/lib/calculator.rb",
"examples/i18n/ko/features/step_definitons/calculator_steps.rb",
"examples/i18n/ko/lib/calculator.rb",
"examples/i18n/lt/features/step_definitons/calculator_steps.rb",
"examples/i18n/lt/lib/calculator.rb",
"examples/i18n/lv/features/step_definitons/calculator_steps.rb",
"examples/i18n/lv/lib/calculator.rb",
"examples/i18n/no/features/step_definitons/kalkulator_steps.rb",
"examples/i18n/no/features/support/env.rb",
"examples/i18n/no/lib/kalkulator.rb",
"examples/i18n/pl/features/step_definitons/calculator_steps.rb",
"examples/i18n/pl/features/support/env.rb",
"examples/i18n/pl/lib/calculator.rb",
"examples/i18n/pt/features/step_definitions/calculadora_steps.rb",
"examples/i18n/pt/features/support/env.rb",
"examples/i18n/pt/lib/calculadora.rb",
"examples/i18n/ro/features/step_definitons/calculator_steps.rb",
"examples/i18n/ro/lib/calculator.rb",
"examples/i18n/ru/features/step_definitons/calculator_steps.rb",
"examples/i18n/ru/features/support/env.rb",
"examples/i18n/ru/features/support/world.rb",
"examples/i18n/ru/lib/calculator.rb",
"examples/i18n/sk/features/step_definitons/calculator_steps.rb",
"examples/i18n/sk/lib/calculator.rb",
"examples/i18n/sr-Cyrl/features/step_definitons/calculator_steps.rb",
"examples/i18n/sr-Cyrl/features/support/env.rb",
"examples/i18n/sr-Cyrl/lib/calculator.rb",
"examples/i18n/sr-Latn/features/step_definitons/calculator_steps.rb",
"examples/i18n/sr-Latn/lib/calculator.rb",
"examples/i18n/sv/features/step_definitons/kalkulator_steps.rb",
"examples/i18n/sv/lib/kalkulator.rb",
"examples/i18n/tr/features/step_definitons/hesap_makinesi_adimlari.rb",
"examples/i18n/tr/lib/hesap_makinesi.rb",
"examples/i18n/uk/features/step_definitons/calculator_steps.rb",
"examples/i18n/uk/features/support/env.rb",
"examples/i18n/uk/features/support/world.rb",
"examples/i18n/uk/lib/calculator.rb",
"examples/i18n/uz/features/step_definitons/calculator_steps.rb",
"examples/i18n/uz/features/support/env.rb",
"examples/i18n/uz/features/support/world.rb",
"examples/i18n/uz/lib/calculator.rb",
"examples/i18n/zh-CN/features/step_definitons/calculator_steps.rb",
"examples/i18n/zh-CN/lib/calculator.rb",
"examples/i18n/zh-TW/features/step_definitons/calculator_steps.rb",
"examples/i18n/zh-TW/lib/calculator.rb",
"examples/json/features/step_definitions/steps.rb",
"examples/junit/features/step_definitions/steps.rb",
"examples/ramaze/app.rb",
"examples/ramaze/features/step_definitions/add_steps.rb",
"examples/ramaze/features/support/env.rb",
"examples/ruby2python/features/step_definitions/fib_steps.rb",
"examples/ruby2python/features/support/env.rb",
"examples/self_test/features/step_definitions/sample_steps.rb",
"examples/self_test/features/support/env.rb",
"examples/sinatra/app.rb",
"examples/sinatra/features/step_definitions/add_steps.rb",
"examples/sinatra/features/support/env.rb",
"examples/steps_library/features/step_definitions/steps_lib1.rb",
"examples/steps_library/features/step_definitions/steps_lib2.rb",
"examples/tcl/features/step_definitions/fib_steps.rb",
"examples/tcl/features/support/env.rb",
"examples/test_unit/features/step_definitions/test_unit_steps.rb",
"examples/tickets/features/229/tagged_hooks.rb",
"examples/tickets/features/270/back.steps.rb",
"examples/tickets/features/272/hooks_steps.rb",
"examples/tickets/features/279/py_string_indent.steps.rb",
"examples/tickets/features/301/filter_background_tagged_hooks_steps.rb",
"examples/tickets/features/lib/eatting_machine.rb",
"examples/tickets/features/lib/pantry.rb",
"examples/tickets/features/step_definitons/246_steps.rb",
"examples/tickets/features/step_definitons/248_steps.rb",
"examples/tickets/features/step_definitons/around_timeout_steps.rb",
"examples/tickets/features/step_definitons/half_manual_steps.rb",
"examples/tickets/features/step_definitons/scenario_outline_steps.rb",
"examples/tickets/features/step_definitons/tickets_steps.rb",
"examples/watir/features/step_definitions/search_steps.rb",
"examples/watir/features/support/env.rb",
"examples/watir/features/support/screenshots.rb",
"examples/webrat/features/step_definitions/kvasir_steps.rb",
"examples/webrat/features/support/env.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<gherkin>, [">= 1.0.30"])
s.add_runtime_dependency(%q<term-ansicolor>, [">= 1.0.4"])
s.add_runtime_dependency(%q<builder>, [">= 2.1.2"])
s.add_runtime_dependency(%q<diff-lcs>, [">= 1.1.2"])
s.add_runtime_dependency(%q<json_pure>, [">= 1.4.3"])
s.add_development_dependency(%q<nokogiri>, [">= 1.4.2"])
s.add_development_dependency(%q<prawn>, ["= 0.8.4"])
s.add_development_dependency(%q<prawn-layout>, ["= 0.8.4"])
s.add_development_dependency(%q<rspec>, [">= 2.0.0.beta.11"])
s.add_development_dependency(%q<syntax>, [">= 1.0.0"])
s.add_development_dependency(%q<spork>, [">= 0.8.3"])
else
s.add_dependency(%q<gherkin>, [">= 1.0.30"])
s.add_dependency(%q<term-ansicolor>, [">= 1.0.4"])
s.add_dependency(%q<builder>, [">= 2.1.2"])
s.add_dependency(%q<diff-lcs>, [">= 1.1.2"])
s.add_dependency(%q<json_pure>, [">= 1.4.3"])
s.add_dependency(%q<nokogiri>, [">= 1.4.2"])
s.add_dependency(%q<prawn>, ["= 0.8.4"])
s.add_dependency(%q<prawn-layout>, ["= 0.8.4"])
s.add_dependency(%q<rspec>, [">= 2.0.0.beta.11"])
s.add_dependency(%q<syntax>, [">= 1.0.0"])
s.add_dependency(%q<spork>, [">= 0.8.3"])
end
else
s.add_dependency(%q<gherkin>, [">= 1.0.30"])
s.add_dependency(%q<term-ansicolor>, [">= 1.0.4"])
s.add_dependency(%q<builder>, [">= 2.1.2"])
s.add_dependency(%q<diff-lcs>, [">= 1.1.2"])
s.add_dependency(%q<json_pure>, [">= 1.4.3"])
s.add_dependency(%q<nokogiri>, [">= 1.4.2"])
s.add_dependency(%q<prawn>, ["= 0.8.4"])
s.add_dependency(%q<prawn-layout>, ["= 0.8.4"])
s.add_dependency(%q<rspec>, [">= 2.0.0.beta.11"])
s.add_dependency(%q<syntax>, [">= 1.0.0"])
s.add_dependency(%q<spork>, [">= 0.8.3"])
end
end