--- !ruby/object:Gem::Specification name: goma version: !ruby/object:Gem::Version version: 0.0.1.rc3 platform: ruby authors: - Kentaro Imai autorequire: bindir: bin cert_chain: [] date: 2014-05-24 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.0' - !ruby/object:Gem::Dependency name: warden 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: sqlite3 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: bcrypt 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: fabrication 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: mocha 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: shoulda-context 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: timecop 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: capybara 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-ansi 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: single_test 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: byebug 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' description: An authentication solution for Rails 4 email: - kentaroi@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".travis.yml" - ".yardopts" - Gemfile - Gemfile.lock - MIT-LICENSE - README.md - Rakefile - goma.gemspec - lib/generators/goma/erb/erb_generator.rb - lib/generators/goma/erb/templates/confirmation/new.html.erb - lib/generators/goma/erb/templates/password/edit.html.erb - lib/generators/goma/erb/templates/password/new.html.erb - lib/generators/goma/erb/templates/session/new.html.erb - lib/generators/goma/erb/templates/unlock/new.html.erb - lib/generators/goma/erb/templates/user/_form.html.erb - lib/generators/goma/erb/templates/user/edit.html.erb - lib/generators/goma/erb/templates/user/index.html.erb - lib/generators/goma/erb/templates/user/new.html.erb - lib/generators/goma/erb/templates/user/show.html.erb - lib/generators/goma/helpers/helpers.rb - lib/generators/goma/helpers/mailer_helpers.rb - lib/generators/goma/install/install_generator.rb - lib/generators/goma/install/templates/goma.rb - lib/generators/goma/mailer/erb/erb_generator.rb - lib/generators/goma/mailer/erb/templates/activation_needed_email.html.erb - lib/generators/goma/mailer/erb/templates/activation_needed_email.text.erb - lib/generators/goma/mailer/erb/templates/activation_success_email.html.erb - lib/generators/goma/mailer/erb/templates/activation_success_email.text.erb - lib/generators/goma/mailer/erb/templates/email_confirmation_needed_email.html.erb - lib/generators/goma/mailer/erb/templates/email_confirmation_needed_email.text.erb - lib/generators/goma/mailer/erb/templates/email_confirmation_success_email.html.erb - lib/generators/goma/mailer/erb/templates/email_confirmation_success_email.text.erb - lib/generators/goma/mailer/erb/templates/reset_password_email.html.erb - lib/generators/goma/mailer/erb/templates/reset_password_email.text.erb - lib/generators/goma/mailer/erb/templates/unlock_token_email.html.erb - lib/generators/goma/mailer/erb/templates/unlock_token_email.text.erb - lib/generators/goma/mailer/erb/templates/view.html.erb - lib/generators/goma/mailer/erb/templates/view.text.erb - lib/generators/goma/mailer/mailer_generator.rb - lib/generators/goma/mailer/templates/mailer.rb - lib/generators/goma/migration/templates/create_table_migration.rb - lib/generators/goma/migration/templates/migration_existing.rb - lib/generators/goma/model/active_record_generator.rb - lib/generators/goma/model/model_generator.rb - lib/generators/goma/model/oauth/active_record_generator.rb - lib/generators/goma/model/oauth/oauth_generator.rb - lib/generators/goma/model/oauth/templates/model.rb - lib/generators/goma/model/templates/model.rb - lib/generators/goma/resource_route/resource_route_generator.rb - lib/generators/goma/scaffold/confirmation_generator.rb - lib/generators/goma/scaffold/oauth_generator.rb - lib/generators/goma/scaffold/password_generator.rb - lib/generators/goma/scaffold/scaffold_generator.rb - lib/generators/goma/scaffold/session_generator.rb - lib/generators/goma/scaffold/unlock_generator.rb - lib/generators/goma/scaffold/user_generator.rb - lib/generators/goma/scaffold_controller/scaffold_controller_generator.rb - lib/generators/goma/scaffold_controller/templates/confirmation_controller.rb - lib/generators/goma/scaffold_controller/templates/oauth_controller.rb - lib/generators/goma/scaffold_controller/templates/password_controller.rb - lib/generators/goma/scaffold_controller/templates/session_controller.rb - lib/generators/goma/scaffold_controller/templates/unlock_controller.rb - lib/generators/goma/scaffold_controller/templates/user_controller.rb - lib/generators/test_unit/goma/model/model_generator.rb - lib/generators/test_unit/goma/model/templates/fixtures.yml - lib/generators/test_unit/goma/model/templates/unit_test.rb - lib/generators/test_unit/goma/scaffold/scaffold_generator.rb - lib/generators/test_unit/goma/scaffold/templates/confirmation_functional_test.rb - lib/generators/test_unit/goma/scaffold/templates/functional_test.rb - lib/generators/test_unit/goma/scaffold/templates/oauth_functional_test.rb - lib/generators/test_unit/goma/scaffold/templates/password_functional_test.rb - lib/generators/test_unit/goma/scaffold/templates/session_functional_test.rb - lib/generators/test_unit/goma/scaffold/templates/unlock_functional_test.rb - lib/generators/test_unit/goma/scaffold/templates/user_functional_test.rb - lib/goma.rb - lib/goma/config.rb - lib/goma/controller_test_helpers.rb - lib/goma/controllers.rb - lib/goma/controllers/confirmable.rb - lib/goma/controllers/password_authenticatable.rb - lib/goma/controllers/rememberable.rb - lib/goma/controllers/timeoutable.rb - lib/goma/controllers/trackable.rb - lib/goma/encryptors/bcrypt.rb - lib/goma/hooks/lockable.rb - lib/goma/hooks/trackable.rb - lib/goma/mailer.rb - lib/goma/models.rb - lib/goma/models/authenticatable.rb - lib/goma/models/confirmable.rb - lib/goma/models/lockable.rb - lib/goma/models/omniauthable.rb - lib/goma/models/password_authenticatable.rb - lib/goma/models/recoverable.rb - lib/goma/models/rememberable.rb - lib/goma/models/timeoutable.rb - lib/goma/models/trackable.rb - lib/goma/models/validatable.rb - lib/goma/railtie.rb - lib/goma/routes.rb - lib/goma/strategies/rememberable.rb - lib/goma/token_generator.rb - lib/goma/version.rb - lib/goma/warden.rb - lib/tasks/goma_tasks.rake - test/controllers/helpers_test.rb - test/controllers/lockable_controller_test.rb - test/controllers/sessions_controller_test.rb - test/fabricators/authentication_fabricator.rb - test/fabricators/user_fabricator.rb - test/integration/confirmable_integration_test.rb - test/integration/lockable_integration_test.rb - test/integration/omniauthable_integration_test.rb - test/integration/password_authenticatable_integration_test.rb - test/integration/recoverable_integration_test.rb - test/integration/rememberable_integration_test.rb - test/integration/routes_integration_test.rb - test/integration/timeoutable_integration_test.rb - test/integration/trackable_integration_test.rb - test/models/authenticatable_test.rb - test/models/confirmable_test.rb - test/models/goma_test.rb - test/models/lockable_test.rb - test/models/omniauthable_test.rb - test/models/password_authenticatable_test.rb - test/models/recoverable_test.rb - test/models/rememberable_test.rb - test/models/timeoutable_test.rb - test/models/trackable_test.rb - test/models/validatable_test.rb - test/orm/active_record.rb - test/rails_app/README.rdoc - test/rails_app/Rakefile - test/rails_app/app/assets/images/.keep - test/rails_app/app/assets/javascripts/application.js - test/rails_app/app/assets/javascripts/confirmations.js - test/rails_app/app/assets/javascripts/home.js - test/rails_app/app/assets/javascripts/secret.js - test/rails_app/app/assets/javascripts/users.js - test/rails_app/app/assets/stylesheets/application.css - test/rails_app/app/assets/stylesheets/authentications.css - test/rails_app/app/assets/stylesheets/confirmations.css - test/rails_app/app/assets/stylesheets/home.css - test/rails_app/app/assets/stylesheets/passwords.css - test/rails_app/app/assets/stylesheets/scaffold.css - test/rails_app/app/assets/stylesheets/secret.css - test/rails_app/app/assets/stylesheets/sessions.css - test/rails_app/app/assets/stylesheets/unlocks.css - test/rails_app/app/assets/stylesheets/users.css - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/controllers/authentications_controller.rb - test/rails_app/app/controllers/concerns/.keep - test/rails_app/app/controllers/confirmations_controller.rb - test/rails_app/app/controllers/home_controller.rb - test/rails_app/app/controllers/passwords_controller.rb - test/rails_app/app/controllers/secret_controller.rb - test/rails_app/app/controllers/sessions_controller.rb - test/rails_app/app/controllers/unlocks_controller.rb - test/rails_app/app/controllers/users_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/helpers/authentications_helper.rb - test/rails_app/app/helpers/confirmations_helper.rb - test/rails_app/app/helpers/home_helper.rb - test/rails_app/app/helpers/passwords_helper.rb - test/rails_app/app/helpers/secret_helper.rb - test/rails_app/app/helpers/sessions_helper.rb - test/rails_app/app/helpers/unlocks_helper.rb - test/rails_app/app/helpers/users_helper.rb - test/rails_app/app/mailers/.keep - test/rails_app/app/mailers/user_mailer.rb - test/rails_app/app/models/.keep - test/rails_app/app/models/authentication.rb - test/rails_app/app/models/concerns/.keep - test/rails_app/app/models/user.rb - test/rails_app/app/views/confirmations/new.html.erb - test/rails_app/app/views/home/index.html.erb - test/rails_app/app/views/layouts/application.html.erb - test/rails_app/app/views/passwords/edit.html.erb - test/rails_app/app/views/passwords/new.html.erb - test/rails_app/app/views/sessions/new.html.erb - test/rails_app/app/views/unlocks/new.html.erb - test/rails_app/app/views/user_mailer/activation_needed_email.text.erb - test/rails_app/app/views/user_mailer/activation_success_email.text.erb - test/rails_app/app/views/user_mailer/email_confirmation_needed_email.text.erb - test/rails_app/app/views/user_mailer/email_confirmation_success_email.text.erb - test/rails_app/app/views/user_mailer/reset_password_email.text.erb - test/rails_app/app/views/user_mailer/unlock_token_email.text.erb - test/rails_app/app/views/users/_form.html.erb - test/rails_app/app/views/users/edit.html.erb - test/rails_app/app/views/users/index.html.erb - test/rails_app/app/views/users/new.html.erb - test/rails_app/app/views/users/show.html.erb - test/rails_app/bin/bundle - test/rails_app/bin/rails - test/rails_app/bin/rake - test/rails_app/config.ru - test/rails_app/config/application.rb - test/rails_app/config/boot.rb - test/rails_app/config/database.yml - test/rails_app/config/environment.rb - test/rails_app/config/environments/development.rb - test/rails_app/config/environments/production.rb - test/rails_app/config/environments/test.rb - test/rails_app/config/initializers/backtrace_silencers.rb - test/rails_app/config/initializers/filter_parameter_logging.rb - test/rails_app/config/initializers/goma.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/mime_types.rb - test/rails_app/config/initializers/omniauth.rb - test/rails_app/config/initializers/secret_token.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/initializers/wrap_parameters.rb - test/rails_app/config/locales/en.yml - test/rails_app/config/routes.rb - test/rails_app/db/migrate/20140524062919_create_users.rb - test/rails_app/db/migrate/20140524062920_create_authentications.rb - test/rails_app/db/schema.rb - test/rails_app/lib/assets/.keep - test/rails_app/log/.keep - test/rails_app/public/404.html - test/rails_app/public/422.html - test/rails_app/public/500.html - test/rails_app/public/favicon.ico - test/rails_app/test/controllers/authentications_controller_test.rb - test/rails_app/test/controllers/confirmations_controller_test.rb - test/rails_app/test/controllers/passwords_controller_test.rb - test/rails_app/test/controllers/sessions_controller_test.rb - test/rails_app/test/controllers/unlocks_controller_test.rb - test/rails_app/test/controllers/users_controller_test.rb - test/rails_app/test/fixtures/authentications.yml - test/rails_app/test/fixtures/users.yml - test/rails_app/test/helpers/authentications_helper_test.rb - test/rails_app/test/helpers/confirmations_helper_test.rb - test/rails_app/test/helpers/passwords_helper_test.rb - test/rails_app/test/helpers/sessions_helper_test.rb - test/rails_app/test/helpers/unlocks_helper_test.rb - test/rails_app/test/helpers/users_helper_test.rb - test/rails_app/test/mailers/user_mailer_test.rb - test/rails_app/test/models/authentication_test.rb - test/rails_app/test/models/user_test.rb - test/rails_app/test/test_helper.rb - test/test_helper.rb homepage: https://github.com/kentaroi/goma licenses: - MIT metadata: {} post_install_message: "\n\e[32mThank you for installing!\n\nYou can use this gem as follows:\n\n\e[0mrails g goma:install\e[32m\n\nEdit config/initializers/goma.rb to fit your needs.\n\n\e[0mrails g goma:scaffold User\e[32m\n\n\n===========================================================================\nSome setup you must do manually if you heven't yet:\n\n- Ensure you have defined default url options in your environments files.\n Here is an example of default_url_options appropriate for a development\n environment in config/environments/development.rb\n\n \ \e[0mconfig.action_mailer.default_url_options = { host: 'localhost:3000' }\e[32m\n\n \ in production, :host should be set to the actual host of your application.\n\n===========================================================================\n\n\nThat's it.\n\nThis gem is in early development phase and I do not recommend you to use this for production for a while.\nBug reports and pull requests are welcome.\n\nEnjoy!\e[0m\n" 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: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: An authentication solution for Rails 4 test_files: - test/controllers/helpers_test.rb - test/controllers/lockable_controller_test.rb - test/controllers/sessions_controller_test.rb - test/fabricators/authentication_fabricator.rb - test/fabricators/user_fabricator.rb - test/integration/confirmable_integration_test.rb - test/integration/lockable_integration_test.rb - test/integration/omniauthable_integration_test.rb - test/integration/password_authenticatable_integration_test.rb - test/integration/recoverable_integration_test.rb - test/integration/rememberable_integration_test.rb - test/integration/routes_integration_test.rb - test/integration/timeoutable_integration_test.rb - test/integration/trackable_integration_test.rb - test/models/authenticatable_test.rb - test/models/confirmable_test.rb - test/models/goma_test.rb - test/models/lockable_test.rb - test/models/omniauthable_test.rb - test/models/password_authenticatable_test.rb - test/models/recoverable_test.rb - test/models/rememberable_test.rb - test/models/timeoutable_test.rb - test/models/trackable_test.rb - test/models/validatable_test.rb - test/orm/active_record.rb - test/rails_app/README.rdoc - test/rails_app/Rakefile - test/rails_app/app/assets/images/.keep - test/rails_app/app/assets/javascripts/application.js - test/rails_app/app/assets/javascripts/confirmations.js - test/rails_app/app/assets/javascripts/home.js - test/rails_app/app/assets/javascripts/secret.js - test/rails_app/app/assets/javascripts/users.js - test/rails_app/app/assets/stylesheets/application.css - test/rails_app/app/assets/stylesheets/authentications.css - test/rails_app/app/assets/stylesheets/confirmations.css - test/rails_app/app/assets/stylesheets/home.css - test/rails_app/app/assets/stylesheets/passwords.css - test/rails_app/app/assets/stylesheets/scaffold.css - test/rails_app/app/assets/stylesheets/secret.css - test/rails_app/app/assets/stylesheets/sessions.css - test/rails_app/app/assets/stylesheets/unlocks.css - test/rails_app/app/assets/stylesheets/users.css - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/controllers/authentications_controller.rb - test/rails_app/app/controllers/concerns/.keep - test/rails_app/app/controllers/confirmations_controller.rb - test/rails_app/app/controllers/home_controller.rb - test/rails_app/app/controllers/passwords_controller.rb - test/rails_app/app/controllers/secret_controller.rb - test/rails_app/app/controllers/sessions_controller.rb - test/rails_app/app/controllers/unlocks_controller.rb - test/rails_app/app/controllers/users_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/helpers/authentications_helper.rb - test/rails_app/app/helpers/confirmations_helper.rb - test/rails_app/app/helpers/home_helper.rb - test/rails_app/app/helpers/passwords_helper.rb - test/rails_app/app/helpers/secret_helper.rb - test/rails_app/app/helpers/sessions_helper.rb - test/rails_app/app/helpers/unlocks_helper.rb - test/rails_app/app/helpers/users_helper.rb - test/rails_app/app/mailers/.keep - test/rails_app/app/mailers/user_mailer.rb - test/rails_app/app/models/.keep - test/rails_app/app/models/authentication.rb - test/rails_app/app/models/concerns/.keep - test/rails_app/app/models/user.rb - test/rails_app/app/views/confirmations/new.html.erb - test/rails_app/app/views/home/index.html.erb - test/rails_app/app/views/layouts/application.html.erb - test/rails_app/app/views/passwords/edit.html.erb - test/rails_app/app/views/passwords/new.html.erb - test/rails_app/app/views/sessions/new.html.erb - test/rails_app/app/views/unlocks/new.html.erb - test/rails_app/app/views/user_mailer/activation_needed_email.text.erb - test/rails_app/app/views/user_mailer/activation_success_email.text.erb - test/rails_app/app/views/user_mailer/email_confirmation_needed_email.text.erb - test/rails_app/app/views/user_mailer/email_confirmation_success_email.text.erb - test/rails_app/app/views/user_mailer/reset_password_email.text.erb - test/rails_app/app/views/user_mailer/unlock_token_email.text.erb - test/rails_app/app/views/users/_form.html.erb - test/rails_app/app/views/users/edit.html.erb - test/rails_app/app/views/users/index.html.erb - test/rails_app/app/views/users/new.html.erb - test/rails_app/app/views/users/show.html.erb - test/rails_app/bin/bundle - test/rails_app/bin/rails - test/rails_app/bin/rake - test/rails_app/config.ru - test/rails_app/config/application.rb - test/rails_app/config/boot.rb - test/rails_app/config/database.yml - test/rails_app/config/environment.rb - test/rails_app/config/environments/development.rb - test/rails_app/config/environments/production.rb - test/rails_app/config/environments/test.rb - test/rails_app/config/initializers/backtrace_silencers.rb - test/rails_app/config/initializers/filter_parameter_logging.rb - test/rails_app/config/initializers/goma.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/mime_types.rb - test/rails_app/config/initializers/omniauth.rb - test/rails_app/config/initializers/secret_token.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/initializers/wrap_parameters.rb - test/rails_app/config/locales/en.yml - test/rails_app/config/routes.rb - test/rails_app/db/migrate/20140524062919_create_users.rb - test/rails_app/db/migrate/20140524062920_create_authentications.rb - test/rails_app/db/schema.rb - test/rails_app/lib/assets/.keep - test/rails_app/log/.keep - test/rails_app/public/404.html - test/rails_app/public/422.html - test/rails_app/public/500.html - test/rails_app/public/favicon.ico - test/rails_app/test/controllers/authentications_controller_test.rb - test/rails_app/test/controllers/confirmations_controller_test.rb - test/rails_app/test/controllers/passwords_controller_test.rb - test/rails_app/test/controllers/sessions_controller_test.rb - test/rails_app/test/controllers/unlocks_controller_test.rb - test/rails_app/test/controllers/users_controller_test.rb - test/rails_app/test/fixtures/authentications.yml - test/rails_app/test/fixtures/users.yml - test/rails_app/test/helpers/authentications_helper_test.rb - test/rails_app/test/helpers/confirmations_helper_test.rb - test/rails_app/test/helpers/passwords_helper_test.rb - test/rails_app/test/helpers/sessions_helper_test.rb - test/rails_app/test/helpers/unlocks_helper_test.rb - test/rails_app/test/helpers/users_helper_test.rb - test/rails_app/test/mailers/user_mailer_test.rb - test/rails_app/test/models/authentication_test.rb - test/rails_app/test/models/user_test.rb - test/rails_app/test/test_helper.rb - test/test_helper.rb