# -*- encoding: utf-8 -*- # stub: stoker 1.0.0.pre2 ruby lib Gem::Specification.new do |s| s.name = "stoker".freeze s.version = "1.0.0.pre2".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Friends of The Web".freeze] s.date = "2015-05-11" s.description = "Stoker is a base Rails + Ember project that you can upgrade. It is used by\nFriends of The Web to get a jump start on a working app. Use Stoker if you're in a\nrush to build something amazing; don't use it if you like missing deadlines.\n".freeze s.email = "shout@friendsoftheweb".freeze s.executables = ["stoker".freeze] s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze] s.files = [".gitignore".freeze, ".ruby-version".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/rake".freeze, "bin/rspec".freeze, "bin/setup".freeze, "bin/stoker".freeze, "lib/stoker.rb".freeze, "lib/stoker/actions.rb".freeze, "lib/stoker/app_builder.rb".freeze, "lib/stoker/generators/app_generator.rb".freeze, "lib/stoker/version.rb".freeze, "spec/fakes/bin/heroku".freeze, "spec/fakes/bin/hub".freeze, "spec/features/github_spec.rb".freeze, "spec/features/heroku_spec.rb".freeze, "spec/features/new_project_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/fake_github.rb".freeze, "spec/support/fake_heroku.rb".freeze, "spec/support/stoker.rb".freeze, "stoker.gemspec".freeze, "templates/Gemfile.erb".freeze, "templates/Procfile".freeze, "templates/README.md.erb".freeze, "templates/_analytics.html.erb".freeze, "templates/_flashes.html.erb".freeze, "templates/_javascript.html.erb".freeze, "templates/action_mailer.rb".freeze, "templates/application.scss".freeze, "templates/bin_deploy".freeze, "templates/bin_setup.erb".freeze, "templates/browserslist".freeze, "templates/bundler_audit.rake".freeze, "templates/config_i18n_tasks.yml".freeze, "templates/config_locales_en.yml.erb".freeze, "templates/database_cleaner_rspec.rb".freeze, "templates/development_seeds.rb".freeze, "templates/disable_xml_params.rb".freeze, "templates/errors.rb".freeze, "templates/factory_girl_rspec.rb".freeze, "templates/flashes_helper.rb".freeze, "templates/i18n.rb".freeze, "templates/json_encoding.rb".freeze, "templates/newrelic.yml.erb".freeze, "templates/postgresql_database.yml.erb".freeze, "templates/puma.rb".freeze, "templates/rails_helper.rb".freeze, "templates/sample.env".freeze, "templates/secrets.yml".freeze, "templates/smtp.rb".freeze, "templates/spec_helper.rb".freeze, "templates/staging.rb".freeze, "templates/stoker_gitignore".freeze, "templates/stoker_layout.html.erb.erb".freeze, "templates/travis.yml.erb".freeze] s.homepage = "http://github.com/friendsoftheweb/stoker".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.2.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Generate a Rails + Ember app using Friends of The Web's best practices.".freeze s.test_files = ["spec/fakes/bin/heroku".freeze, "spec/fakes/bin/hub".freeze, "spec/features/github_spec.rb".freeze, "spec/features/heroku_spec.rb".freeze, "spec/features/new_project_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/fake_github.rb".freeze, "spec/support/fake_heroku.rb".freeze, "spec/support/stoker.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["= 4.2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.2".freeze, ">= 2.2.0".freeze]) end