--- !ruby/object:Gem::Specification name: nubis_rails_boilerplate version: !ruby/object:Gem::Version version: 0.0.8 prerelease: platform: ruby authors: - Nubis autorequire: bindir: bin cert_chain: [] date: 2013-05-13 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: capistrano requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: activeadmin requirement: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 0.6.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 0.6.0 - !ruby/object:Gem::Dependency name: settingslogic requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 3.2.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 3.2.0 description: I usually start the same rails apps, running on the same infrastructure, so this collection of recipes and application templates let me focus on what I care about the most. email: yo@nubis.im executables: - new_real_estate_app extensions: [] extra_rdoc_files: [] files: - skeletons/real_estate_app/app/admin/admin_user.rb - skeletons/real_estate_app/app/admin/dashboard.rb - skeletons/real_estate_app/app/admin/neighborhood.rb - skeletons/real_estate_app/app/admin/property.rb - skeletons/real_estate_app/app/assets/images/rails.png - skeletons/real_estate_app/app/assets/javascripts/active_admin.js - skeletons/real_estate_app/app/assets/javascripts/application.js - skeletons/real_estate_app/app/assets/stylesheets/active_admin.css.scss - skeletons/real_estate_app/app/assets/stylesheets/application.css.scss - skeletons/real_estate_app/app/assets/stylesheets/main.css.scss - skeletons/real_estate_app/app/controllers/application_controller.rb - skeletons/real_estate_app/app/controllers/neighborhoods_controller.rb - skeletons/real_estate_app/app/controllers/pages_controller.rb - skeletons/real_estate_app/app/controllers/properties_controller.rb - skeletons/real_estate_app/app/helpers/application_helper.rb - skeletons/real_estate_app/app/models/admin_user.rb - skeletons/real_estate_app/app/models/image.rb - skeletons/real_estate_app/app/models/neighborhood.rb - skeletons/real_estate_app/app/models/property.rb - skeletons/real_estate_app/app/models/settings.rb - skeletons/real_estate_app/app/views/layouts/_navigation.html.haml - skeletons/real_estate_app/app/views/layouts/application.html.haml - skeletons/real_estate_app/app/views/neighborhoods/index.html.haml - skeletons/real_estate_app/app/views/neighborhoods/show.html.haml - skeletons/real_estate_app/app/views/pages/about_us.html.haml - skeletons/real_estate_app/app/views/pages/contact_us.html.haml - skeletons/real_estate_app/app/views/pages/home.html.haml - skeletons/real_estate_app/app/views/pages/privacy_policy.html.haml - skeletons/real_estate_app/app/views/pages/terms_of_service.html.haml - skeletons/real_estate_app/app/views/properties/index.html.haml - skeletons/real_estate_app/app/views/properties/show.html.haml - skeletons/real_estate_app/Capfile - skeletons/real_estate_app/config/application.rb - skeletons/real_estate_app/config/boot.rb - skeletons/real_estate_app/config/database.yml - skeletons/real_estate_app/config/deploy.rb - skeletons/real_estate_app/config/deploy.yml - skeletons/real_estate_app/config/environment.rb - skeletons/real_estate_app/config/environments/development.rb - skeletons/real_estate_app/config/environments/production.rb - skeletons/real_estate_app/config/environments/test.rb - skeletons/real_estate_app/config/initializers/active_admin.rb - skeletons/real_estate_app/config/initializers/backtrace_silencers.rb - skeletons/real_estate_app/config/initializers/devise.rb - skeletons/real_estate_app/config/initializers/inflections.rb - skeletons/real_estate_app/config/initializers/mime_types.rb - skeletons/real_estate_app/config/initializers/secret_token.rb - skeletons/real_estate_app/config/initializers/session_store.rb - skeletons/real_estate_app/config/initializers/wrap_parameters.rb - skeletons/real_estate_app/config/locales/devise.en.yml - skeletons/real_estate_app/config/locales/en.yml - skeletons/real_estate_app/config/routes.rb - skeletons/real_estate_app/config.ru - skeletons/real_estate_app/db/migrate/20130209155748_devise_create_admin_users.rb - skeletons/real_estate_app/db/migrate/20130209155756_create_admin_notes.rb - skeletons/real_estate_app/db/migrate/20130209155757_move_admin_notes_to_comments.rb - skeletons/real_estate_app/db/migrate/20130209160552_initial_tables.rb - skeletons/real_estate_app/db/schema.rb - skeletons/real_estate_app/db/seeds.rb - skeletons/real_estate_app/doc/README_FOR_APP - skeletons/real_estate_app/Gemfile - skeletons/real_estate_app/Gemfile.lock - skeletons/real_estate_app/public/404.html - skeletons/real_estate_app/public/422.html - skeletons/real_estate_app/public/500.html - skeletons/real_estate_app/public/favicon.ico - skeletons/real_estate_app/public/robots.txt - skeletons/real_estate_app/Rakefile - skeletons/real_estate_app/README.rdoc - skeletons/real_estate_app/script/rails - skeletons/real_estate_app/spec/controllers/admin/admin_users_controller_spec.rb - skeletons/real_estate_app/spec/controllers/admin/neighborhoods_controller_spec.rb - skeletons/real_estate_app/spec/controllers/admin/properties_controller_spec.rb - skeletons/real_estate_app/spec/controllers/neighborhoods_controller_spec.rb - skeletons/real_estate_app/spec/controllers/pages_controller_spec.rb - skeletons/real_estate_app/spec/controllers/properties_controller_spec.rb - skeletons/real_estate_app/spec/factories/admin_users.rb - skeletons/real_estate_app/spec/factories/neigborhoods.rb - skeletons/real_estate_app/spec/factories/properties.rb - skeletons/real_estate_app/spec/fixtures/image.jpg - skeletons/real_estate_app/spec/models/admin_user_spec.rb - skeletons/real_estate_app/spec/models/image_spec.rb - skeletons/real_estate_app/spec/models/property_spec.rb - skeletons/real_estate_app/spec/spec_helper.rb - skeletons/real_estate_app/test/performance/browsing_test.rb - skeletons/real_estate_app/test/test_helper.rb - lib/capistrano_recipes/base.rb - lib/capistrano_recipes/check.rb - lib/capistrano_recipes/deploy_configs.rb - lib/capistrano_recipes/mysql.rb - lib/capistrano_recipes/nginx.rb - lib/capistrano_recipes/nodejs.rb - lib/capistrano_recipes/rbenv.rb - lib/capistrano_recipes/templates/mysql.yml.erb - lib/capistrano_recipes/templates/nginx_unicorn.erb - lib/capistrano_recipes/templates/unicorn.rb.erb - lib/capistrano_recipes/templates/unicorn_init.erb - lib/capistrano_recipes/unicorn.rb - lib/engine.rb - lib/extra_activeadmin.rb - lib/extra_capistrano.rb - lib/nubis_rails_boilerplate.rb - lib/rails_app_templates/real_estate_app.rb - lib/rails_app_templates/site_with_admin.rb - lib/rails_app_templates/spree.rb - lib/templates.rb - Readme.md - MIT-LICENSE - bin/new_real_estate_app homepage: https://github.com/nubis/nubis_rails_boilerplate licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: My preferred rails application templates, capistrano tasks, etc test_files: [] has_rdoc: