# -*- encoding: utf-8 -*- # stub: macros4cuke 0.1.03 ruby lib Gem::Specification.new do |s| s.name = "macros4cuke".freeze s.version = "0.1.03".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-04-23" s.description = "\tMacros4Cuke is a lightweight library that adds a macro facility your Cucumber scenarios.\n In short, you can create new steps that replace a sequence of lower-level steps. \n".freeze s.email = "famished.tiger@yahoo.com".freeze s.files = ["HISTORY.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "cucumber.yml".freeze, "features/demo01.feature".freeze, "features/demo02.feature".freeze, "features/demo03.feature".freeze, "features/demo04.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, "features/travelling-demo.feature".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] s.homepage = "https://github.com/famished-tiger/Macros4Cuke".freeze s.post_install_message = "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nThank you for installing Macros4Cuke...\nEnjoy using Cucumber with macros...\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n".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".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end