# -*- encoding: utf-8 -*- # stub: suspenders 1.48.0 ruby lib Gem::Specification.new do |s| s.name = "suspenders".freeze s.version = "1.48.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 2.7.4".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["thoughtbot".freeze] s.date = "2018-08-10" 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 = "support@thoughtbot.com".freeze s.executables = ["suspenders".freeze] s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze] s.files = [".gitignore".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, "USAGE".freeze, "bin/rake".freeze, "bin/rspec".freeze, "bin/setup".freeze, "bin/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/analytics_generator.rb".freeze, "lib/suspenders/generators/app_generator.rb".freeze, "lib/suspenders/generators/ci_generator.rb".freeze, "lib/suspenders/generators/db_optimizations_generator.rb".freeze, "lib/suspenders/generators/factories_generator.rb".freeze, "lib/suspenders/generators/forms_generator.rb".freeze, "lib/suspenders/generators/jobs_generator.rb".freeze, "lib/suspenders/generators/js_driver_generator.rb".freeze, "lib/suspenders/generators/lint_generator.rb".freeze, "lib/suspenders/generators/production/email_generator.rb".freeze, "lib/suspenders/generators/production/force_tls_generator.rb".freeze, "lib/suspenders/generators/production/timeout_generator.rb".freeze, "lib/suspenders/generators/static_generator.rb".freeze, "lib/suspenders/generators/stylesheet_base_generator.rb".freeze, "lib/suspenders/generators/testing_generator.rb".freeze, "lib/suspenders/generators/views_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/api_spec.rb".freeze, "spec/features/cli_help_spec.rb".freeze, "spec/features/github_spec.rb".freeze, "spec/features/heroku_spec.rb".freeze, "spec/features/new_project_spec.rb".freeze, "spec/features/production/email_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/contain_json_matcher.rb".freeze, "spec/support/exist_as_a_file_matcher.rb".freeze, "spec/support/fake_github.rb".freeze, "spec/support/fake_heroku.rb".freeze, "spec/support/match_contents_matcher.rb".freeze, "spec/support/suspenders.rb".freeze, "suspenders.gemspec".freeze, "templates/Gemfile.erb".freeze, "templates/Procfile".freeze, "templates/README.md.erb".freeze, "templates/_analytics.html.erb".freeze, "templates/_css_overrides.html.erb".freeze, "templates/_flashes.html.erb".freeze, "templates/_javascript.html.erb".freeze, "templates/action_mailer.rb".freeze, "templates/active_job.rb".freeze, "templates/app.json.erb".freeze, "templates/application.scss".freeze, "templates/bin_deploy".freeze, "templates/bin_setup".freeze, "templates/bin_setup_review_app.erb".freeze, "templates/browserslist".freeze, "templates/bundler_audit.rake".freeze, "templates/chromedriver.rb".freeze, "templates/circle.yml.erb".freeze, "templates/config_locales_en.yml.erb".freeze, "templates/dev.rake".freeze, "templates/dotfiles/.ctags".freeze, "templates/dotfiles/.env".freeze, "templates/email.rb".freeze, "templates/errors.rb".freeze, "templates/factories.rb".freeze, "templates/factory_bot_rspec.rb".freeze, "templates/flashes_helper.rb".freeze, "templates/hound.yml".freeze, "templates/i18n.rb".freeze, "templates/json_encoding.rb".freeze, "templates/postgresql_database.yml.erb".freeze, "templates/puma.rb".freeze, "templates/rack_mini_profiler.rb".freeze, "templates/rails_helper.rb".freeze, "templates/secrets.yml".freeze, "templates/shoulda_matchers_config_rspec.rb".freeze, "templates/smtp.rb".freeze, "templates/spec_helper.rb".freeze, "templates/suspenders_gitignore".freeze, "templates/suspenders_layout.html.erb.erb".freeze] s.homepage = "http://github.com/thoughtbot/suspenders".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.5.1".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/api_spec.rb".freeze, "spec/features/cli_help_spec.rb".freeze, "spec/features/github_spec.rb".freeze, "spec/features/heroku_spec.rb".freeze, "spec/features/new_project_spec.rb".freeze, "spec/features/production/email_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/contain_json_matcher.rb".freeze, "spec/support/exist_as_a_file_matcher.rb".freeze, "spec/support/fake_github.rb".freeze, "spec/support/fake_heroku.rb".freeze, "spec/support/match_contents_matcher.rb".freeze, "spec/support/suspenders.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5.2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.2".freeze]) end