# -*- encoding: utf-8 -*- # stub: cucumber_priority 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "cucumber_priority".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 = ["Henning Koch".freeze] s.date = "2015-11-26" s.description = "Cucumber Factory allows you to create ActiveRecord models from your Cucumber features without writing step definitions for each model.".freeze s.email = "github@makandra.de".freeze s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "cucumber_priority.gemspec".freeze, "gemfiles/Gemfile.cucumber-1.2".freeze, "gemfiles/Gemfile.cucumber-1.2.lock".freeze, "gemfiles/Gemfile.cucumber-1.3".freeze, "gemfiles/Gemfile.cucumber-1.3.lock".freeze, "gemfiles/Gemfile.cucumber-2.1".freeze, "gemfiles/Gemfile.cucumber-2.1.lock".freeze, "lib/cucumber_priority.rb".freeze, "lib/cucumber_priority/ambiguous_error_ext.rb".freeze, "lib/cucumber_priority/rb_step_definition_ext.rb".freeze, "lib/cucumber_priority/support_code_ext.rb".freeze, "lib/cucumber_priority/version.rb".freeze, "spec/cucumber_priority/cucumber_helper.rb".freeze, "spec/cucumber_priority/support_code_ext_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/makandra/cucumber_priority".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Create records from Cucumber features without writing step definitions.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end