--- !ruby/object:Gem::Specification name: rails_app version: !ruby/object:Gem::Version version: 0.3.0 platform: ruby authors: - Chuck Smith autorequire: bindir: bin cert_chain: [] date: 2024-04-03 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bootsnap requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.18' - - ">=" - !ruby/object:Gem::Version version: 1.18.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.18' - - ">=" - !ruby/object:Gem::Version version: 1.18.3 - !ruby/object:Gem::Dependency name: thor requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' - - ">=" - !ruby/object:Gem::Version version: 1.3.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' - - ">=" - !ruby/object:Gem::Version version: 1.3.1 - !ruby/object:Gem::Dependency name: tty-prompt requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.23.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.23.1 description: Bootstrap a new customized Rails application with a better development experience. email: - chuck@eclecticsaddlebag.com executables: - rails_app extensions: [] extra_rdoc_files: [] files: - ".rspec" - ".ruby-version" - ".standard.yml" - CHANGELOG.md - LICENSE.txt - README.md - Rakefile - bin/rails_app - lib/rails_app.rb - lib/rails_app/cli.rb - lib/rails_app/command.rb - lib/rails_app/error.rb - lib/rails_app/rails_app.rb - lib/rails_app/template/.rspec - lib/rails_app/template/.rubocop.yml - lib/rails_app/template/.rubocop_todo.yml - lib/rails_app/template/Brewfile - lib/rails_app/template/app_bootstrap/assets/stylesheets/_customized_bootstrap.scss - lib/rails_app/template/app_bootstrap/assets/stylesheets/application.bootstrap.scss - lib/rails_app/template/app_bootstrap/assets/stylesheets/custom.scss - lib/rails_app/template/app_bootstrap/helpers/application_helper.rb - lib/rails_app/template/app_bootstrap/helpers/bootstrap_helper.rb - lib/rails_app/template/app_bootstrap/views/devise/confirmations/new.html.erb - lib/rails_app/template/app_bootstrap/views/devise/mailer/confirmation_instructions.html.erb - lib/rails_app/template/app_bootstrap/views/devise/mailer/email_changed.html.erb - lib/rails_app/template/app_bootstrap/views/devise/mailer/password_change.html.erb - lib/rails_app/template/app_bootstrap/views/devise/mailer/reset_password_instructions.html.erb - lib/rails_app/template/app_bootstrap/views/devise/mailer/unlock_instructions.html.erb - lib/rails_app/template/app_bootstrap/views/devise/passwords/edit.html.erb - lib/rails_app/template/app_bootstrap/views/devise/passwords/new.html.erb - lib/rails_app/template/app_bootstrap/views/devise/registrations/edit.html.erb - lib/rails_app/template/app_bootstrap/views/devise/registrations/new.html.erb - lib/rails_app/template/app_bootstrap/views/devise/sessions/new.html.erb - lib/rails_app/template/app_bootstrap/views/devise/shared/_error_messages.html.erb - lib/rails_app/template/app_bootstrap/views/devise/shared/_links.html.erb - lib/rails_app/template/app_bootstrap/views/devise/unlocks/new.html.erb - lib/rails_app/template/app_bootstrap/views/layouts/application.html.erb - lib/rails_app/template/app_bootstrap/views/layouts/mailer.html.erb - lib/rails_app/template/app_bootstrap/views/layouts/mailer.text.erb - lib/rails_app/template/app_bootstrap/views/shared/_footer.html.erb - lib/rails_app/template/app_bootstrap/views/shared/_form_errors.html.erb - lib/rails_app/template/app_bootstrap/views/shared/_navbar.html.erb - lib/rails_app/template/app_bootstrap/views/shared/_notices.html.erb - lib/rails_app/template/app_bootstrap/views/static/home.html.erb - lib/rails_app/template/app_sass/assets/stylesheets/application.sass.scss - lib/rails_app/template/app_sass/assets/stylesheets/custom.sass.scss - lib/rails_app/template/app_sass/views/devise/confirmations/new.html.erb - lib/rails_app/template/app_sass/views/devise/mailer/confirmation_instructions.html.erb - lib/rails_app/template/app_sass/views/devise/mailer/email_changed.html.erb - lib/rails_app/template/app_sass/views/devise/mailer/password_change.html.erb - lib/rails_app/template/app_sass/views/devise/mailer/reset_password_instructions.html.erb - lib/rails_app/template/app_sass/views/devise/mailer/unlock_instructions.html.erb - lib/rails_app/template/app_sass/views/devise/passwords/edit.html.erb - lib/rails_app/template/app_sass/views/devise/passwords/new.html.erb - lib/rails_app/template/app_sass/views/devise/registrations/edit.html.erb - lib/rails_app/template/app_sass/views/devise/registrations/new.html.erb - lib/rails_app/template/app_sass/views/devise/sessions/new.html.erb - lib/rails_app/template/app_sass/views/devise/shared/_error_messages.html.erb - lib/rails_app/template/app_sass/views/devise/shared/_links.html.erb - lib/rails_app/template/app_sass/views/devise/unlocks/new.html.erb - lib/rails_app/template/app_sass/views/layouts/application.html.erb - lib/rails_app/template/app_sass/views/layouts/mailer.html.erb - lib/rails_app/template/app_sass/views/layouts/mailer.text.erb - lib/rails_app/template/app_sass/views/shared/_navbar.html.erb - lib/rails_app/template/app_sass/views/static/home.html.erb - lib/rails_app/template/bin/ci - lib/rails_app/template/bin/setup - lib/rails_app/template/bin/yarn - lib/rails_app/template/config/gems/app.rb - lib/rails_app/template/config/gems/rspec_gemfile.rb - lib/rails_app/template/config/initializers/generators.rb - lib/rails_app/template/esbuild.config.mjs - lib/rails_app/template/spec/rails_helper.rb - lib/rails_app/template/spec/spec_helper.rb - lib/rails_app/template/spec/support/vcr_setup.rb - lib/rails_app/template/spec/support/webmock.rb - lib/rails_app/template/template.rb - lib/rails_app/version.rb - rails_app.gemspec - screenshot_cli.png homepage: https://github.com/eclectic-coding/rails_app licenses: - MIT metadata: homepage_uri: https://github.com/eclectic-coding/rails_app source_code_uri: https://github.com/eclectic-coding/rails_app changelog_uri: https://github.com/eclectic-coding/rails_app/blob/main/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.1.4 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.5.6 signing_key: specification_version: 4 summary: Bootstrap a new customized Rails application with a better development experience. test_files: []