# -*- encoding: utf-8 -*- # stub: cucumberator 1.0.3 ruby lib Gem::Specification.new do |s| s.name = "cucumberator".freeze s.version = "1.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Vidmantas Kabo\u0161is".freeze] s.date = "2015-01-13" s.description = "Prompt for writing Cucumber tests".freeze s.email = ["vidmantas@kabosis.lt".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "cucumberator.gemspec".freeze, "features/cucumberize.feature".freeze, "features/exit_all.feature".freeze, "features/force_save.feature".freeze, "features/help.feature".freeze, "features/last_step.feature".freeze, "features/next.feature".freeze, "features/save.feature".freeze, "features/scenario_outline.feature".freeze, "features/simple_hook.feature".freeze, "features/steps.feature".freeze, "features/support/env.rb".freeze, "features/undo.feature".freeze, "features/where.feature".freeze, "lib/cucumberator.rb".freeze, "lib/cucumberator/commands.rb".freeze, "lib/cucumberator/commands/exit.rb".freeze, "lib/cucumberator/commands/exit_all.rb".freeze, "lib/cucumberator/commands/help.rb".freeze, "lib/cucumberator/commands/last_step.rb".freeze, "lib/cucumberator/commands/next.rb".freeze, "lib/cucumberator/commands/save.rb".freeze, "lib/cucumberator/commands/steps.rb".freeze, "lib/cucumberator/commands/undo.rb".freeze, "lib/cucumberator/commands/where.rb".freeze, "lib/cucumberator/current_step.rb".freeze, "lib/cucumberator/feature_file.rb".freeze, "lib/cucumberator/input.rb".freeze, "lib/cucumberator/parser.rb".freeze, "lib/cucumberator/step_line.rb".freeze, "lib/cucumberator/steps.rb".freeze, "lib/cucumberator/version.rb".freeze] s.homepage = "https://github.com/vidmantas/cucumberator".freeze s.licenses = ["MIT".freeze, "GPL-2".freeze] s.post_install_message = "(::)\nCucumberator installed! Now require cucumberator in your env.rb and check README for usage examples\n(::)".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "cucumberator-1.0.3".freeze s.test_files = ["features/cucumberize.feature".freeze, "features/exit_all.feature".freeze, "features/force_save.feature".freeze, "features/help.feature".freeze, "features/last_step.feature".freeze, "features/next.feature".freeze, "features/save.feature".freeze, "features/scenario_outline.feature".freeze, "features/simple_hook.feature".freeze, "features/steps.feature".freeze, "features/support/env.rb".freeze, "features/undo.feature".freeze, "features/where.feature".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.10".freeze]) end