[DRE-commits] [cucumber] branch master updated (87f65e3 -> 3467927)

Cédric Boutillier boutil at moszumanska.debian.org
Sat Jun 20 15:40:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

boutil pushed a change to branch master
in repository cucumber.

      from  87f65e3   debian/cucumber.pod: fix typo in manpage
      adds  d128160   Imported Upstream version 2.0.0
       new  a28f426   Merge tag 'upstream/2.0.0'
       new  c3d916f   rename the file in debian/missing-source to remove -min suffix, and make lintian happy
       new  8b5d359   reproducibility: use last changelog date to build the manpage
       new  4ba1f57   update 0004-Update_default_binary_path.patch
       new  56af7a6   drop 0001-Remove-rubygems-bundler-stuff-from-spec_helper.patch, not needed anymore
       new  a860e83   prepare changelog
       new  3467927   depend on ruby-cucumber-core, build-depend on pry

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .coveralls.yml                                     |    1 +
 .gitattributes                                     |    1 -
 .rspec                                             |    2 +-
 .ruby-version                                      |    1 -
 .travis.yml                                        |    6 +-
 CONTRIBUTING.md                                    |    9 +
 Gemfile                                            |   11 +-
 History.md                                         |  203 +-
 LICENSE                                            |    4 +-
 README.md                                          |    8 +-
 Rakefile                                           |   11 +-
 bin/cucumber                                       |    6 +-
 cucumber.gemspec                                   |   25 +-
 cucumber.yml                                       |   39 +-
 debian/changelog                                   |   16 +-
 debian/control                                     |    5 +-
 debian/copyright                                   |    2 +-
 .../missing-sources/{jquery-min.js => jquery.js}   |    0
 ...e-rubygems-bundler-stuff-from-spec_helper.patch |   22 -
 .../patches/0004-Update_default_binary_path.patch  |   20 +-
 debian/patches/series                              |    2 +-
 debian/rules                                       |    5 +-
 .../calculator_steps.rb                            |    0
 .../calculator_steps.rb                            |    0
 .../calculator_steps.rb                            |    0
 .../calculator_steps.rb                            |    0
 .../lommeregner_steps.rb                           |    0
 .../calculator_steps.rb                            |    0
 examples/i18n/{ar => el}/Rakefile                  |    0
 examples/i18n/el/features/addition.feature         |   17 +
 examples/i18n/el/features/division.feature         |   10 +
 .../features/step_definitions}/calculator_steps.rb |    8 +-
 examples/i18n/{cs => el}/lib/calculator.rb         |    0
 .../calculator_steps.rb                            |    0
 .../calculator_steps.rb                            |    0
 .../calculador_steps.rb                            |    0
 .../laskin_steps.rb                                |    0
 examples/i18n/fr/Rakefile                          |    4 +-
 .../step_definitions/calculatrice_steps.rb         |    4 +-
 .../calculator_steps.rb                            |    0
 .../calculator_steps.rb                            |    0
 examples/i18n/{ar => ht}/Rakefile                  |    0
 examples/i18n/ht/features/adisyon.feature          |   17 +
 examples/i18n/ht/features/divizyon.feature         |   10 +
 .../step_definitions/kalkilatris_steps.rb}         |   15 +-
 .../lib/calculator.rb => ht/lib/kalkilatris.rb}    |    6 +-
 .../calculator_steps.rb                            |    0
 .../calculator_steps.rb                            |    0
 .../calcolatrice_steps.rb                          |    0
 .../calculator_steps.rb                            |    0
 .../calculator_steps.rb                            |    0
 .../calculator_steps.rb                            |    0
 .../calculator_steps.rb                            |    0
 .../kalkulator_steps.rb                            |    0
 .../calculator_steps.rb                            |    0
 .../calculator_steps.rb                            |    0
 .../calculator_steps.rb                            |    0
 .../calculator_steps.rb                            |    0
 .../calculator_steps.rb                            |    0
 .../calculator_steps.rb                            |    0
 .../kalkulator_steps.rb                            |    0
 .../hesap_makinesi_adimlari.rb                     |    0
 .../calculator_steps.rb                            |    0
 .../calculator_steps.rb                            |    0
 .../calculator_steps.rb                            |    8 +-
 .../calculator_steps.rb                            |    0
 examples/python/README.textile                     |    8 -
 examples/python/Rakefile                           |    4 -
 examples/python/features/fibonacci.feature         |   19 -
 .../python/features/step_definitions/fib_steps.py  |   11 -
 examples/python/lib/fib.py                         |    7 -
 examples/ramaze/README.textile                     |    7 -
 examples/ramaze/Rakefile                           |    6 -
 examples/ramaze/app.rb                             |   21 -
 examples/ramaze/features/add.feature               |   11 -
 .../ramaze/features/step_definitions/add_steps.rb  |   15 -
 examples/ramaze/features/support/env.rb            |   32 -
 examples/ramaze/layout/default.html.erb            |    8 -
 examples/ramaze/view/index.html.erb                |    5 -
 examples/ruby2python/README.textile                |    8 -
 examples/ruby2python/Rakefile                      |    4 -
 examples/ruby2python/features/fibonacci.feature    |   19 -
 .../features/step_definitions/fib_steps.rb         |    7 -
 examples/ruby2python/features/support/env.rb       |   21 -
 examples/ruby2python/lib/fib.py                    |    7 -
 .../tcl/features/step_definitions/fib_steps.rb     |    2 +-
 examples/v8/Rakefile                               |    6 -
 examples/v8/features/fibonacci.feature             |   43 -
 examples/v8/features/step_definitions/fib_steps.js |   49 -
 examples/v8/features/support/env.js                |   14 -
 examples/v8/lib/fibonacci.js                       |   19 -
 features/.cucumber/stepdefs.json                   |  722 -------
 features/assertions.feature                        |   73 -
 features/autoformat_profile_output.feature         |   23 -
 features/before_hook.feature                       |   43 -
 features/bootstrap.feature                         |   27 -
 features/custom_formatter.feature                  |   41 -
 .../docs}/api/list_step_defs_as_json.feature       |   28 +-
 .../api/run_cli_main_with_existing_runtime.feature |   15 +-
 features/{ => docs/cli}/backtraces.feature         |    4 +-
 features/docs/cli/dry_run.feature                  |   73 +
 features/docs/cli/exclude_files.feature            |   18 +
 features/docs/cli/execute_with_tag_filter.feature  |  117 ++
 features/docs/cli/randomize.feature                |   46 +
 features/docs/cli/require.feature                  |   27 +
 .../docs/cli/run_scenarios_matching_name.feature   |  104 +
 features/docs/cli/run_specific_scenarios.feature   |   75 +
 features/docs/cli/showing_differences.feature      |   43 +
 .../cli/specifying_multiple_formatters.feature     |   44 +
 features/docs/cli/strict_mode.feature              |   64 +
 .../{ => docs/defining_steps}/nested_steps.feature |   58 +-
 .../defining_steps}/nested_steps_i18n.feature      |    2 -
 .../nested_steps_with_second_arg.feature           |    0
 .../one_line_step_definitions.feature}             |    6 +-
 .../docs/defining_steps/printing_messages.feature  |  148 ++
 features/docs/defining_steps/skip_scenario.feature |   62 +
 features/docs/defining_steps/snippets.feature      |   56 +
 .../docs/defining_steps}/table_diffing.feature     |   37 +-
 .../{ => docs/defining_steps}/transforms.feature   |    4 +-
 .../docs/exception_in_after_hook.feature           |   51 +-
 .../docs/exception_in_after_step_hook.feature      |   46 +-
 features/docs/exception_in_around_hook.feature     |   80 +
 .../docs/exception_in_before_hook.feature          |   38 +-
 .../docs/extending_cucumber/custom_filter.feature  |   29 +
 .../extending_cucumber/custom_formatter.feature    |   94 +
 features/docs/formatters/debug_formatter.feature   |   47 +
 .../formatter_step_file_colon_line.feature         |    6 +-
 .../{ => docs/formatters}/html_formatter.feature   |   24 +-
 .../{ => docs/formatters}/json_formatter.feature   |  452 +++--
 features/docs/formatters/junit_formatter.feature   |  316 +++
 features/docs/formatters/pretty_formatter.feature  |   73 +
 .../formatters}/progress_formatter.feature         |    2 +-
 features/docs/formatters/rerun_formatter.feature   |  136 ++
 features/docs/formatters/usage_formatter.feature   |  102 +
 features/docs/getting_started.feature              |   27 +
 features/{ => docs/gherkin}/background.feature     |  240 ++-
 features/{ => docs/gherkin}/doc_strings.feature    |    1 +
 .../gherkin/expand_option_for_outlines.feature     |   46 +
 features/docs/gherkin/language_from_header.feature |   32 +
 features/docs/gherkin/outlines.feature             |  158 ++
 features/docs/gherkin/unicode_table.feature        |   32 +
 features/docs/gherkin/using_descriptions.feature   |   88 +
 features/docs/gherkin/using_star_notation.feature  |   37 +
 features/{ => docs}/iso-8859-1.feature             |    0
 .../docs}/post_configuration_hook.feature          |   35 +-
 .../docs}/profiles.feature                         |   66 +-
 .../docs}/rake_task.feature                        |   71 +-
 features/{ => docs}/raketask.feature               |   19 +-
 .../docs/wire_protocol/erb_configuration.feature   |   15 +-
 .../handle_unexpected_response.feature             |   30 +
 features/docs/wire_protocol/invoke_message.feature |  216 ++
 features/docs/wire_protocol/readme.md              |   26 +
 .../docs/wire_protocol/snippets_message.feature    |   51 +
 .../wire_protocol/step_matches_message.feature     |   81 +
 .../docs/wire_protocol/table_diffing.feature       |   31 +-
 .../docs/wire_protocol/tags.feature                |   14 +-
 .../docs/wire_protocol/timeouts.feature            |   13 +-
 .../docs}/work_in_progress.feature                 |  106 +-
 .../docs/writing_support_code/after_hooks.feature  |   80 +
 .../writing_support_code}/around_hooks.feature     |   84 +-
 .../docs/writing_support_code/before_hook.feature  |   65 +
 .../docs/writing_support_code/hook_order.feature   |   61 +
 .../writing_support_code}/load_path.feature        |    3 +
 features/docs/writing_support_code/state.feature   |   32 +
 .../docs/writing_support_code/tagged_hooks.feature |   95 +
 features/drb_server_integration.feature            |   63 -
 features/execute_with_tag_filter.feature           |   63 -
 features/formatter_callbacks.feature               |  189 --
 features/lib/step_definitions/aruba_steps.rb       |   22 +
 features/lib/step_definitions/cucumber_steps.rb    |   50 +
 .../{ => lib}/step_definitions/iso-8859-1_steps.rb |   18 +-
 features/lib/step_definitions/json_steps.rb        |    7 +
 features/lib/step_definitions/junit_steps.rb       |   13 +
 features/lib/step_definitions/language_steps.rb    |    9 +-
 features/lib/step_definitions/profile_steps.rb     |   15 +
 features/lib/step_definitions/ruby_steps.rb        |    3 +
 features/lib/step_definitions/wire_steps.rb        |   58 +
 features/lib/support/env.rb                        |   21 +
 .../lib}/support/fake_wire_server.rb               |   17 +-
 features/{ => lib}/support/feature_factory.rb      |    2 +-
 features/lib/support/normalise_output.rb           |   33 +
 features/parsing.feature                           |   18 -
 features/pretty_formatter.feature                  |   31 -
 features/rerun_formatter.feature                   |   99 -
 features/run_specific_scenarios.feature            |   47 -
 features/stats_formatters.feature                  |   73 -
 .../cucumber-features/cucumber_ruby_mappings.rb    |  197 --
 features/step_definitions/cucumber_steps.rb        |   57 -
 features/step_definitions/drb_steps.rb             |    3 -
 features/support/env.rb                            |   57 -
 features/tagged_hooks.feature                      |   59 -
 fixtures/json/features/background.feature          |    7 -
 fixtures/json/features/embed.feature               |    4 -
 .../json/features/one_passing_one_failing.feature  |   11 -
 fixtures/json/features/step_definitions/steps.rb   |   32 -
 fixtures/json/features/tables.feature              |   13 -
 .../junit/features/one_passing_one_failing.feature |    8 -
 fixtures/junit/features/pending.feature            |    7 -
 fixtures/junit/features/scenario_outline.feature   |    9 -
 .../one_passing_one_failing.feature                |    8 -
 fixtures/junit/features/step_definitions/steps.rb  |   11 -
 fixtures/self_test/README.textile                  |    6 -
 fixtures/self_test/Rakefile                        |    6 -
 .../call_undefined_step_from_step_def.feature      |    7 -
 .../self_test/features/failing_expectation.feature |    4 -
 .../self_test/features/lots_of_undefined.feature   |    8 -
 fixtures/self_test/features/multiline_name.feature |   27 -
 fixtures/self_test/features/outline_sample.feature |   15 -
 fixtures/self_test/features/sample.feature         |   21 -
 fixtures/self_test/features/search_sample.feature  |   32 -
 .../features/step_definitions/sample_steps.rb      |   84 -
 .../self_test/features/support/bubble_256x256.png  |  Bin 14289 -> 0 bytes
 fixtures/self_test/features/support/env.rb         |   26 -
 fixtures/self_test/features/tags_sample.feature    |   17 -
 fixtures/self_test/features/tons_of_cukes.feature  |   52 -
 .../features/undefined_multiline_args.feature      |   12 -
 fixtures/self_test/list-of-features.txt            |    1 -
 .../features/step_definitions/steps_lib1.rb        |    8 -
 .../features/step_definitions/steps_lib2.rb        |    8 -
 fixtures/tickets/Rakefile                          |   20 -
 fixtures/tickets/features.html                     |  138 --
 fixtures/tickets/features/172.feature              |   28 -
 fixtures/tickets/features/177/1.feature            |   28 -
 fixtures/tickets/features/177/2.feature            |   20 -
 fixtures/tickets/features/177/3.feature            |   18 -
 fixtures/tickets/features/180.feature              |    7 -
 fixtures/tickets/features/229/tagged_hooks.feature |    8 -
 fixtures/tickets/features/229/tagged_hooks.rb      |   14 -
 fixtures/tickets/features/236.feature              |   13 -
 fixtures/tickets/features/241.feature              |   12 -
 fixtures/tickets/features/246.feature              |    4 -
 fixtures/tickets/features/248.feature              |   11 -
 fixtures/tickets/features/270/back.feature         |   14 -
 fixtures/tickets/features/270/back.steps.rb        |   14 -
 fixtures/tickets/features/272/hooks.feature        |   26 -
 fixtures/tickets/features/272/hooks_steps.rb       |   53 -
 .../tickets/features/279/py_string_indent.feature  |   25 -
 .../tickets/features/279/py_string_indent.steps.rb |   12 -
 fixtures/tickets/features/279/wrong.feature_       |   11 -
 .../301/filter_background_tagged_hooks.feature     |    6 -
 .../301/filter_background_tagged_hooks_steps.rb    |   12 -
 .../tickets/features/306/only_background.feature   |    4 -
 fixtures/tickets/features/around_timeout.feature   |    6 -
 fixtures/tickets/features/gherkin_67.feature       |   12 -
 fixtures/tickets/features/gherkin_68.feature       |    4 -
 fixtures/tickets/features/half_manual.feature      |   11 -
 fixtures/tickets/features/lib/eatting_machine.rb   |   18 -
 fixtures/tickets/features/lib/pantry.rb            |   20 -
 fixtures/tickets/features/scenario_outline.feature |   95 -
 .../tickets/features/step_definitons/246_steps.rb  |    3 -
 .../tickets/features/step_definitons/248_steps.rb  |   15 -
 .../step_definitons/around_timeout_steps.rb        |    9 -
 .../features/step_definitons/half_manual_steps.rb  |   11 -
 .../step_definitons/scenario_outline_steps.rb      |   42 -
 .../features/step_definitons/tickets_steps.rb      |   88 -
 fixtures/tickets/features/table_diffing.feature    |   13 -
 fixtures/tickets/features/tickets.feature          |   28 -
 gem_tasks/cov.rake                                 |    5 +
 gem_tasks/cucumber.rake                            |    9 +-
 gem_tasks/rspec.rake                               |    2 -
 gem_tasks/yard.rake                                |   40 -
 .../yard/default/layout/html/bubble_32x32.png      |  Bin 1589 -> 0 bytes
 gem_tasks/yard/default/layout/html/footer.erb      |    5 -
 gem_tasks/yard/default/layout/html/index.erb       |    1 -
 gem_tasks/yard/default/layout/html/layout.erb      |   25 -
 gem_tasks/yard/default/layout/html/logo.erb        |    1 -
 gem_tasks/yard/default/layout/html/setup.rb        |    4 -
 legacy_features/README.md                          |   14 -
 legacy_features/announce.feature                   |  152 --
 legacy_features/bug_371.feature                    |   32 -
 legacy_features/bug_464.feature                    |   16 -
 legacy_features/bug_475.feature                    |   42 -
 legacy_features/bug_585_tab_indentation.feature    |   22 -
 legacy_features/bug_600.feature                    |   73 -
 legacy_features/cucumber_cli.feature               |  584 ------
 legacy_features/cucumber_cli_outlines.feature      |  117 --
 legacy_features/default_snippets.feature           |   43 -
 legacy_features/diffing.feature                    |   25 -
 legacy_features/drb_server_integration.feature     |  174 --
 legacy_features/exclude_files.feature              |   20 -
 legacy_features/expand.feature                     |   60 -
 legacy_features/junit_formatter.feature            |  214 --
 legacy_features/language_from_header.feature       |   30 -
 .../listener_debugger_formatter.feature            |   42 -
 legacy_features/multiline_names.feature            |   44 -
 .../report_called_undefined_steps.feature          |   35 -
 legacy_features/rerun_formatter.feature            |   52 -
 legacy_features/simplest.feature                   |   11 -
 legacy_features/snippet.feature                    |   23 -
 .../snippets_when_using_star_keyword.feature       |   38 -
 legacy_features/step_definitions/cucumber_steps.rb |  179 --
 legacy_features/step_definitions/extra_steps.rb    |    2 -
 legacy_features/step_definitions/simplest_steps.rb |    3 -
 legacy_features/step_definitions/wire_steps.rb     |   34 -
 legacy_features/support/env.rb                     |  161 --
 legacy_features/support/env.rb.simplest            |    7 -
 legacy_features/table_mapping.feature              |   34 -
 legacy_features/transform.feature                  |  245 ---
 legacy_features/unicode_table.feature              |   35 -
 legacy_features/wire_protocol.feature              |  332 ----
 lib/README.rdoc                                    |   12 -
 lib/cucumber.rb                                    |   14 +-
 lib/cucumber/ast.rb                                |   33 +-
 lib/cucumber/ast/background.rb                     |  116 --
 lib/cucumber/ast/comment.rb                        |   31 -
 lib/cucumber/ast/doc_string.rb                     |   61 -
 lib/cucumber/ast/empty_background.rb               |   33 -
 lib/cucumber/ast/examples.rb                       |   49 -
 lib/cucumber/ast/feature.rb                        |   99 -
 lib/cucumber/ast/features.rb                       |   38 -
 lib/cucumber/ast/has_steps.rb                      |   74 -
 lib/cucumber/ast/location.rb                       |   41 -
 lib/cucumber/ast/multiline_argument.rb             |   30 -
 lib/cucumber/ast/names.rb                          |   13 -
 lib/cucumber/ast/outline_table.rb                  |  194 --
 lib/cucumber/ast/scenario.rb                       |  103 -
 lib/cucumber/ast/scenario_outline.rb               |  146 --
 lib/cucumber/ast/step.rb                           |  122 --
 lib/cucumber/ast/step_collection.rb                |   92 -
 lib/cucumber/ast/step_invocation.rb                |  196 --
 lib/cucumber/ast/tags.rb                           |   28 -
 lib/cucumber/ast/tree_walker.rb                    |  191 --
 lib/cucumber/ast/visitor.rb                        |   11 -
 lib/cucumber/broadcaster.rb                        |   13 -
 lib/cucumber/cli/configuration.rb                  |   70 +-
 lib/cucumber/cli/drb_client.rb                     |   43 -
 lib/cucumber/cli/main.rb                           |   41 +-
 lib/cucumber/cli/options.rb                        |   82 +-
 lib/cucumber/cli/profile_loader.rb                 |    2 +-
 lib/cucumber/configuration.rb                      |    4 +
 lib/cucumber/constantize.rb                        |   13 +-
 lib/cucumber/core_ext/instance_exec.rb             |   45 +-
 lib/cucumber/core_ext/proc.rb                      |    2 +-
 lib/cucumber/encoding.rb                           |    5 +
 lib/cucumber/errors.rb                             |   31 +-
 lib/cucumber/feature_file.rb                       |  101 -
 lib/cucumber/file_specs.rb                         |   37 +
 lib/cucumber/filters.rb                            |    9 +
 lib/cucumber/filters/activate_steps.rb             |   33 +
 lib/cucumber/filters/apply_after_hooks.rb          |    9 +
 lib/cucumber/filters/apply_after_step_hooks.rb     |   12 +
 lib/cucumber/filters/apply_around_hooks.rb         |   12 +
 lib/cucumber/filters/apply_before_hooks.rb         |    9 +
 lib/cucumber/filters/gated_receiver.rb             |   25 +
 lib/cucumber/filters/prepare_world.rb              |   45 +
 lib/cucumber/filters/quit.rb                       |   28 +
 lib/cucumber/filters/randomizer.rb                 |   40 +
 lib/cucumber/filters/tag_limits.rb                 |   45 +
 lib/cucumber/filters/tag_limits/test_case_index.rb |   31 +
 lib/cucumber/filters/tag_limits/verifier.rb        |   59 +
 lib/cucumber/formatter/ansicolor.rb                |    8 -
 lib/cucumber/formatter/console.rb                  |  102 +-
 lib/cucumber/formatter/debug.rb                    |   18 +-
 lib/cucumber/formatter/fanout.rb                   |   27 +
 .../formatter/gherkin_formatter_adapter.rb         |   40 +-
 lib/cucumber/formatter/html.rb                     |   75 +-
 lib/cucumber/formatter/ignore_missing_messages.rb  |   20 +
 lib/cucumber/formatter/junit.rb                    |  110 +-
 lib/cucumber/formatter/legacy_api/adapter.rb       | 1060 ++++++++++
 lib/cucumber/formatter/legacy_api/ast.rb           |  376 ++++
 lib/cucumber/formatter/legacy_api/results.rb       |   51 +
 .../formatter/legacy_api/runtime_facade.rb         |   30 +
 lib/cucumber/formatter/ordered_xml_markup.rb       |   24 -
 lib/cucumber/formatter/pretty.rb                   |   24 +-
 lib/cucumber/formatter/progress.rb                 |   10 +
 lib/cucumber/formatter/rerun.rb                    |   99 +-
 lib/cucumber/formatter/unicode.rb                  |   29 +-
 lib/cucumber/formatter/usage.rb                    |    8 +-
 lib/cucumber/hooks.rb                              |   97 +
 lib/cucumber/js_support/js_dsl.js                  |   57 -
 lib/cucumber/js_support/js_language.rb             |  185 --
 lib/cucumber/js_support/js_snippets.rb             |   27 -
 lib/cucumber/language_support/language_methods.rb  |   54 -
 lib/cucumber/multiline_argument.rb                 |   74 +
 .../table.rb => multiline_argument/data_table.rb}  |  161 +-
 lib/cucumber/multiline_argument/doc_string.rb      |   10 +
 lib/cucumber/parser.rb                             |    2 -
 lib/cucumber/parser/gherkin_builder.rb             |  284 ---
 lib/cucumber/platform.rb                           |   42 +-
 lib/cucumber/project_initializer.rb                |   43 +
 lib/cucumber/py_support/py_dsl.py                  |   10 -
 lib/cucumber/py_support/py_language.py             |   10 -
 lib/cucumber/py_support/py_language.rb             |   80 -
 lib/cucumber/rake/task.rb                          |   57 +-
 lib/cucumber/rb_support/rb_hook.rb                 |    4 +-
 lib/cucumber/rb_support/rb_language.rb             |    7 +-
 lib/cucumber/rb_support/rb_step_definition.rb      |   13 +-
 lib/cucumber/rb_support/rb_transform.rb            |    4 +-
 lib/cucumber/rb_support/rb_world.rb                |   33 +-
 lib/cucumber/rb_support/snippet.rb                 |   81 +-
 lib/cucumber/rspec/doubles.rb                      |    2 +-
 lib/cucumber/running_test_case.rb                  |  115 ++
 lib/cucumber/runtime.rb                            |  251 ++-
 lib/cucumber/runtime/after_hooks.rb                |   24 +
 lib/cucumber/runtime/before_hooks.rb               |   23 +
 lib/cucumber/runtime/features_loader.rb            |   62 -
 lib/cucumber/runtime/for_programming_languages.rb  |   24 +-
 lib/cucumber/runtime/results.rb                    |   64 -
 lib/cucumber/runtime/step_hooks.rb                 |   22 +
 lib/cucumber/runtime/support_code.rb               |   99 +-
 lib/cucumber/runtime/user_interface.rb             |    4 +
 lib/cucumber/step_match.rb                         |   30 +-
 lib/cucumber/step_mother.rb                        |   10 -
 lib/cucumber/term/ansicolor.rb                     |   10 +-
 lib/cucumber/wire_support/wire_language.rb         |   32 +-
 lib/cucumber/wire_support/wire_packet.rb           |    2 +-
 .../wire_support/wire_protocol/requests.rb         |   18 +-
 lib/cucumber/wire_support/wire_step_definition.rb  |    9 +-
 metadata.yml                                       |  821 ++++----
 spec/cucumber/ast/background_spec.rb               |  122 --
 spec/cucumber/ast/doc_string_spec.rb               |   40 -
 spec/cucumber/ast/feature_factory.rb               |   72 -
 spec/cucumber/ast/feature_spec.rb                  |   63 -
 spec/cucumber/ast/features_spec.rb                 |   51 -
 spec/cucumber/ast/outline_table_spec.rb            |   21 -
 spec/cucumber/ast/scenario_outline_spec.rb         |   74 -
 spec/cucumber/ast/step_spec.rb                     |   68 -
 spec/cucumber/ast/tree_walker_spec.rb              |   19 -
 spec/cucumber/broadcaster_spec.rb                  |   15 -
 spec/cucumber/cli/configuration_spec.rb            |  299 +--
 spec/cucumber/cli/drb_client_spec.rb               |   76 -
 spec/cucumber/cli/main_spec.rb                     |  135 +-
 spec/cucumber/cli/options_spec.rb                  |  510 +++--
 spec/cucumber/cli/profile_loader_spec.rb           |   25 +-
 spec/cucumber/configuration_spec.rb                |    6 +-
 spec/cucumber/constantize_spec.rb                  |    3 +-
 spec/cucumber/core_ext/instance_exec_spec.rb       |    4 +
 spec/cucumber/core_ext/proc_spec.rb                |   75 +-
 spec/cucumber/file_specs_spec.rb                   |   60 +
 spec/cucumber/filters/activate_steps_spec.rb       |   57 +
 spec/cucumber/filters/gated_receiver_spec.rb       |   47 +
 .../filters/tag_limits/test_case_index_spec.rb     |   38 +
 spec/cucumber/filters/tag_limits/verifier_spec.rb  |   57 +
 spec/cucumber/filters/tag_limits_spec.rb           |   59 +
 spec/cucumber/formatter/ansicolor_spec.rb          |   21 +-
 spec/cucumber/formatter/debug_spec.rb              |   64 +
 spec/cucumber/formatter/duration_spec.rb           |   12 +-
 spec/cucumber/formatter/html_spec.rb               |  245 ++-
 spec/cucumber/formatter/interceptor_spec.rb        |   69 +-
 spec/cucumber/formatter/junit_spec.rb              |  364 ++--
 spec/cucumber/formatter/legacy_api/adapter_spec.rb | 2090 ++++++++++++++++++++
 spec/cucumber/formatter/pretty_spec.rb             |  530 ++++-
 spec/cucumber/formatter/progress_spec.rb           |    4 +-
 spec/cucumber/formatter/rerun_spec.rb              |  107 +
 spec/cucumber/formatter/spec_helper.rb             |   49 +-
 spec/cucumber/hooks_spec.rb                        |   30 +
 .../data_table_spec.rb}                            |  336 ++--
 spec/cucumber/project_initializer_spec.rb          |   87 +
 spec/cucumber/rake/forked_spec.rb                  |   35 +-
 spec/cucumber/rake/rcov_spec.rb                    |   71 -
 spec/cucumber/rb_support/rb_language_spec.rb       |  147 +-
 .../cucumber/rb_support/rb_step_definition_spec.rb |  134 +-
 spec/cucumber/rb_support/rb_transform_spec.rb      |   27 +-
 .../rb_support/regexp_argument_matcher_spec.rb     |   10 +-
 spec/cucumber/rb_support/snippet_spec.rb           |   85 +-
 spec/cucumber/running_test_case_spec.rb            |   83 +
 .../runtime/for_programming_languages_spec.rb      |   31 +-
 spec/cucumber/runtime/results_spec.rb              |   81 -
 spec/cucumber/runtime/support_code_spec.rb         |   58 +-
 spec/cucumber/runtime_spec.rb                      |   69 +-
 spec/cucumber/step_match_spec.rb                   |   50 +-
 spec/cucumber/wire_support/configuration_spec.rb   |   13 +-
 spec/cucumber/wire_support/connection_spec.rb      |   20 +-
 spec/cucumber/wire_support/wire_exception_spec.rb  |   22 +-
 spec/cucumber/wire_support/wire_language_spec.rb   |   17 +-
 spec/cucumber/wire_support/wire_packet_spec.rb     |   30 +-
 .../wire_support/wire_step_definition_spec.rb      |   20 -
 spec/cucumber/world/pending_spec.rb                |   72 +-
 spec/simplecov_setup.rb                            |   18 +
 spec/spec_helper.rb                                |   19 +-
 470 files changed, 12903 insertions(+), 13544 deletions(-)
 create mode 100644 .coveralls.yml
 delete mode 100644 .gitattributes
 delete mode 100644 .ruby-version
 rename debian/missing-sources/{jquery-min.js => jquery.js} (100%)
 delete mode 100644 debian/patches/0001-Remove-rubygems-bundler-stuff-from-spec_helper.patch
 rename examples/i18n/ar/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/bg/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/ca/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/cs/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/da/features/{step_definitons => step_definitions}/lommeregner_steps.rb (100%)
 rename examples/i18n/de/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 copy examples/i18n/{ar => el}/Rakefile (100%)
 create mode 100644 examples/i18n/el/features/addition.feature
 create mode 100644 examples/i18n/el/features/division.feature
 copy examples/i18n/{eo/features/step_definitons => el/features/step_definitions}/calculator_steps.rb (59%)
 copy examples/i18n/{cs => el}/lib/calculator.rb (100%)
 copy examples/i18n/en/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/eo/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/es/features/{step_definitons => step_definitions}/calculador_steps.rb (100%)
 rename examples/i18n/fi/features/{step_definitons => step_definitions}/laskin_steps.rb (100%)
 rename examples/i18n/he/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/hi/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 copy examples/i18n/{ar => ht}/Rakefile (100%)
 create mode 100644 examples/i18n/ht/features/adisyon.feature
 create mode 100644 examples/i18n/ht/features/divizyon.feature
 rename examples/i18n/{en/features/step_definitons/calculator_steps.rb => ht/features/step_definitions/kalkilatris_steps.rb} (52%)
 copy examples/i18n/{de/lib/calculator.rb => ht/lib/kalkilatris.rb} (74%)
 rename examples/i18n/hu/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/id/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/it/features/{step_definitons => step_definitions}/calcolatrice_steps.rb (100%)
 rename examples/i18n/ja/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/ko/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/lt/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/lv/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/no/features/{step_definitons => step_definitions}/kalkulator_steps.rb (100%)
 rename examples/i18n/pl/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/ro/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/ru/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/sk/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/sr-Cyrl/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/sr-Latn/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/sv/features/{step_definitons => step_definitions}/kalkulator_steps.rb (100%)
 rename examples/i18n/tr/features/{step_definitons => step_definitions}/hesap_makinesi_adimlari.rb (100%)
 rename examples/i18n/uk/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/uz/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 rename examples/i18n/zh-CN/features/{step_definitons => step_definitions}/calculator_steps.rb (69%)
 rename examples/i18n/zh-TW/features/{step_definitons => step_definitions}/calculator_steps.rb (100%)
 delete mode 100644 examples/python/README.textile
 delete mode 100644 examples/python/Rakefile
 delete mode 100644 examples/python/features/fibonacci.feature
 delete mode 100644 examples/python/features/step_definitions/fib_steps.py
 delete mode 100644 examples/python/lib/fib.py
 delete mode 100644 examples/ramaze/README.textile
 delete mode 100644 examples/ramaze/Rakefile
 delete mode 100644 examples/ramaze/app.rb
 delete mode 100644 examples/ramaze/features/add.feature
 delete mode 100644 examples/ramaze/features/step_definitions/add_steps.rb
 delete mode 100644 examples/ramaze/features/support/env.rb
 delete mode 100644 examples/ramaze/layout/default.html.erb
 delete mode 100644 examples/ramaze/view/index.html.erb
 delete mode 100644 examples/ruby2python/README.textile
 delete mode 100644 examples/ruby2python/Rakefile
 delete mode 100644 examples/ruby2python/features/fibonacci.feature
 delete mode 100644 examples/ruby2python/features/step_definitions/fib_steps.rb
 delete mode 100644 examples/ruby2python/features/support/env.rb
 delete mode 100644 examples/ruby2python/lib/fib.py
 delete mode 100644 examples/v8/Rakefile
 delete mode 100644 examples/v8/features/fibonacci.feature
 delete mode 100644 examples/v8/features/step_definitions/fib_steps.js
 delete mode 100644 examples/v8/features/support/env.js
 delete mode 100644 examples/v8/lib/fibonacci.js
 delete mode 100644 features/.cucumber/stepdefs.json
 delete mode 100644 features/assertions.feature
 delete mode 100644 features/autoformat_profile_output.feature
 delete mode 100644 features/before_hook.feature
 delete mode 100644 features/bootstrap.feature
 delete mode 100644 features/custom_formatter.feature
 rename {legacy_features => features/docs}/api/list_step_defs_as_json.feature (66%)
 rename {legacy_features => features/docs}/api/run_cli_main_with_existing_runtime.feature (75%)
 rename features/{ => docs/cli}/backtraces.feature (92%)
 create mode 100644 features/docs/cli/dry_run.feature
 create mode 100644 features/docs/cli/exclude_files.feature
 create mode 100644 features/docs/cli/execute_with_tag_filter.feature
 create mode 100644 features/docs/cli/randomize.feature
 create mode 100644 features/docs/cli/require.feature
 create mode 100644 features/docs/cli/run_scenarios_matching_name.feature
 create mode 100644 features/docs/cli/run_specific_scenarios.feature
 create mode 100644 features/docs/cli/showing_differences.feature
 create mode 100644 features/docs/cli/specifying_multiple_formatters.feature
 create mode 100644 features/docs/cli/strict_mode.feature
 rename features/{ => docs/defining_steps}/nested_steps.feature (55%)
 rename features/{ => docs/defining_steps}/nested_steps_i18n.feature (97%)
 rename features/{ => docs/defining_steps}/nested_steps_with_second_arg.feature (100%)
 rename features/{step_definitions.feature => docs/defining_steps/one_line_step_definitions.feature} (93%)
 create mode 100644 features/docs/defining_steps/printing_messages.feature
 create mode 100644 features/docs/defining_steps/skip_scenario.feature
 create mode 100644 features/docs/defining_steps/snippets.feature
 rename {legacy_features => features/docs/defining_steps}/table_diffing.feature (52%)
 rename features/{ => docs/defining_steps}/transforms.feature (96%)
 rename legacy_features/exception_in_after_block.feature => features/docs/exception_in_after_hook.feature (70%)
 rename legacy_features/exception_in_after_step_block.feature => features/docs/exception_in_after_step_hook.feature (69%)
 create mode 100644 features/docs/exception_in_around_hook.feature
 rename legacy_features/exception_in_before_block.feature => features/docs/exception_in_before_hook.feature (72%)
 create mode 100644 features/docs/extending_cucumber/custom_filter.feature
 create mode 100644 features/docs/extending_cucumber/custom_formatter.feature
 create mode 100644 features/docs/formatters/debug_formatter.feature
 rename features/{ => docs/formatters}/formatter_step_file_colon_line.feature (90%)
 rename features/{ => docs/formatters}/html_formatter.feature (84%)
 rename features/{ => docs/formatters}/json_formatter.feature (75%)
 create mode 100644 features/docs/formatters/junit_formatter.feature
 create mode 100644 features/docs/formatters/pretty_formatter.feature
 rename features/{ => docs/formatters}/progress_formatter.feature (95%)
 create mode 100644 features/docs/formatters/rerun_formatter.feature
 create mode 100644 features/docs/formatters/usage_formatter.feature
 create mode 100644 features/docs/getting_started.feature
 rename features/{ => docs/gherkin}/background.feature (67%)
 rename features/{ => docs/gherkin}/doc_strings.feature (99%)
 create mode 100644 features/docs/gherkin/expand_option_for_outlines.feature
 create mode 100644 features/docs/gherkin/language_from_header.feature
 create mode 100644 features/docs/gherkin/outlines.feature
 create mode 100644 features/docs/gherkin/unicode_table.feature
 create mode 100644 features/docs/gherkin/using_descriptions.feature
 create mode 100644 features/docs/gherkin/using_star_notation.feature
 rename features/{ => docs}/iso-8859-1.feature (100%)
 rename {legacy_features => features/docs}/post_configuration_hook.feature (54%)
 rename {legacy_features => features/docs}/profiles.feature (68%)
 rename {legacy_features => features/docs}/rake_task.feature (66%)
 rename features/{ => docs}/raketask.feature (74%)
 rename legacy_features/wire_protocol_erb.feature => features/docs/wire_protocol/erb_configuration.feature (79%)
 create mode 100644 features/docs/wire_protocol/handle_unexpected_response.feature
 create mode 100644 features/docs/wire_protocol/invoke_message.feature
 create mode 100644 features/docs/wire_protocol/readme.md
 create mode 100644 features/docs/wire_protocol/snippets_message.feature
 create mode 100644 features/docs/wire_protocol/step_matches_message.feature
 rename legacy_features/wire_protocol_table_diffing.feature => features/docs/wire_protocol/table_diffing.feature (90%)
 rename legacy_features/wire_protocol_tags.feature => features/docs/wire_protocol/tags.feature (91%)
 rename legacy_features/wire_protocol_timeouts.feature => features/docs/wire_protocol/timeouts.feature (90%)
 rename {legacy_features => features/docs}/work_in_progress.feature (56%)
 create mode 100644 features/docs/writing_support_code/after_hooks.feature
 rename {legacy_features => features/docs/writing_support_code}/around_hooks.feature (71%)
 create mode 100644 features/docs/writing_support_code/before_hook.feature
 create mode 100644 features/docs/writing_support_code/hook_order.feature
 rename features/{ => docs/writing_support_code}/load_path.feature (70%)
 create mode 100644 features/docs/writing_support_code/state.feature
 create mode 100644 features/docs/writing_support_code/tagged_hooks.feature
 delete mode 100644 features/drb_server_integration.feature
 delete mode 100644 features/execute_with_tag_filter.feature
 delete mode 100644 features/formatter_callbacks.feature
 create mode 100644 features/lib/step_definitions/aruba_steps.rb
 create mode 100644 features/lib/step_definitions/cucumber_steps.rb
 rename features/{ => lib}/step_definitions/iso-8859-1_steps.rb (54%)
 create mode 100644 features/lib/step_definitions/json_steps.rb
 create mode 100644 features/lib/step_definitions/junit_steps.rb
 create mode 100644 features/lib/step_definitions/profile_steps.rb
 create mode 100644 features/lib/step_definitions/ruby_steps.rb
 create mode 100644 features/lib/step_definitions/wire_steps.rb
 create mode 100644 features/lib/support/env.rb
 rename {legacy_features => features/lib}/support/fake_wire_server.rb (78%)
 rename features/{ => lib}/support/feature_factory.rb (94%)
 create mode 100644 features/lib/support/normalise_output.rb
 delete mode 100644 features/parsing.feature
 delete mode 100644 features/pretty_formatter.feature
 delete mode 100644 features/rerun_formatter.feature
 delete mode 100644 features/run_specific_scenarios.feature
 delete mode 100644 features/stats_formatters.feature
 delete mode 100644 features/step_definitions/cucumber-features/cucumber_ruby_mappings.rb
 delete mode 100644 features/step_definitions/cucumber_steps.rb
 delete mode 100644 features/step_definitions/drb_steps.rb
 delete mode 100644 features/support/env.rb
 delete mode 100644 features/tagged_hooks.feature
 delete mode 100644 fixtures/json/features/background.feature
 delete mode 100644 fixtures/json/features/embed.feature
 delete mode 100644 fixtures/json/features/one_passing_one_failing.feature
 delete mode 100644 fixtures/json/features/step_definitions/steps.rb
 delete mode 100644 fixtures/json/features/tables.feature
 delete mode 100644 fixtures/junit/features/one_passing_one_failing.feature
 delete mode 100644 fixtures/junit/features/pending.feature
 delete mode 100644 fixtures/junit/features/scenario_outline.feature
 delete mode 100644 fixtures/junit/features/some_subdirectory/one_passing_one_failing.feature
 delete mode 100644 fixtures/junit/features/step_definitions/steps.rb
 delete mode 100644 fixtures/self_test/README.textile
 delete mode 100644 fixtures/self_test/Rakefile
 delete mode 100644 fixtures/self_test/features/call_undefined_step_from_step_def.feature
 delete mode 100644 fixtures/self_test/features/failing_expectation.feature
 delete mode 100644 fixtures/self_test/features/lots_of_undefined.feature
 delete mode 100644 fixtures/self_test/features/multiline_name.feature
 delete mode 100644 fixtures/self_test/features/outline_sample.feature
 delete mode 100644 fixtures/self_test/features/sample.feature
 delete mode 100644 fixtures/self_test/features/search_sample.feature
 delete mode 100644 fixtures/self_test/features/step_definitions/sample_steps.rb
 delete mode 100644 fixtures/self_test/features/support/bubble_256x256.png
 delete mode 100644 fixtures/self_test/features/support/env.rb
 delete mode 100644 fixtures/self_test/features/tags_sample.feature
 delete mode 100644 fixtures/self_test/features/tons_of_cukes.feature
 delete mode 100644 fixtures/self_test/features/undefined_multiline_args.feature
 delete mode 100644 fixtures/self_test/list-of-features.txt
 delete mode 100644 fixtures/steps_library/features/step_definitions/steps_lib1.rb
 delete mode 100644 fixtures/steps_library/features/step_definitions/steps_lib2.rb
 delete mode 100644 fixtures/tickets/Rakefile
 delete mode 100644 fixtures/tickets/features.html
 delete mode 100644 fixtures/tickets/features/172.feature
 delete mode 100644 fixtures/tickets/features/177/1.feature
 delete mode 100644 fixtures/tickets/features/177/2.feature
 delete mode 100644 fixtures/tickets/features/177/3.feature
 delete mode 100644 fixtures/tickets/features/180.feature
 delete mode 100644 fixtures/tickets/features/229/tagged_hooks.feature
 delete mode 100644 fixtures/tickets/features/229/tagged_hooks.rb
 delete mode 100644 fixtures/tickets/features/236.feature
 delete mode 100644 fixtures/tickets/features/241.feature
 delete mode 100644 fixtures/tickets/features/246.feature
 delete mode 100644 fixtures/tickets/features/248.feature
 delete mode 100644 fixtures/tickets/features/270/back.feature
 delete mode 100644 fixtures/tickets/features/270/back.steps.rb
 delete mode 100644 fixtures/tickets/features/272/hooks.feature
 delete mode 100644 fixtures/tickets/features/272/hooks_steps.rb
 delete mode 100644 fixtures/tickets/features/279/py_string_indent.feature
 delete mode 100644 fixtures/tickets/features/279/py_string_indent.steps.rb
 delete mode 100644 fixtures/tickets/features/279/wrong.feature_
 delete mode 100644 fixtures/tickets/features/301/filter_background_tagged_hooks.feature
 delete mode 100644 fixtures/tickets/features/301/filter_background_tagged_hooks_steps.rb
 delete mode 100644 fixtures/tickets/features/306/only_background.feature
 delete mode 100644 fixtures/tickets/features/around_timeout.feature
 delete mode 100644 fixtures/tickets/features/gherkin_67.feature
 delete mode 100644 fixtures/tickets/features/gherkin_68.feature
 delete mode 100644 fixtures/tickets/features/half_manual.feature
 delete mode 100644 fixtures/tickets/features/lib/eatting_machine.rb
 delete mode 100644 fixtures/tickets/features/lib/pantry.rb
 delete mode 100644 fixtures/tickets/features/scenario_outline.feature
 delete mode 100644 fixtures/tickets/features/step_definitons/246_steps.rb
 delete mode 100644 fixtures/tickets/features/step_definitons/248_steps.rb
 delete mode 100644 fixtures/tickets/features/step_definitons/around_timeout_steps.rb
 delete mode 100644 fixtures/tickets/features/step_definitons/half_manual_steps.rb
 delete mode 100644 fixtures/tickets/features/step_definitons/scenario_outline_steps.rb
 delete mode 100644 fixtures/tickets/features/step_definitons/tickets_steps.rb
 delete mode 100644 fixtures/tickets/features/table_diffing.feature
 delete mode 100644 fixtures/tickets/features/tickets.feature
 create mode 100644 gem_tasks/cov.rake
 delete mode 100644 gem_tasks/yard.rake
 delete mode 100644 gem_tasks/yard/default/layout/html/bubble_32x32.png
 delete mode 100644 gem_tasks/yard/default/layout/html/footer.erb
 delete mode 100644 gem_tasks/yard/default/layout/html/index.erb
 delete mode 100644 gem_tasks/yard/default/layout/html/layout.erb
 delete mode 100644 gem_tasks/yard/default/layout/html/logo.erb
 delete mode 100644 gem_tasks/yard/default/layout/html/setup.rb
 delete mode 100644 legacy_features/README.md
 delete mode 100644 legacy_features/announce.feature
 delete mode 100644 legacy_features/bug_371.feature
 delete mode 100644 legacy_features/bug_464.feature
 delete mode 100644 legacy_features/bug_475.feature
 delete mode 100644 legacy_features/bug_585_tab_indentation.feature
 delete mode 100644 legacy_features/bug_600.feature
 delete mode 100644 legacy_features/cucumber_cli.feature
 delete mode 100644 legacy_features/cucumber_cli_outlines.feature
 delete mode 100644 legacy_features/default_snippets.feature
 delete mode 100644 legacy_features/diffing.feature
 delete mode 100644 legacy_features/drb_server_integration.feature
 delete mode 100644 legacy_features/exclude_files.feature
 delete mode 100644 legacy_features/expand.feature
 delete mode 100644 legacy_features/junit_formatter.feature
 delete mode 100644 legacy_features/language_from_header.feature
 delete mode 100644 legacy_features/listener_debugger_formatter.feature
 delete mode 100644 legacy_features/multiline_names.feature
 delete mode 100644 legacy_features/report_called_undefined_steps.feature
 delete mode 100644 legacy_features/rerun_formatter.feature
 delete mode 100644 legacy_features/simplest.feature
 delete mode 100644 legacy_features/snippet.feature
 delete mode 100644 legacy_features/snippets_when_using_star_keyword.feature
 delete mode 100644 legacy_features/step_definitions/cucumber_steps.rb
 delete mode 100644 legacy_features/step_definitions/extra_steps.rb
 delete mode 100644 legacy_features/step_definitions/simplest_steps.rb
 delete mode 100644 legacy_features/step_definitions/wire_steps.rb
 delete mode 100644 legacy_features/support/env.rb
 delete mode 100644 legacy_features/support/env.rb.simplest
 delete mode 100644 legacy_features/table_mapping.feature
 delete mode 100644 legacy_features/transform.feature
 delete mode 100644 legacy_features/unicode_table.feature
 delete mode 100644 legacy_features/wire_protocol.feature
 delete mode 100644 lib/README.rdoc
 delete mode 100644 lib/cucumber/ast/background.rb
 delete mode 100644 lib/cucumber/ast/comment.rb
 delete mode 100644 lib/cucumber/ast/doc_string.rb
 delete mode 100644 lib/cucumber/ast/empty_background.rb
 delete mode 100644 lib/cucumber/ast/examples.rb
 delete mode 100644 lib/cucumber/ast/feature.rb
 delete mode 100644 lib/cucumber/ast/features.rb
 delete mode 100644 lib/cucumber/ast/has_steps.rb
 delete mode 100644 lib/cucumber/ast/location.rb
 delete mode 100644 lib/cucumber/ast/multiline_argument.rb
 delete mode 100644 lib/cucumber/ast/names.rb
 delete mode 100644 lib/cucumber/ast/outline_table.rb
 delete mode 100644 lib/cucumber/ast/scenario.rb
 delete mode 100644 lib/cucumber/ast/scenario_outline.rb
 delete mode 100644 lib/cucumber/ast/step.rb
 delete mode 100644 lib/cucumber/ast/step_collection.rb
 delete mode 100644 lib/cucumber/ast/step_invocation.rb
 delete mode 100644 lib/cucumber/ast/tags.rb
 delete mode 100644 lib/cucumber/ast/tree_walker.rb
 delete mode 100644 lib/cucumber/ast/visitor.rb
 delete mode 100644 lib/cucumber/broadcaster.rb
 delete mode 100644 lib/cucumber/cli/drb_client.rb
 create mode 100644 lib/cucumber/encoding.rb
 delete mode 100644 lib/cucumber/feature_file.rb
 create mode 100644 lib/cucumber/file_specs.rb
 create mode 100644 lib/cucumber/filters.rb
 create mode 100644 lib/cucumber/filters/activate_steps.rb
 create mode 100644 lib/cucumber/filters/apply_after_hooks.rb
 create mode 100644 lib/cucumber/filters/apply_after_step_hooks.rb
 create mode 100644 lib/cucumber/filters/apply_around_hooks.rb
 create mode 100644 lib/cucumber/filters/apply_before_hooks.rb
 create mode 100644 lib/cucumber/filters/gated_receiver.rb
 create mode 100644 lib/cucumber/filters/prepare_world.rb
 create mode 100644 lib/cucumber/filters/quit.rb
 create mode 100644 lib/cucumber/filters/randomizer.rb
 create mode 100644 lib/cucumber/filters/tag_limits.rb
 create mode 100644 lib/cucumber/filters/tag_limits/test_case_index.rb
 create mode 100644 lib/cucumber/filters/tag_limits/verifier.rb
 create mode 100644 lib/cucumber/formatter/fanout.rb
 create mode 100644 lib/cucumber/formatter/ignore_missing_messages.rb
 create mode 100644 lib/cucumber/formatter/legacy_api/adapter.rb
 create mode 100644 lib/cucumber/formatter/legacy_api/ast.rb
 create mode 100644 lib/cucumber/formatter/legacy_api/results.rb
 create mode 100644 lib/cucumber/formatter/legacy_api/runtime_facade.rb
 delete mode 100644 lib/cucumber/formatter/ordered_xml_markup.rb
 create mode 100644 lib/cucumber/hooks.rb
 delete mode 100644 lib/cucumber/js_support/js_dsl.js
 delete mode 100644 lib/cucumber/js_support/js_language.rb
 delete mode 100644 lib/cucumber/js_support/js_snippets.rb
 create mode 100644 lib/cucumber/multiline_argument.rb
 rename lib/cucumber/{ast/table.rb => multiline_argument/data_table.rb} (87%)
 create mode 100644 lib/cucumber/multiline_argument/doc_string.rb
 delete mode 100644 lib/cucumber/parser.rb
 delete mode 100644 lib/cucumber/parser/gherkin_builder.rb
 create mode 100644 lib/cucumber/project_initializer.rb
 delete mode 100644 lib/cucumber/py_support/py_dsl.py
 delete mode 100644 lib/cucumber/py_support/py_language.py
 delete mode 100644 lib/cucumber/py_support/py_language.rb
 create mode 100644 lib/cucumber/running_test_case.rb
 create mode 100644 lib/cucumber/runtime/after_hooks.rb
 create mode 100644 lib/cucumber/runtime/before_hooks.rb
 delete mode 100644 lib/cucumber/runtime/features_loader.rb
 delete mode 100644 lib/cucumber/runtime/results.rb
 create mode 100644 lib/cucumber/runtime/step_hooks.rb
 delete mode 100644 lib/cucumber/step_mother.rb
 delete mode 100644 spec/cucumber/ast/background_spec.rb
 delete mode 100644 spec/cucumber/ast/doc_string_spec.rb
 delete mode 100644 spec/cucumber/ast/feature_factory.rb
 delete mode 100644 spec/cucumber/ast/feature_spec.rb
 delete mode 100644 spec/cucumber/ast/features_spec.rb
 delete mode 100644 spec/cucumber/ast/outline_table_spec.rb
 delete mode 100644 spec/cucumber/ast/scenario_outline_spec.rb
 delete mode 100644 spec/cucumber/ast/step_spec.rb
 delete mode 100644 spec/cucumber/ast/tree_walker_spec.rb
 delete mode 100644 spec/cucumber/broadcaster_spec.rb
 delete mode 100644 spec/cucumber/cli/drb_client_spec.rb
 create mode 100644 spec/cucumber/core_ext/instance_exec_spec.rb
 create mode 100644 spec/cucumber/file_specs_spec.rb
 create mode 100644 spec/cucumber/filters/activate_steps_spec.rb
 create mode 100644 spec/cucumber/filters/gated_receiver_spec.rb
 create mode 100644 spec/cucumber/filters/tag_limits/test_case_index_spec.rb
 create mode 100644 spec/cucumber/filters/tag_limits/verifier_spec.rb
 create mode 100644 spec/cucumber/filters/tag_limits_spec.rb
 create mode 100644 spec/cucumber/formatter/debug_spec.rb
 create mode 100644 spec/cucumber/formatter/legacy_api/adapter_spec.rb
 create mode 100644 spec/cucumber/formatter/rerun_spec.rb
 create mode 100644 spec/cucumber/hooks_spec.rb
 rename spec/cucumber/{ast/table_spec.rb => multiline_argument/data_table_spec.rb} (56%)
 create mode 100644 spec/cucumber/project_initializer_spec.rb
 delete mode 100644 spec/cucumber/rake/rcov_spec.rb
 create mode 100644 spec/cucumber/running_test_case_spec.rb
 delete mode 100644 spec/cucumber/runtime/results_spec.rb
 delete mode 100644 spec/cucumber/wire_support/wire_step_definition_spec.rb
 create mode 100644 spec/simplecov_setup.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/cucumber.git



More information about the Pkg-ruby-extras-commits mailing list