--- !ruby/object:Gem::Specification name: myrails version: !ruby/object:Gem::Version version: 2.0.0 platform: ruby authors: - Vell autorequire: bindir: bin cert_chain: [] date: 2016-11-16 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.13' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.13' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 5.0.0.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 5.0.0.1 - !ruby/object:Gem::Dependency name: thor requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.19.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.19.1 description: Generates files with with boiler plate code. Supports pundit, presenters, installing of themes from bootswatch and others. email: - lovell.mcilwain@gmail.com executables: - myrails extensions: [] extra_rdoc_files: [] files: - Gemfile - LICENSE.txt - README.md - Rakefile - bin/console - bin/myrails - bin/setup - lib/myrails.rb - lib/myrails/templates/assets/animate.scss - lib/myrails/templates/assets/application.css.sass - lib/myrails/templates/assets/application.js - lib/myrails/templates/assets/bootstrap_themes/cerulean.scss - lib/myrails/templates/assets/bootstrap_themes/cosmo.scss - lib/myrails/templates/assets/bootstrap_themes/cyborg.scss - lib/myrails/templates/assets/bootstrap_themes/darkly.scss - lib/myrails/templates/assets/bootstrap_themes/flatly.scss - lib/myrails/templates/assets/bootstrap_themes/journal.scss - lib/myrails/templates/assets/bootstrap_themes/lumen.scss - lib/myrails/templates/assets/bootstrap_themes/paper.scss - lib/myrails/templates/assets/bootstrap_themes/readable.scss - lib/myrails/templates/assets/bootstrap_themes/sandstone.scss - lib/myrails/templates/assets/bootstrap_themes/simplex.scss - lib/myrails/templates/assets/bootstrap_themes/slate.scss - lib/myrails/templates/assets/bootstrap_themes/spacelab.scss - lib/myrails/templates/assets/bootstrap_themes/superhero.scss - lib/myrails/templates/assets/bootstrap_themes/united.scss - lib/myrails/templates/assets/bootstrap_themes/yeti.scss - lib/myrails/templates/assets/will_paginate.scss - lib/myrails/templates/db/mysql_database.yml - lib/myrails/templates/db/sqlite3_database.yml - lib/myrails/templates/heroku/Procfile - lib/myrails/templates/heroku/puma.rb - lib/myrails/templates/layout/_error_messages.html.haml - lib/myrails/templates/layout/_info_messages.html.haml - lib/myrails/templates/layout/_nav.html.haml - lib/myrails/templates/layout/_success_message.html.haml - lib/myrails/templates/layout/application.html.haml - lib/myrails/templates/layout/footers/css/footer-distributed-with-address-and-phones.scss - lib/myrails/templates/layout/footers/css/footer-distributed-with-contact-form.scss - lib/myrails/templates/layout/footers/css/footer-distributed-with-search.scss - lib/myrails/templates/layout/footers/css/footer-distributed.scss - lib/myrails/templates/layout/footers/footer-distributed-with-address-and-phones.html.haml - lib/myrails/templates/layout/footers/footer-distributed-with-contact-form.html.haml - lib/myrails/templates/layout/footers/footer-distributed-with-search.html.haml - lib/myrails/templates/layout/footers/footer-distributed.html.haml - lib/myrails/templates/mailer/dev_mail_interceptor.rb - lib/myrails/templates/mailer/sendgrid.rb - lib/myrails/templates/presenters/base.rb - lib/myrails/templates/presenters/presenter.rb - lib/myrails/templates/presenters/presenter_config.rb - lib/myrails/templates/presenters/presenter_spec.rb - lib/myrails/templates/rails/application_helper.rb - lib/myrails/templates/rails/controller.rb - lib/myrails/templates/rails/model.rb - lib/myrails/templates/rails/namespace_controller.rb - lib/myrails/templates/rails/namespace_model.rb - lib/myrails/templates/rails/parent_namespace_controller.rb - lib/myrails/templates/rails/pundit.rb - lib/myrails/templates/rspec/controller.rb - lib/myrails/templates/rspec/database_cleaner.rb - lib/myrails/templates/rspec/devise.rb - lib/myrails/templates/rspec/factory.rb - lib/myrails/templates/rspec/factory_girl.rb - lib/myrails/templates/rspec/files.rb - lib/myrails/templates/rspec/javascript.rb - lib/myrails/templates/rspec/mailer.rb - lib/myrails/templates/rspec/model.rb - lib/myrails/templates/rspec/namespace_controller.rb - lib/myrails/templates/rspec/namespace_model.rb - lib/myrails/templates/rspec/pundit.rb - lib/myrails/templates/rspec/pundit_matchers.rb - lib/myrails/templates/rspec/router.rb - lib/myrails/templates/rspec/shoulda_matchers.rb - lib/myrails/templates/rspec/silence_backtrace.rb - lib/myrails/templates/ui/index.html.haml - lib/myrails/templates/ui/ui_controller.rb - lib/myrails/version.rb - myrails.gemspec - spec/controllers/sam_controller_spec.rb - spec/myrails_spec.rb - spec/spec_helper.rb homepage: https://github.com/vmcilwain/myrails licenses: - MIT metadata: allowed_push_host: https://rubygems.org 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.4.8 signing_key: specification_version: 4 summary: A thor backed generator for generating rails related files based on my style of coding test_files: - spec/controllers/sam_controller_spec.rb - spec/myrails_spec.rb - spec/spec_helper.rb