# -*- encoding: utf-8 -*- # stub: underlay 2.0 ruby lib Gem::Specification.new do |s| s.name = "underlay".freeze s.version = "2.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 = ["dvelp".freeze] s.date = "2020-05-27" s.description = "Underlay removes the monotony of your setup, so you can spend your time focusing above the value line.\n".freeze s.email = "engage@dvelp.co.uk".freeze s.executables = ["underlay".freeze] s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze] s.files = [".gitignore".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "RELEASING.md".freeze, "Rakefile".freeze, "USAGE".freeze, "bin/rake".freeze, "bin/rspec".freeze, "bin/setup".freeze, "bin/underlay".freeze, "circle.yml".freeze, "lib/underlay.rb".freeze, "lib/underlay/actions.rb".freeze, "lib/underlay/adapters/heroku.rb".freeze, "lib/underlay/app_builder.rb".freeze, "lib/underlay/generators/app_generator.rb".freeze, "lib/underlay/generators/enforce_ssl_generator.rb".freeze, "lib/underlay/generators/initialize_active_job_generator.rb".freeze, "lib/underlay/generators/static_generator.rb".freeze, "lib/underlay/generators/stylesheet_base_generator.rb".freeze, "lib/underlay/version.rb".freeze, "spec/adapters/heroku_spec.rb".freeze, "spec/fakes/bin/heroku".freeze, "spec/fakes/bin/hub".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/spec_helper.rb".freeze, "spec/support/fake_github.rb".freeze, "spec/support/fake_heroku.rb".freeze, "spec/support/underlay.rb".freeze, "templates/Gemfile.erb".freeze, "templates/Procfile".freeze, "templates/README.md.erb".freeze, "templates/_analytics.html.slim".freeze, "templates/_css_overrides.html.slim".freeze, "templates/_flashes.html.slim".freeze, "templates/_flashes.scss".freeze, "templates/_javascript.html.slim".freeze, "templates/action_mailer.rb".freeze, "templates/active_job.rb".freeze, "templates/app.json.erb".freeze, "templates/application.example.yml".freeze, "templates/application.scss".freeze, "templates/bin_deploy".freeze, "templates/bin_rake".freeze, "templates/bin_setup".freeze, "templates/bin_setup_review_app.erb".freeze, "templates/bin_update".freeze, "templates/browserslist".freeze, "templates/bundler_audit.rake".freeze, "templates/capybara.rb".freeze, "templates/circle.yml.erb".freeze, "templates/config_locales_en.yml.erb".freeze, "templates/database_cleaner_rspec.rb".freeze, "templates/dev.rake".freeze, "templates/dvelp_gitignore".freeze, "templates/dvelp_layout.html.slim".freeze, "templates/errors.rb".freeze, "templates/factories.rb".freeze, "templates/factory_bot_rspec.rb".freeze, "templates/flashes_helper.rb".freeze, "templates/i18n.rb".freeze, "templates/json_encoding.rb".freeze, "templates/lograge.rb".freeze, "templates/postgresql_database.yml.erb".freeze, "templates/puma.rb".freeze, "templates/rack_mini_profiler.rb".freeze, "templates/rails_helper.rb".freeze, "templates/redis.rb".freeze, "templates/rubocop.yml.erb".freeze, "templates/scss-lint.yml.erb".freeze, "templates/secrets.yml".freeze, "templates/sentry.rb".freeze, "templates/shoulda_matchers_config_rspec.rb".freeze, "templates/sidekiq.yml".freeze, "templates/slim-lint.yml.erb".freeze, "templates/smtp.rb".freeze, "templates/spec_helper.rb".freeze, "underlay.gemspec".freeze] s.homepage = "http://github.com/DVELP/underlay".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Generate a Rails app using DVELP'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/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/spec_helper.rb".freeze, "spec/support/fake_github.rb".freeze, "spec/support/fake_heroku.rb".freeze, "spec/support/underlay.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 6.0.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.2".freeze]) end