# -*- encoding: utf-8 -*- # stub: rails_apps_composer 1.4.8 ruby lib Gem::Specification.new do |s| s.name = "rails_apps_composer".freeze s.version = "1.4.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Daniel Kehoe".freeze] s.date = "2012-04-27" s.description = "A gem with recipes to create Rails application templates you can use to generate Rails starter apps.".freeze s.email = ["daniel@danielkehoe.com".freeze] s.executables = ["rails_apps_composer".freeze] s.files = ["README.textile".freeze, "bin/rails_apps_composer".freeze, "lib/rails_wizard.rb".freeze, "lib/rails_wizard/command.rb".freeze, "lib/rails_wizard/config.rb".freeze, "lib/rails_wizard/recipe.rb".freeze, "lib/rails_wizard/recipes.rb".freeze, "lib/rails_wizard/template.rb".freeze, "recipes/action_mailer.rb".freeze, "recipes/active_admin.rb".freeze, "recipes/activerecord.rb".freeze, "recipes/add_user.rb".freeze, "recipes/airbrake.rb".freeze, "recipes/backbone.rb".freeze, "recipes/capybara.rb".freeze, "recipes/cleanup.rb".freeze, "recipes/cloudfiles.rb".freeze, "recipes/compass.rb".freeze, "recipes/compass_960.rb".freeze, "recipes/cucumber.rb".freeze, "recipes/datamapper.rb".freeze, "recipes/devise.rb".freeze, "recipes/extras.rb".freeze, "recipes/git.rb".freeze, "recipes/guard.rb".freeze, "recipes/haml.rb".freeze, "recipes/heroku.rb".freeze, "recipes/home_page.rb".freeze, "recipes/home_page_users.rb".freeze, "recipes/html5.rb".freeze, "recipes/inherited_resources.rb".freeze, "recipes/less.rb".freeze, "recipes/mongohq.rb".freeze, "recipes/mongoid.rb".freeze, "recipes/mongolab.rb".freeze, "recipes/omniauth.rb".freeze, "recipes/omniauth_email.rb".freeze, "recipes/paperclip.rb".freeze, "recipes/rails_admin.rb".freeze, "recipes/redis.rb".freeze, "recipes/resque.rb".freeze, "recipes/rspec.rb".freeze, "recipes/sass.rb".freeze, "recipes/seed_database.rb".freeze, "recipes/settingslogic.rb".freeze, "recipes/simple_form.rb".freeze, "recipes/slim.rb".freeze, "recipes/static_page.rb".freeze, "recipes/subdomains.rb".freeze, "recipes/users_page.rb".freeze, "spec/rails_wizard/config_spec.rb".freeze, "spec/rails_wizard/recipe_spec.rb".freeze, "spec/rails_wizard/recipes/sanity_spec.rb".freeze, "spec/rails_wizard/recipes_spec.rb".freeze, "spec/rails_wizard/template_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/rails_directory.rb".freeze, "spec/support/template_runner.rb".freeze, "templates/helpers.erb".freeze, "templates/layout.erb".freeze, "templates/recipe.erb".freeze, "version.rb".freeze] s.homepage = "http://github.com/RailsApps/rails_apps_composer".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A version of the RailsWizard gem with custom recipes for Rails starter apps.".freeze s.test_files = ["spec/rails_wizard/config_spec.rb".freeze, "spec/rails_wizard/recipe_spec.rb".freeze, "spec/rails_wizard/recipes/sanity_spec.rb".freeze, "spec/rails_wizard/recipes_spec.rb".freeze, "spec/rails_wizard/template_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/rails_directory.rb".freeze, "spec/support/template_runner.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end