--- !ruby/object:Gem::Specification name: orats version: !ruby/object:Gem::Version version: 0.7.1 platform: ruby authors: - Nick Janetakis autorequire: bindir: bin cert_chain: [] date: 2014-06-26 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: A collection of rails application templates using modern versions of Ruby on Rails. Launch new applications and the infrastructure to run them in seconds. email: - nick.janetakis@gmail.com executables: - orats extensions: [] extra_rdoc_files: [] files: - ".gitignore" - Gemfile - LICENSE.txt - README.md - Rakefile - bin/orats - lib/orats.rb - lib/orats/cli.rb - lib/orats/commands/common.rb - lib/orats/commands/diff/compare.rb - lib/orats/commands/diff/exec.rb - lib/orats/commands/diff/parse.rb - lib/orats/commands/inventory.rb - lib/orats/commands/nuke.rb - lib/orats/commands/playbook.rb - lib/orats/commands/project/exec.rb - lib/orats/commands/project/rails.rb - lib/orats/commands/project/server.rb - lib/orats/commands/ui.rb - lib/orats/templates/auth.rb - lib/orats/templates/base.rb - lib/orats/templates/includes/common/LICENSE - lib/orats/templates/includes/inventory/group_vars/all.yml - lib/orats/templates/includes/inventory/hosts - 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/_google_analytics_tracker.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/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/whenever.rb - lib/orats/templates/includes/new/rails/lib/backup/config.rb - lib/orats/templates/includes/new/rails/lib/backup/models/backup.rb - lib/orats/templates/includes/new/rails/lib/tasks/orats/backup.rake - 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/test/fixtures/accounts.yml - lib/orats/templates/includes/new/rails/test/models/account_test.rb - lib/orats/templates/includes/playbook/Galaxyfile - lib/orats/templates/includes/playbook/site.yml - lib/orats/templates/playbook.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