--- !ruby/object:Gem::Specification name: cucumber-cucumber-expressions version: !ruby/object:Gem::Version version: 13.0.1 platform: ruby authors: - Aslak Hellesøy autorequire: bindir: bin cert_chain: [] date: 2021-09-15 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '13.0' - - ">=" - !ruby/object:Gem::Version version: 13.0.6 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '13.0' - - ">=" - !ruby/object:Gem::Version version: 13.0.6 - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.10' - - ">=" - !ruby/object:Gem::Version version: 3.10.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.10' - - ">=" - !ruby/object:Gem::Version version: 3.10.0 description: Cucumber Expressions - a simpler alternative to Regular Expressions email: cukes@googlegroups.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/ISSUE_TEMPLATE.md" - ".github/PULL_REQUEST_TEMPLATE.md" - ".rspec" - ".rsync" - ".subrepo" - Gemfile - LICENSE - Makefile - README.md - Rakefile - VERSION - cucumber-cucumber-expressions.gemspec - default.mk - examples.txt - lib/cucumber/cucumber_expressions/argument.rb - lib/cucumber/cucumber_expressions/ast.rb - lib/cucumber/cucumber_expressions/combinatorial_generated_expression_factory.rb - lib/cucumber/cucumber_expressions/cucumber_expression.rb - lib/cucumber/cucumber_expressions/cucumber_expression_generator.rb - lib/cucumber/cucumber_expressions/cucumber_expression_parser.rb - lib/cucumber/cucumber_expressions/cucumber_expression_tokenizer.rb - lib/cucumber/cucumber_expressions/errors.rb - lib/cucumber/cucumber_expressions/expression_factory.rb - lib/cucumber/cucumber_expressions/generated_expression.rb - lib/cucumber/cucumber_expressions/group.rb - lib/cucumber/cucumber_expressions/group_builder.rb - lib/cucumber/cucumber_expressions/parameter_type.rb - lib/cucumber/cucumber_expressions/parameter_type_matcher.rb - lib/cucumber/cucumber_expressions/parameter_type_registry.rb - lib/cucumber/cucumber_expressions/regular_expression.rb - lib/cucumber/cucumber_expressions/tree_regexp.rb - scripts/update-gemspec - spec/capture_warnings.rb - spec/cucumber/cucumber_expressions/argument_spec.rb - spec/cucumber/cucumber_expressions/combinatorial_generated_expression_factory_test.rb - spec/cucumber/cucumber_expressions/cucumber_expression_generator_spec.rb - spec/cucumber/cucumber_expressions/cucumber_expression_parser_spec.rb - spec/cucumber/cucumber_expressions/cucumber_expression_spec.rb - spec/cucumber/cucumber_expressions/cucumber_expression_tokenizer_spec.rb - spec/cucumber/cucumber_expressions/custom_parameter_type_spec.rb - spec/cucumber/cucumber_expressions/expression_examples_spec.rb - spec/cucumber/cucumber_expressions/expression_factory_spec.rb - spec/cucumber/cucumber_expressions/parameter_type_registry_spec.rb - spec/cucumber/cucumber_expressions/parameter_type_spec.rb - spec/cucumber/cucumber_expressions/regular_expression_spec.rb - spec/cucumber/cucumber_expressions/tree_regexp_spec.rb - testdata/ast/alternation-followed-by-optional.yaml - testdata/ast/alternation-phrase.yaml - testdata/ast/alternation-with-parameter.yaml - testdata/ast/alternation-with-unused-end-optional.yaml - testdata/ast/alternation-with-unused-start-optional.yaml - testdata/ast/alternation-with-white-space.yaml - testdata/ast/alternation.yaml - testdata/ast/anonymous-parameter.yaml - testdata/ast/closing-brace.yaml - testdata/ast/closing-parenthesis.yaml - testdata/ast/empty-alternation.yaml - testdata/ast/empty-alternations.yaml - testdata/ast/empty-string.yaml - testdata/ast/escaped-alternation.yaml - testdata/ast/escaped-backslash.yaml - testdata/ast/escaped-opening-parenthesis.yaml - testdata/ast/escaped-optional-followed-by-optional.yaml - testdata/ast/escaped-optional-phrase.yaml - testdata/ast/escaped-optional.yaml - testdata/ast/opening-brace.yaml - testdata/ast/opening-parenthesis.yaml - testdata/ast/optional-containing-nested-optional.yaml - testdata/ast/optional-phrase.yaml - testdata/ast/optional.yaml - testdata/ast/parameter.yaml - testdata/ast/phrase.yaml - testdata/ast/unfinished-parameter.yaml - testdata/expression/allows-escaped-optional-parameter-types.yaml - testdata/expression/allows-parameter-type-in-alternation-1.yaml - testdata/expression/allows-parameter-type-in-alternation-2.yaml - testdata/expression/does-allow-parameter-adjacent-to-alternation.yaml - testdata/expression/does-not-allow-alternation-in-optional.yaml - testdata/expression/does-not-allow-alternation-with-empty-alternative-by-adjacent-left-parameter.yaml - testdata/expression/does-not-allow-alternation-with-empty-alternative-by-adjacent-optional.yaml - testdata/expression/does-not-allow-alternation-with-empty-alternative-by-adjacent-right-parameter.yaml - testdata/expression/does-not-allow-alternation-with-empty-alternative.yaml - testdata/expression/does-not-allow-empty-optional.yaml - testdata/expression/does-not-allow-nested-optional.yaml - testdata/expression/does-not-allow-optional-parameter-types.yaml - testdata/expression/does-not-allow-parameter-name-with-reserved-characters.yaml - testdata/expression/does-not-allow-unfinished-parenthesis-1.yaml - testdata/expression/does-not-allow-unfinished-parenthesis-2.yaml - testdata/expression/does-not-allow-unfinished-parenthesis-3.yaml - testdata/expression/does-not-match-misquoted-string.yaml - testdata/expression/doesnt-match-float-as-int.yaml - testdata/expression/matches-alternation.yaml - testdata/expression/matches-anonymous-parameter-type.yaml - testdata/expression/matches-double-quoted-empty-string-as-empty-string-along-with-other-strings.yaml - testdata/expression/matches-double-quoted-empty-string-as-empty-string.yaml - testdata/expression/matches-double-quoted-string-with-escaped-double-quote.yaml - testdata/expression/matches-double-quoted-string-with-single-quotes.yaml - testdata/expression/matches-double-quoted-string.yaml - testdata/expression/matches-doubly-escaped-parenthesis.yaml - testdata/expression/matches-doubly-escaped-slash-1.yaml - testdata/expression/matches-doubly-escaped-slash-2.yaml - testdata/expression/matches-escaped-parenthesis-1.yaml - testdata/expression/matches-escaped-parenthesis-2.yaml - testdata/expression/matches-escaped-parenthesis-3.yaml - testdata/expression/matches-escaped-slash.yaml - testdata/expression/matches-float-1.yaml - testdata/expression/matches-float-2.yaml - testdata/expression/matches-int.yaml - testdata/expression/matches-multiple-double-quoted-strings.yaml - testdata/expression/matches-multiple-single-quoted-strings.yaml - testdata/expression/matches-optional-before-alternation-1.yaml - testdata/expression/matches-optional-before-alternation-2.yaml - testdata/expression/matches-optional-before-alternation-with-regex-characters-1.yaml - testdata/expression/matches-optional-before-alternation-with-regex-characters-2.yaml - testdata/expression/matches-optional-in-alternation-1.yaml - testdata/expression/matches-optional-in-alternation-2.yaml - testdata/expression/matches-optional-in-alternation-3.yaml - testdata/expression/matches-single-quoted-empty-string-as-empty-string-along-with-other-strings.yaml - testdata/expression/matches-single-quoted-empty-string-as-empty-string.yaml - testdata/expression/matches-single-quoted-string-with-double-quotes.yaml - testdata/expression/matches-single-quoted-string-with-escaped-single-quote.yaml - testdata/expression/matches-single-quoted-string.yaml - testdata/expression/matches-word.yaml - testdata/expression/throws-unknown-parameter-type.yaml - testdata/regex/alternation-with-optional.yaml - testdata/regex/alternation.yaml - testdata/regex/empty.yaml - testdata/regex/escape-regex-characters.yaml - testdata/regex/optional.yaml - testdata/regex/parameter.yaml - testdata/regex/text.yaml - testdata/regex/unicode.yaml - testdata/tokens/alternation-phrase.yaml - testdata/tokens/alternation.yaml - testdata/tokens/empty-string.yaml - testdata/tokens/escape-non-reserved-character.yaml - testdata/tokens/escaped-alternation.yaml - testdata/tokens/escaped-char-has-start-index-of-text-token.yaml - testdata/tokens/escaped-end-of-line.yaml - testdata/tokens/escaped-optional.yaml - testdata/tokens/escaped-parameter.yaml - testdata/tokens/escaped-space.yaml - testdata/tokens/optional-phrase.yaml - testdata/tokens/optional.yaml - testdata/tokens/parameter-phrase.yaml - testdata/tokens/parameter.yaml - testdata/tokens/phrase.yaml homepage: https://github.com/cucumber/cucumber-expressions-ruby#readme licenses: - MIT metadata: bug_tracker_uri: https://github.com/cucumber/cucumber/issues changelog_uri: https://github.com/cucumber/common/blob/main/cucumber-expressions/CHANGELOG.md documentation_uri: https://cucumber.io/docs/cucumber/cucumber-expressions/ mailing_list_uri: https://groups.google.com/forum/#!forum/cukes source_code_uri: https://github.com/cucumber/common/blob/main/cucumber-expressions/ruby post_install_message: rdoc_options: - "--charset=UTF-8" require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.3' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.2 signing_key: specification_version: 4 summary: cucumber-expressions-13.0.1 test_files: - spec/capture_warnings.rb - spec/cucumber/cucumber_expressions/argument_spec.rb - spec/cucumber/cucumber_expressions/combinatorial_generated_expression_factory_test.rb - spec/cucumber/cucumber_expressions/cucumber_expression_generator_spec.rb - spec/cucumber/cucumber_expressions/cucumber_expression_parser_spec.rb - spec/cucumber/cucumber_expressions/cucumber_expression_spec.rb - spec/cucumber/cucumber_expressions/cucumber_expression_tokenizer_spec.rb - spec/cucumber/cucumber_expressions/custom_parameter_type_spec.rb - spec/cucumber/cucumber_expressions/expression_examples_spec.rb - spec/cucumber/cucumber_expressions/expression_factory_spec.rb - spec/cucumber/cucumber_expressions/parameter_type_registry_spec.rb - spec/cucumber/cucumber_expressions/parameter_type_spec.rb - spec/cucumber/cucumber_expressions/regular_expression_spec.rb - spec/cucumber/cucumber_expressions/tree_regexp_spec.rb