--- !ruby/object:Gem::Specification name: devise_invitable version: !ruby/object:Gem::Version hash: 25 prerelease: false segments: - 0 - 3 - 5 version: 0.3.5 platform: ruby authors: - Sergio Cambra autorequire: bindir: bin cert_chain: [] date: 2010-11-02 00:00:00 +01:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: mocha prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 43 segments: - 0 - 9 - 8 version: 0.9.8 type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: capybara prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 1 segments: - 0 - 3 - 9 version: 0.3.9 type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: rails prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 7 segments: - 3 - 0 - 0 version: 3.0.0 type: :development version_requirements: *id003 - !ruby/object:Gem::Dependency name: sqlite3-ruby prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id004 - !ruby/object:Gem::Dependency name: devise prerelease: false requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 19 segments: - 1 - 1 - 0 version: 1.1.0 type: :runtime version_requirements: *id005 description: It adds support for send invitations by email (it requires to be authenticated) and accept the invitation setting the password email: sergio@entrecables.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - Gemfile - Gemfile.lock - LICENSE - README.rdoc - Rakefile - VERSION - app/controllers/devise/invitations_controller.rb - app/views/devise/invitations/edit.html.erb - app/views/devise/invitations/new.html.erb - app/views/devise/mailer/invitation.html.erb - config/locales/en.yml - devise_invitable.gemspec - lib/devise_invitable.rb - lib/devise_invitable/controllers/helpers.rb - lib/devise_invitable/controllers/url_helpers.rb - lib/devise_invitable/mailer.rb - lib/devise_invitable/model.rb - lib/devise_invitable/rails.rb - lib/devise_invitable/routes.rb - lib/devise_invitable/schema.rb - lib/generators/active_record/devise_invitable_generator.rb - lib/generators/active_record/templates/migration.rb - lib/generators/devise_invitable/devise_invitable_generator.rb - lib/generators/devise_invitable/install_generator.rb - lib/generators/devise_invitable/views_generator.rb - test/generators_test.rb - test/integration/invitable_test.rb - test/integration_tests_helper.rb - test/mailers/invitation_test.rb - test/model_tests_helper.rb - test/models/invitable_test.rb - test/models_test.rb - test/rails_app/app/controllers/admins_controller.rb - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/controllers/home_controller.rb - test/rails_app/app/controllers/users_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/models/octopussy.rb - test/rails_app/app/models/user.rb - test/rails_app/app/views/home/index.html.erb - test/rails_app/app/views/layouts/application.html.erb - test/rails_app/app/views/users/invitations/new.html.erb - 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/devise.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/mime_types.rb - test/rails_app/config/initializers/secret_token.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/locales/en.yml - test/rails_app/config/routes.rb - test/rails_app/script/rails - test/routes_test.rb - test/test_helper.rb has_rdoc: true homepage: http://github.com/scambra/devise_invitable licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: An invitation strategy for devise test_files: - test/integration/invitable_test.rb - test/integration_tests_helper.rb - test/mailers/invitation_test.rb - test/model_tests_helper.rb - test/models/invitable_test.rb - test/models_test.rb - test/rails_app/app/controllers/admins_controller.rb - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/controllers/home_controller.rb - test/rails_app/app/controllers/users_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/models/user.rb - test/rails_app/app/models/octopussy.rb - test/rails_app/config/boot.rb - 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/inflections.rb - test/rails_app/config/initializers/devise.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/initializers/mime_types.rb - test/rails_app/config/initializers/secret_token.rb - test/rails_app/config/routes.rb - test/rails_app/config/application.rb - test/routes_test.rb - test/test_helper.rb - test/generators_test.rb