--- !ruby/object:Gem::Specification name: devise_invitable version: !ruby/object:Gem::Version version: 0.1.4 platform: ruby authors: - Sergio Cambra autorequire: bindir: bin cert_chain: [] date: 2009-12-23 00:00:00 +01:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: mocha type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: webrat type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: devise type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 0.7.2 version: 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 - LICENSE - README.rdoc - Rakefile - VERSION - app/controllers/invitations_controller.rb - app/views/devise_mailer/invitation.html.erb - app/views/invitations/edit.html.erb - app/views/invitations/new.html.erb - devise_invitable.gemspec - init.rb - lib/devise/controllers/filters.rb - lib/devise/controllers/url_helpers.rb - lib/devise/models/invitable.rb - lib/devise_invitable.rb - lib/devise_invitable/locales/en.yml - lib/devise_invitable/mailer.rb - lib/devise_invitable/rails.rb - lib/devise_invitable/routes.rb - lib/devise_invitable/schema.rb - rails/init.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/user.rb - test/rails_app/app/views/home/index.html.erb - 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/inflections.rb - test/rails_app/config/initializers/new_rails_defaults.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/routes.rb - test/rails_app/vendor/plugins/devise_invitable/init.rb - 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 requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 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/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/new_rails_defaults.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/routes.rb - test/rails_app/vendor/plugins/devise_invitable/init.rb - test/routes_test.rb - test/test_helper.rb