--- !ruby/object:Gem::Specification name: orats version: !ruby/object:Gem::Version version: 0.9.6 platform: ruby authors: - Nick Janetakis autorequire: bindir: bin cert_chain: [] date: 2014-12-20 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: thor requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.5' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.5' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: minitest requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.3' description: Generate modern Ruby on Rails applications using best practices. email: - nick.janetakis@gmail.com executables: - orats extensions: [] extra_rdoc_files: [] files: - ".gitignore" - Gemfile - LICENSE - README.md - Rakefile - bin/orats - lib/orats.rb - lib/orats/argv_adjust.rb - lib/orats/cli.rb - lib/orats/cli_help/new - lib/orats/cli_help/nuke - lib/orats/commands/new/exec.rb - lib/orats/commands/new/rails.rb - lib/orats/commands/new/server.rb - lib/orats/commands/nuke.rb - lib/orats/common.rb - lib/orats/postgres.rb - lib/orats/process.rb - lib/orats/redis.rb - lib/orats/shell.rb - lib/orats/templates/auth.rb - lib/orats/templates/base.rb - lib/orats/templates/includes/common/.gitignore - lib/orats/templates/includes/common/LICENSE - lib/orats/templates/includes/new/rails/.env - lib/orats/templates/includes/new/rails/Gemfile - lib/orats/templates/includes/new/rails/Procfile - lib/orats/templates/includes/new/rails/README.md - lib/orats/templates/includes/new/rails/app/assets/favicon/favicon_base.png - lib/orats/templates/includes/new/rails/app/helpers/application_helper.rb - lib/orats/templates/includes/new/rails/app/models/account.rb - lib/orats/templates/includes/new/rails/app/views/devise/confirmations/new.html.erb - lib/orats/templates/includes/new/rails/app/views/devise/mailer/confirmation_instructions.html.erb - lib/orats/templates/includes/new/rails/app/views/devise/mailer/reset_password_instructions.html.erb - lib/orats/templates/includes/new/rails/app/views/devise/mailer/unlock_instructions.html.erb - lib/orats/templates/includes/new/rails/app/views/devise/passwords/edit.html.erb - lib/orats/templates/includes/new/rails/app/views/devise/passwords/new.html.erb - lib/orats/templates/includes/new/rails/app/views/devise/registrations/edit.html.erb - lib/orats/templates/includes/new/rails/app/views/devise/registrations/new.html.erb - lib/orats/templates/includes/new/rails/app/views/devise/sessions/new.html.erb - lib/orats/templates/includes/new/rails/app/views/devise/shared/_links.html.erb - lib/orats/templates/includes/new/rails/app/views/devise/unlocks/new.html.erb - lib/orats/templates/includes/new/rails/app/views/layouts/_disqus_comments_snippet.html.erb - lib/orats/templates/includes/new/rails/app/views/layouts/_disqus_count_snippet.html.erb - lib/orats/templates/includes/new/rails/app/views/layouts/_flash.html.erb - lib/orats/templates/includes/new/rails/app/views/layouts/_footer.html.erb - lib/orats/templates/includes/new/rails/app/views/layouts/_google_analytics_snippet.html.erb - lib/orats/templates/includes/new/rails/app/views/layouts/_navigation.html.erb - lib/orats/templates/includes/new/rails/app/views/layouts/_navigation_auth.html.erb - lib/orats/templates/includes/new/rails/app/views/layouts/_navigation_links.html.erb - lib/orats/templates/includes/new/rails/app/views/layouts/application.html.erb - lib/orats/templates/includes/new/rails/app/views/pages/home.html.erb - lib/orats/templates/includes/new/rails/config/database.yml - lib/orats/templates/includes/new/rails/config/environments/staging.rb - lib/orats/templates/includes/new/rails/config/initializers/devise_async.rb - lib/orats/templates/includes/new/rails/config/initializers/mini_profiler.rb - lib/orats/templates/includes/new/rails/config/initializers/sidekiq.rb - lib/orats/templates/includes/new/rails/config/puma.rb - lib/orats/templates/includes/new/rails/config/schedule.rb - lib/orats/templates/includes/new/rails/config/secrets.yml - lib/orats/templates/includes/new/rails/config/sidekiq.yml - lib/orats/templates/includes/new/rails/config/sitemap.rb - lib/orats/templates/includes/new/rails/config/unicorn.rb - lib/orats/templates/includes/new/rails/lib/tasks/orats/favicon.rake - lib/orats/templates/includes/new/rails/public/404.html - lib/orats/templates/includes/new/rails/public/422.html - lib/orats/templates/includes/new/rails/public/500.html - lib/orats/templates/includes/new/rails/public/502.html - lib/orats/templates/includes/new/rails/public/deploy.html - lib/orats/templates/includes/new/rails/test/fixtures/accounts.yml - lib/orats/templates/includes/new/rails/test/models/account_test.rb - lib/orats/ui.rb - lib/orats/version.rb - orats.gemspec - test/integration/cli_test.rb - test/test_helper.rb homepage: https://github.com/nickjj/orats licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: Opinionated rails application templates. test_files: - test/integration/cli_test.rb - test/test_helper.rb has_rdoc: