# -*- encoding: utf-8 -*- # stub: suspenders 1.55.1 ruby lib Gem::Specification.new do |s| s.name = "suspenders".freeze s.version = "1.55.1".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 = "2020-09-11" 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, ".standard.yml".freeze, ".travis.yml".freeze, "CONTRIBUTING.md".freeze, "GOALS.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, "docs/heroku_deploy.md".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/advisories_generator.rb".freeze, "lib/suspenders/generators/analytics_generator.rb".freeze, "lib/suspenders/generators/app_generator.rb".freeze, "lib/suspenders/generators/base.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/inline_svg_generator.rb".freeze, "lib/suspenders/generators/jobs_generator.rb".freeze, "lib/suspenders/generators/js_driver_generator.rb".freeze, "lib/suspenders/generators/json_generator.rb".freeze, "lib/suspenders/generators/lint_generator.rb".freeze, "lib/suspenders/generators/preloader_generator.rb".freeze, "lib/suspenders/generators/production/compression_generator.rb".freeze, "lib/suspenders/generators/production/deployment_generator.rb".freeze, "lib/suspenders/generators/production/email_generator.rb".freeze, "lib/suspenders/generators/production/force_tls_generator.rb".freeze, "lib/suspenders/generators/production/manifest_generator.rb".freeze, "lib/suspenders/generators/production/single_redirect.rb".freeze, "lib/suspenders/generators/production/timeout_generator.rb".freeze, "lib/suspenders/generators/profiler_generator.rb".freeze, "lib/suspenders/generators/runner_generator.rb".freeze, "lib/suspenders/generators/staging/pull_requests_generator.rb".freeze, "lib/suspenders/generators/static_generator.rb".freeze, "lib/suspenders/generators/stylelint_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/expand_json_spec.rb".freeze, "spec/fakes/bin/heroku".freeze, "spec/fakes/bin/hub".freeze, "spec/features/advisories_spec.rb".freeze, "spec/features/api_spec.rb".freeze, "spec/features/ci_spec.rb".freeze, "spec/features/cli_help_spec.rb".freeze, "spec/features/db_optimizations_spec.rb".freeze, "spec/features/github_spec.rb".freeze, "spec/features/heroku_spec.rb".freeze, "spec/features/inline_svg_spec.rb".freeze, "spec/features/json_spec.rb".freeze, "spec/features/lint_spec.rb".freeze, "spec/features/new_project_spec.rb".freeze, "spec/features/preloader_spec.rb".freeze, "spec/features/production/compression_spec.rb".freeze, "spec/features/production/deployment_spec.rb".freeze, "spec/features/production/email_spec.rb".freeze, "spec/features/production/manifest_spec.rb".freeze, "spec/features/production/single_redirect_spec.rb".freeze, "spec/features/profiler_spec.rb".freeze, "spec/features/runner_spec.rb".freeze, "spec/features/staging/pull_requests_spec.rb".freeze, "spec/features/static_spec.rb".freeze, "spec/features/stylelint_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/be_executable_matcher.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/generators.rb".freeze, "spec/support/match_contents_matcher.rb".freeze, "spec/support/project_files.rb".freeze, "spec/support/rails_template.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/application.scss".freeze, "templates/bin_auto_migrate".freeze, "templates/bin_deploy".freeze, "templates/bin_setup".freeze, "templates/bin_setup_review_app.erb".freeze, "templates/bundler_audit.rake".freeze, "templates/capybara_silence_puma.rb".freeze, "templates/chromedriver.rb".freeze, "templates/circle.yml.erb".freeze, "templates/config_locales_en.yml.erb".freeze, "templates/descriptions/advisories.md".freeze, "templates/descriptions/analytics.md".freeze, "templates/descriptions/ci.md".freeze, "templates/descriptions/compression.md".freeze, "templates/descriptions/db_optimizations.md".freeze, "templates/descriptions/deployment.md".freeze, "templates/descriptions/email.md".freeze, "templates/descriptions/factories.md".freeze, "templates/descriptions/force_tls.md".freeze, "templates/descriptions/forms.md".freeze, "templates/descriptions/inline_svg.md".freeze, "templates/descriptions/jobs.md".freeze, "templates/descriptions/js_driver.md".freeze, "templates/descriptions/json.md".freeze, "templates/descriptions/lint.md".freeze, "templates/descriptions/manifest.md".freeze, "templates/descriptions/preloader.md".freeze, "templates/descriptions/profiler.md".freeze, "templates/descriptions/pull_requests.md".freeze, "templates/descriptions/runner.md".freeze, "templates/descriptions/single_redirect.md".freeze, "templates/descriptions/static.md".freeze, "templates/descriptions/stylelint.md".freeze, "templates/descriptions/stylesheet_base.md".freeze, "templates/descriptions/testing.md".freeze, "templates/descriptions/timeout.md".freeze, "templates/descriptions/views.md".freeze, "templates/dev.rake".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/inline_svg.rb".freeze, "templates/json_encoding.rb".freeze, "templates/partials/ci_simplecov.rb".freeze, "templates/partials/db_optimizations_configuration.rb".freeze, "templates/partials/deployment_readme.md".freeze, "templates/partials/email_smtp.rb".freeze, "templates/partials/profiler_readme.md".freeze, "templates/partials/pull_requests_config.rb".freeze, "templates/partials/runner_readme.md".freeze, "templates/partials/runner_setup.rb".freeze, "templates/postgresql_database.yml.erb".freeze, "templates/rack_mini_profiler.rb".freeze, "templates/rails_helper.rb".freeze, "templates/sample_env".freeze, "templates/secrets.yml".freeze, "templates/shoulda_matchers_config_rspec.rb".freeze, "templates/smtp.rb".freeze, "templates/spec_helper.rb".freeze, "templates/spring.rb".freeze, "templates/stylelintrc.json".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.6.6".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/expand_json_spec.rb".freeze, "spec/fakes/bin/heroku".freeze, "spec/fakes/bin/hub".freeze, "spec/features/advisories_spec.rb".freeze, "spec/features/api_spec.rb".freeze, "spec/features/ci_spec.rb".freeze, "spec/features/cli_help_spec.rb".freeze, "spec/features/db_optimizations_spec.rb".freeze, "spec/features/github_spec.rb".freeze, "spec/features/heroku_spec.rb".freeze, "spec/features/inline_svg_spec.rb".freeze, "spec/features/json_spec.rb".freeze, "spec/features/lint_spec.rb".freeze, "spec/features/new_project_spec.rb".freeze, "spec/features/preloader_spec.rb".freeze, "spec/features/production/compression_spec.rb".freeze, "spec/features/production/deployment_spec.rb".freeze, "spec/features/production/email_spec.rb".freeze, "spec/features/production/manifest_spec.rb".freeze, "spec/features/production/single_redirect_spec.rb".freeze, "spec/features/profiler_spec.rb".freeze, "spec/features/runner_spec.rb".freeze, "spec/features/staging/pull_requests_spec.rb".freeze, "spec/features/static_spec.rb".freeze, "spec/features/stylelint_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/be_executable_matcher.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/generators.rb".freeze, "spec/support/match_contents_matcher.rb".freeze, "spec/support/project_files.rb".freeze, "spec/support/rails_template.rb".freeze, "spec/support/suspenders.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 2.0.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 6.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end