--- !ruby/object:Gem::Specification name: underlay version: !ruby/object:Gem::Version version: 1.50.1 platform: ruby authors: - dvelp autorequire: bindir: bin cert_chain: [] date: 2019-01-03 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 5.1.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 5.1.3 - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.2' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.2' description: 'Underlay removes the monotony of your setup, so you can spend your time focusing above the value line. ' email: engage@dvelp.co.uk executables: - underlay extensions: [] extra_rdoc_files: - README.md - LICENSE files: - ".gitignore" - ".rubocop.yml" - ".ruby-version" - CONTRIBUTING.md - Gemfile - LICENSE - README.md - RELEASING.md - Rakefile - USAGE - bin/rake - bin/rspec - bin/setup - bin/underlay - circle.yml - lib/underlay.rb - lib/underlay/actions.rb - lib/underlay/adapters/heroku.rb - lib/underlay/app_builder.rb - lib/underlay/generators/app_generator.rb - lib/underlay/generators/enforce_ssl_generator.rb - lib/underlay/generators/initialize_active_job_generator.rb - lib/underlay/generators/static_generator.rb - lib/underlay/generators/stylesheet_base_generator.rb - lib/underlay/version.rb - spec/adapters/heroku_spec.rb - spec/fakes/bin/heroku - spec/fakes/bin/hub - spec/features/cli_help_spec.rb - spec/features/github_spec.rb - spec/features/heroku_spec.rb - spec/features/new_project_spec.rb - spec/spec_helper.rb - spec/support/fake_github.rb - spec/support/fake_heroku.rb - spec/support/underlay.rb - templates/Gemfile.erb - templates/Procfile - templates/README.md.erb - templates/_analytics.html.slim - templates/_css_overrides.html.slim - templates/_flashes.html.slim - templates/_flashes.scss - templates/_javascript.html.slim - templates/action_mailer.rb - templates/active_job.rb - templates/app.json.erb - templates/application.example.yml - templates/application.scss - templates/bin_deploy - templates/bin_rake - templates/bin_setup - templates/bin_setup_review_app.erb - templates/bin_update - templates/browserslist - templates/bundler_audit.rake - templates/capybara.rb - templates/circle.yml.erb - templates/config_locales_en.yml.erb - templates/database_cleaner_rspec.rb - templates/dev.rake - templates/dvelp_gitignore - templates/dvelp_layout.html.slim - templates/errors.rb - templates/factories.rb - templates/factory_bot_rspec.rb - templates/flashes_helper.rb - templates/i18n.rb - templates/json_encoding.rb - templates/lograge.rb - templates/postgresql_database.yml.erb - templates/puma.rb - templates/rack_mini_profiler.rb - templates/rails_helper.rb - templates/rubocop.yml.erb - templates/scss-lint.yml.erb - templates/secrets.yml - templates/sentry.rb - templates/shoulda_matchers_config_rspec.rb - templates/sidekiq.yml - templates/slim-lint.yml.erb - templates/smtp.rb - templates/spec_helper.rb - underlay.gemspec homepage: http://github.com/DVELP/underlay licenses: - MIT metadata: {} post_install_message: rdoc_options: - "--charset=UTF-8" require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.5.1 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.7.6 signing_key: specification_version: 4 summary: Generate a Rails app using DVELP's best practices. test_files: - spec/adapters/heroku_spec.rb - spec/fakes/bin/heroku - spec/fakes/bin/hub - spec/features/cli_help_spec.rb - spec/features/github_spec.rb - spec/features/heroku_spec.rb - spec/features/new_project_spec.rb - spec/spec_helper.rb - spec/support/fake_github.rb - spec/support/fake_heroku.rb - spec/support/underlay.rb