# -*- encoding: utf-8 -*- # stub: combustion 0.5.1 ruby lib Gem::Specification.new do |s| s.name = "combustion".freeze s.version = "0.5.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Pat Allan".freeze] s.date = "2013-07-25" s.description = "Test your Rails Engines without needing a full Rails app".freeze s.email = ["pat@freelancing-gods.com".freeze] s.executables = ["combust".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "HISTORY".freeze, "LICENCE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/combust".freeze, "combustion.gemspec".freeze, "lib/combustion.rb".freeze, "lib/combustion/application.rb".freeze, "lib/combustion/database.rb".freeze, "lib/combustion/generator.rb".freeze, "templates/config.ru".freeze, "templates/database.yml".freeze, "templates/routes.rb".freeze, "templates/schema.rb".freeze] s.homepage = "https://github.com/pat/combustion".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Elegant Rails Engine Testing".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.14.6".freeze]) end