# -*- encoding: utf-8 -*-
# stub: welaika-suspenders 2.21.0 ruby lib

Gem::Specification.new do |s|
  s.name = "welaika-suspenders".freeze
  s.version = "2.21.0".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 = "2015-12-08"
  s.description = "weLaika's fork of the famous thoughbot suspenders gem.\n".freeze
  s.email = "info@welaika.com".freeze
  s.executables = ["welaika-suspenders".freeze]
  s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze]
  s.files = [".gitignore".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "NEWS.md".freeze, "README.md".freeze, "RELEASING.md".freeze, "Rakefile".freeze, "bin/rake".freeze, "bin/rspec".freeze, "bin/setup".freeze, "bin/welaika-suspenders".freeze, "lib/suspenders.rb".freeze, "lib/suspenders/actions.rb".freeze, "lib/suspenders/adapters/heroku.rb".freeze, "lib/suspenders/app_builder.rb".freeze, "lib/suspenders/generators/app_generator.rb".freeze, "lib/suspenders/version.rb".freeze, "spec/adapters/heroku_spec.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/suspenders.rb".freeze, "suspenders.gemspec".freeze, "templates/Gemfile.erb".freeze, "templates/Procfile".freeze, "templates/README.md.erb".freeze, "templates/_flashes.html.slim".freeze, "templates/_javascript.html.slim".freeze, "templates/action_mailer.rb".freeze, "templates/application.sass".freeze, "templates/bin_deploy".freeze, "templates/bin_setup.erb".freeze, "templates/brakeman.rake".freeze, "templates/browserslist".freeze, "templates/bundler_audit.rake".freeze, "templates/capybara_webkit.rb".freeze, "templates/circle.yml.erb".freeze, "templates/config_i18n_tasks.yml".freeze, "templates/config_locales_it.yml.erb".freeze, "templates/database_cleaner_rspec.rb".freeze, "templates/dev.rake".freeze, "templates/disable_xml_params.rb".freeze, "templates/dotfiles/.ctags".freeze, "templates/dotfiles/.env".freeze, "templates/errors.rb".freeze, "templates/factories.rb".freeze, "templates/factory_girl_rspec.rb".freeze, "templates/faker_rspec.rb".freeze, "templates/fixtures_helper_rspec.rb".freeze, "templates/flashes_helper.rb".freeze, "templates/i18n.rb".freeze, "templates/json_encoding.rb".freeze, "templates/postgresql_database.yml.erb".freeze, "templates/puma.rb".freeze, "templates/queries_helper_rspec.rb".freeze, "templates/rails_helper.rb".freeze, "templates/rubocop.rake".freeze, "templates/rubocop.yml".freeze, "templates/secrets.yml".freeze, "templates/shoulda_matchers_config_rspec.rb".freeze, "templates/slim.rb".freeze, "templates/smtp.rb".freeze, "templates/spec_helper.rb".freeze, "templates/staging.rb".freeze, "templates/suspenders_gitignore".freeze, "templates/suspenders_layout.html.slim".freeze]
  s.homepage = "http://github.com/welaika/welaika-suspenders".freeze
  s.licenses = ["MIT".freeze]
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.2.3".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Generate a Rails app using thoughtbot's best practices.".freeze
  s.test_files = ["spec/adapters/heroku_spec.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/suspenders.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<bundler>.freeze, [">= 1.8.4".freeze])
  s.add_runtime_dependency(%q<rails>.freeze, ["~> 4.2.0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.4".freeze])
  s.add_development_dependency(%q<pry-byebug>.freeze, [">= 0".freeze])
end