# -*- encoding: utf-8 -*- # stub: welaika-suspenders 1.2.7 ruby lib Gem::Specification.new do |s| s.name = "welaika-suspenders".freeze s.version = "1.2.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["thoughtbot".freeze, "welaika".freeze] s.date = "2013-04-02" s.description = "Suspenders is a base Rails project that you can upgrade. It is used by\nthoughtbot to get a jump start on a working app. Use Suspenders if you're in a\nrush to build something amazing; don't use it if you like missing deadlines.\n".freeze s.email = "info@welaika.com".freeze s.executables = ["welaika-suspenders".freeze] s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze] s.files = ["CONTRIBUTING.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "NEWS.md".freeze, "README.md".freeze, "Rakefile".freeze, "bin/welaika-suspenders".freeze, "features/github_repo.feature".freeze, "features/heroku_true.feature".freeze, "features/rake_clean.feature".freeze, "features/step_definitions/suspenders_steps.rb".freeze, "features/support/bin/heroku".freeze, "features/support/bin/hub".freeze, "features/support/env.rb".freeze, "features/support/fake_github.rb".freeze, "features/support/fake_heroku.rb".freeze, "lib/welaika_suspenders/actions.rb".freeze, "lib/welaika_suspenders/app_builder.rb".freeze, "lib/welaika_suspenders/generators/app_generator.rb".freeze, "lib/welaika_suspenders/version.rb".freeze, "lib/welaika_suspenders/version_check.rb".freeze, "templates/Gemfile_clean".freeze, "templates/Procfile".freeze, "templates/README.md.erb".freeze, "templates/_flashes.html.slim".freeze, "templates/_javascript.html.slim".freeze, "templates/bin_setup".freeze, "templates/config_locales_en.yml".freeze, "templates/database_cleaner_rspec.rb".freeze, "templates/disable_xml_params.rb".freeze, "templates/email_validator.rb".freeze, "templates/errors.rb".freeze, "templates/factories_spec.rb".freeze, "templates/factories_spec_rake_task.rb".freeze, "templates/factory_girl_syntax_rspec.rb".freeze, "templates/import_common_javascripts".freeze, "templates/import_sass_styles".freeze, "templates/model_spec_helper.rb".freeze, "templates/postgresql_database.yml.erb".freeze, "templates/presenters.rb".freeze, "templates/rack_timeout.rb".freeze, "templates/rspec".freeze, "templates/rspec_config.rb".freeze, "templates/sample.env".freeze, "templates/simplecov_init.rb".freeze, "templates/smtp.rb".freeze, "templates/strong_parameters.rb".freeze, "templates/suspenders_gitignore".freeze, "templates/suspenders_layout.html.slim.erb".freeze, "templates/unit_spec_helper.rb".freeze, "welaika-suspenders.gemspec".freeze] s.homepage = "http://github.com/welaika/welaika-suspenders".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Generate a Rails app using weLaika's best practices.".freeze s.test_files = ["features/github_repo.feature".freeze, "features/heroku_true.feature".freeze, "features/rake_clean.feature".freeze, "features/step_definitions/suspenders_steps.rb".freeze, "features/support/bin/heroku".freeze, "features/support/bin/hub".freeze, "features/support/env.rb".freeze, "features/support/fake_github.rb".freeze, "features/support/fake_heroku.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.1.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.4.11".freeze]) end