# -*- encoding: utf-8 -*- # stub: cuke_modeler 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "cuke_modeler".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Eric Kessler".freeze] s.date = "2016-02-10" s.email = ["morrow748@gmail.com".freeze] s.files = [".gitignore".freeze, ".simplecov".freeze, ".travis.yml".freeze, "Gemfile".freeze, "History.rdoc".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "cuke_modeler.gemspec".freeze, "features/analysis/test_comparison.feature".freeze, "features/analysis/test_manipulation.feature".freeze, "features/modeling/gherkin/background_modeling.feature".freeze, "features/modeling/gherkin/background_output.feature".freeze, "features/modeling/gherkin/directory_modeling.feature".freeze, "features/modeling/gherkin/directory_output.feature".freeze, "features/modeling/gherkin/doc_string_modeling.feature".freeze, "features/modeling/gherkin/doc_string_output.feature".freeze, "features/modeling/gherkin/example_modeling.feature".freeze, "features/modeling/gherkin/example_output.feature".freeze, "features/modeling/gherkin/feature_file_modeling.feature".freeze, "features/modeling/gherkin/feature_file_output.feature".freeze, "features/modeling/gherkin/feature_modeling.feature".freeze, "features/modeling/gherkin/feature_output.feature".freeze, "features/modeling/gherkin/outline_modeling.feature".freeze, "features/modeling/gherkin/outline_output.feature".freeze, "features/modeling/gherkin/row_modeling.feature".freeze, "features/modeling/gherkin/row_output.feature".freeze, "features/modeling/gherkin/scenario_modeling.feature".freeze, "features/modeling/gherkin/scenario_output.feature".freeze, "features/modeling/gherkin/step_modeling.feature".freeze, "features/modeling/gherkin/step_output.feature".freeze, "features/modeling/gherkin/table_modeling.feature".freeze, "features/modeling/gherkin/table_output.feature".freeze, "features/modeling/gherkin/table_row_modeling.feature".freeze, "features/modeling/gherkin/table_row_output.feature".freeze, "features/modeling/gherkin/tag_modeling.feature".freeze, "features/modeling/gherkin/tag_output.feature".freeze, "features/modeling/gherkin3/background_modeling.feature".freeze, "features/modeling/gherkin3/background_output.feature".freeze, "features/modeling/gherkin3/directory_modeling.feature".freeze, "features/modeling/gherkin3/directory_output.feature".freeze, "features/modeling/gherkin3/doc_string_modeling.feature".freeze, "features/modeling/gherkin3/doc_string_output.feature".freeze, "features/modeling/gherkin3/example_modeling.feature".freeze, "features/modeling/gherkin3/example_output.feature".freeze, "features/modeling/gherkin3/feature_file_modeling.feature".freeze, "features/modeling/gherkin3/feature_file_output.feature".freeze, "features/modeling/gherkin3/feature_modeling.feature".freeze, "features/modeling/gherkin3/feature_output.feature".freeze, "features/modeling/gherkin3/outline_modeling.feature".freeze, "features/modeling/gherkin3/outline_output.feature".freeze, "features/modeling/gherkin3/row_modeling.feature".freeze, "features/modeling/gherkin3/row_output.feature".freeze, "features/modeling/gherkin3/scenario_modeling.feature".freeze, "features/modeling/gherkin3/scenario_output.feature".freeze, "features/modeling/gherkin3/step_modeling.feature".freeze, "features/modeling/gherkin3/step_output.feature".freeze, "features/modeling/gherkin3/table_modeling.feature".freeze, "features/modeling/gherkin3/table_output.feature".freeze, "features/modeling/gherkin3/table_row_modeling.feature".freeze, "features/modeling/gherkin3/table_row_output.feature".freeze, "features/modeling/gherkin3/tag_modeling.feature".freeze, "features/modeling/gherkin3/tag_output.feature".freeze, "features/step_definitions/action_steps.rb".freeze, "features/step_definitions/background_steps.rb".freeze, "features/step_definitions/directory_steps.rb".freeze, "features/step_definitions/doc_string_steps.rb".freeze, "features/step_definitions/feature_file_steps.rb".freeze, "features/step_definitions/feature_steps.rb".freeze, "features/step_definitions/outline_steps.rb".freeze, "features/step_definitions/setup_steps.rb".freeze, "features/step_definitions/step_steps.rb".freeze, "features/step_definitions/table_steps.rb".freeze, "features/step_definitions/tag_steps.rb".freeze, "features/step_definitions/test_steps.rb".freeze, "features/step_definitions/verification_steps.rb".freeze, "features/support/env.rb".freeze, "features/support/transforms.rb".freeze, "gemfiles/gherkin.gemfile".freeze, "gemfiles/gherkin3.gemfile".freeze, "lib/cuke_modeler.rb".freeze, "lib/cuke_modeler/adapters/gherkin_2_adapter.rb".freeze, "lib/cuke_modeler/adapters/gherkin_3_adapter.rb".freeze, "lib/cuke_modeler/background.rb".freeze, "lib/cuke_modeler/containing.rb".freeze, "lib/cuke_modeler/directory.rb".freeze, "lib/cuke_modeler/doc_string.rb".freeze, "lib/cuke_modeler/example.rb".freeze, "lib/cuke_modeler/feature.rb".freeze, "lib/cuke_modeler/feature_element.rb".freeze, "lib/cuke_modeler/feature_file.rb".freeze, "lib/cuke_modeler/nested.rb".freeze, "lib/cuke_modeler/outline.rb".freeze, "lib/cuke_modeler/parsing.rb".freeze, "lib/cuke_modeler/raw.rb".freeze, "lib/cuke_modeler/row.rb".freeze, "lib/cuke_modeler/scenario.rb".freeze, "lib/cuke_modeler/sourceable.rb".freeze, "lib/cuke_modeler/step.rb".freeze, "lib/cuke_modeler/table.rb".freeze, "lib/cuke_modeler/table_row.rb".freeze, "lib/cuke_modeler/tag.rb".freeze, "lib/cuke_modeler/taggable.rb".freeze, "lib/cuke_modeler/test_element.rb".freeze, "lib/cuke_modeler/version.rb".freeze, "lib/cuke_modeler/world.rb".freeze, "spec/integration/background_integration_spec.rb".freeze, "spec/integration/directory_integration_spec.rb".freeze, "spec/integration/doc_string_integration_spec.rb".freeze, "spec/integration/example_integration_spec.rb".freeze, "spec/integration/feature_file_integration_spec.rb".freeze, "spec/integration/feature_integration_spec.rb".freeze, "spec/integration/outline_integration_spec.rb".freeze, "spec/integration/scenario_integration_spec.rb".freeze, "spec/integration/step_integration_spec.rb".freeze, "spec/integration/table_integration_spec.rb".freeze, "spec/integration/table_row_integration_spec.rb".freeze, "spec/integration/tag_integration_spec.rb".freeze, "spec/integration/world_integration_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/background_unit_spec.rb".freeze, "spec/unit/bare_bones_unit_specs.rb".freeze, "spec/unit/containing_element_unit_specs.rb".freeze, "spec/unit/directory_unit_spec.rb".freeze, "spec/unit/doc_string_unit_spec.rb".freeze, "spec/unit/example_unit_spec.rb".freeze, "spec/unit/feature_element_unit_spec.rb".freeze, "spec/unit/feature_element_unit_specs.rb".freeze, "spec/unit/feature_file_unit_spec.rb".freeze, "spec/unit/feature_unit_spec.rb".freeze, "spec/unit/nested_element_unit_specs.rb".freeze, "spec/unit/nested_unit_spec.rb".freeze, "spec/unit/outline_unit_spec.rb".freeze, "spec/unit/parsing_unit_spec.rb".freeze, "spec/unit/prepopulated_unit_specs.rb".freeze, "spec/unit/raw_element_unit_specs.rb".freeze, "spec/unit/raw_unit_spec.rb".freeze, "spec/unit/row_unit_spec.rb".freeze, "spec/unit/scenario_unit_spec.rb".freeze, "spec/unit/sourceable_unit_spec.rb".freeze, "spec/unit/sourced_element_unit_specs.rb".freeze, "spec/unit/step_unit_spec.rb".freeze, "spec/unit/table_row_unit_spec.rb".freeze, "spec/unit/table_unit_spec.rb".freeze, "spec/unit/tag_unit_spec.rb".freeze, "spec/unit/taggable_unit_spec.rb".freeze, "spec/unit/tagged_element_unit_specs.rb".freeze, "spec/unit/test_element_unit_spec.rb".freeze, "spec/unit/test_element_unit_specs.rb".freeze, "spec/unit/world_unit_spec.rb".freeze] s.homepage = "https://github.com/enkessler/cuke_modeler".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A gem providing functionality to model a Cucumber test suite.".freeze s.test_files = ["features/analysis/test_comparison.feature".freeze, "features/analysis/test_manipulation.feature".freeze, "features/modeling/gherkin/background_modeling.feature".freeze, "features/modeling/gherkin/background_output.feature".freeze, "features/modeling/gherkin/directory_modeling.feature".freeze, "features/modeling/gherkin/directory_output.feature".freeze, "features/modeling/gherkin/doc_string_modeling.feature".freeze, "features/modeling/gherkin/doc_string_output.feature".freeze, "features/modeling/gherkin/example_modeling.feature".freeze, "features/modeling/gherkin/example_output.feature".freeze, "features/modeling/gherkin/feature_file_modeling.feature".freeze, "features/modeling/gherkin/feature_file_output.feature".freeze, "features/modeling/gherkin/feature_modeling.feature".freeze, "features/modeling/gherkin/feature_output.feature".freeze, "features/modeling/gherkin/outline_modeling.feature".freeze, "features/modeling/gherkin/outline_output.feature".freeze, "features/modeling/gherkin/row_modeling.feature".freeze, "features/modeling/gherkin/row_output.feature".freeze, "features/modeling/gherkin/scenario_modeling.feature".freeze, "features/modeling/gherkin/scenario_output.feature".freeze, "features/modeling/gherkin/step_modeling.feature".freeze, "features/modeling/gherkin/step_output.feature".freeze, "features/modeling/gherkin/table_modeling.feature".freeze, "features/modeling/gherkin/table_output.feature".freeze, "features/modeling/gherkin/table_row_modeling.feature".freeze, "features/modeling/gherkin/table_row_output.feature".freeze, "features/modeling/gherkin/tag_modeling.feature".freeze, "features/modeling/gherkin/tag_output.feature".freeze, "features/modeling/gherkin3/background_modeling.feature".freeze, "features/modeling/gherkin3/background_output.feature".freeze, "features/modeling/gherkin3/directory_modeling.feature".freeze, "features/modeling/gherkin3/directory_output.feature".freeze, "features/modeling/gherkin3/doc_string_modeling.feature".freeze, "features/modeling/gherkin3/doc_string_output.feature".freeze, "features/modeling/gherkin3/example_modeling.feature".freeze, "features/modeling/gherkin3/example_output.feature".freeze, "features/modeling/gherkin3/feature_file_modeling.feature".freeze, "features/modeling/gherkin3/feature_file_output.feature".freeze, "features/modeling/gherkin3/feature_modeling.feature".freeze, "features/modeling/gherkin3/feature_output.feature".freeze, "features/modeling/gherkin3/outline_modeling.feature".freeze, "features/modeling/gherkin3/outline_output.feature".freeze, "features/modeling/gherkin3/row_modeling.feature".freeze, "features/modeling/gherkin3/row_output.feature".freeze, "features/modeling/gherkin3/scenario_modeling.feature".freeze, "features/modeling/gherkin3/scenario_output.feature".freeze, "features/modeling/gherkin3/step_modeling.feature".freeze, "features/modeling/gherkin3/step_output.feature".freeze, "features/modeling/gherkin3/table_modeling.feature".freeze, "features/modeling/gherkin3/table_output.feature".freeze, "features/modeling/gherkin3/table_row_modeling.feature".freeze, "features/modeling/gherkin3/table_row_output.feature".freeze, "features/modeling/gherkin3/tag_modeling.feature".freeze, "features/modeling/gherkin3/tag_output.feature".freeze, "features/step_definitions/action_steps.rb".freeze, "features/step_definitions/background_steps.rb".freeze, "features/step_definitions/directory_steps.rb".freeze, "features/step_definitions/doc_string_steps.rb".freeze, "features/step_definitions/feature_file_steps.rb".freeze, "features/step_definitions/feature_steps.rb".freeze, "features/step_definitions/outline_steps.rb".freeze, "features/step_definitions/setup_steps.rb".freeze, "features/step_definitions/step_steps.rb".freeze, "features/step_definitions/table_steps.rb".freeze, "features/step_definitions/tag_steps.rb".freeze, "features/step_definitions/test_steps.rb".freeze, "features/step_definitions/verification_steps.rb".freeze, "features/support/env.rb".freeze, "features/support/transforms.rb".freeze, "spec/integration/background_integration_spec.rb".freeze, "spec/integration/directory_integration_spec.rb".freeze, "spec/integration/doc_string_integration_spec.rb".freeze, "spec/integration/example_integration_spec.rb".freeze, "spec/integration/feature_file_integration_spec.rb".freeze, "spec/integration/feature_integration_spec.rb".freeze, "spec/integration/outline_integration_spec.rb".freeze, "spec/integration/scenario_integration_spec.rb".freeze, "spec/integration/step_integration_spec.rb".freeze, "spec/integration/table_integration_spec.rb".freeze, "spec/integration/table_row_integration_spec.rb".freeze, "spec/integration/tag_integration_spec.rb".freeze, "spec/integration/world_integration_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/background_unit_spec.rb".freeze, "spec/unit/bare_bones_unit_specs.rb".freeze, "spec/unit/containing_element_unit_specs.rb".freeze, "spec/unit/directory_unit_spec.rb".freeze, "spec/unit/doc_string_unit_spec.rb".freeze, "spec/unit/example_unit_spec.rb".freeze, "spec/unit/feature_element_unit_spec.rb".freeze, "spec/unit/feature_element_unit_specs.rb".freeze, "spec/unit/feature_file_unit_spec.rb".freeze, "spec/unit/feature_unit_spec.rb".freeze, "spec/unit/nested_element_unit_specs.rb".freeze, "spec/unit/nested_unit_spec.rb".freeze, "spec/unit/outline_unit_spec.rb".freeze, "spec/unit/parsing_unit_spec.rb".freeze, "spec/unit/prepopulated_unit_specs.rb".freeze, "spec/unit/raw_element_unit_specs.rb".freeze, "spec/unit/raw_unit_spec.rb".freeze, "spec/unit/row_unit_spec.rb".freeze, "spec/unit/scenario_unit_spec.rb".freeze, "spec/unit/sourceable_unit_spec.rb".freeze, "spec/unit/sourced_element_unit_specs.rb".freeze, "spec/unit/step_unit_spec.rb".freeze, "spec/unit/table_row_unit_spec.rb".freeze, "spec/unit/table_unit_spec.rb".freeze, "spec/unit/tag_unit_spec.rb".freeze, "spec/unit/taggable_unit_spec.rb".freeze, "spec/unit/tagged_element_unit_specs.rb".freeze, "spec/unit/test_element_unit_spec.rb".freeze, "spec/unit/test_element_unit_specs.rb".freeze, "spec/unit/world_unit_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["< 4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.14.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end