# -*- encoding: utf-8 -*- # stub: macros4cuke 0.3.16 ruby lib Gem::Specification.new do |s| s.name = "macros4cuke".freeze s.version = "0.3.16".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Dimitri Geshef".freeze] s.date = "2013-05-20" s.description = "Create your own macro-steps directly in Cucumber scenarios.".freeze s.email = "famished.tiger@yahoo.com".freeze s.files = [".rspec".freeze, ".rubocop.yml".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".simplecov".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "cucumber.yml".freeze, "examples/demo/cucumber.yml".freeze, "examples/demo/features/basic.feature".freeze, "examples/demo/features/step_definitions/step_defs.rb".freeze, "examples/demo/features/step_definitions/use_macro_steps.rb".freeze, "examples/demo/features/support/env.rb".freeze, "examples/demo/features/support/macro_support.rb".freeze, "examples/demo/features/table.feature".freeze, "examples/i18n/fr/cucumber.yml".freeze, "examples/i18n/fr/features/demo01-fr.feature".freeze, "examples/i18n/fr/features/step_definitions/demo_steps.rb".freeze, "examples/i18n/fr/features/step_definitions/use_macro_steps.rb".freeze, "examples/i18n/fr/features/support/macro_support.rb".freeze, "features/demo01.feature".freeze, "features/demo02.feature".freeze, "features/demo03.feature".freeze, "features/demo04.feature".freeze, "features/demo05.feature".freeze, "features/demo06.feature".freeze, "features/step_definitions/demo_steps.rb".freeze, "features/step_definitions/use_macro_steps.rb".freeze, "features/support/env.rb".freeze, "features/support/macro_support.rb".freeze, "lib/macro_steps.rb".freeze, "lib/macros4cuke.rb".freeze, "lib/macros4cuke/constants.rb".freeze, "lib/macros4cuke/exceptions.rb".freeze, "lib/macros4cuke/macro-collection.rb".freeze, "lib/macros4cuke/macro-step-support.rb".freeze, "lib/macros4cuke/macro-step.rb".freeze, "lib/macros4cuke/templating/engine.rb".freeze, "spec/macros4cuke/macro-collection_spec.rb".freeze, "spec/macros4cuke/macro-step-support_spec.rb".freeze, "spec/macros4cuke/macro-step_spec.rb".freeze, "spec/macros4cuke/templating/engine_spec.rb".freeze, "spec/macros4cuke/templating/placeholder_spec.rb".freeze, "spec/macros4cuke/templating/section_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/famished-tiger/Macros4Cuke".freeze s.licenses = ["MIT".freeze] s.post_install_message = "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nThank you for installing Macros4Cuke...\nEnjoy using Cucumber with macros...\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Macros for Cucumber".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.8.0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.00".freeze]) s.add_development_dependency(%q.freeze, [">= 0.5.0".freeze]) end