--- !ruby/object:Gem::Specification name: fbdoorman version: !ruby/object:Gem::Version hash: 25 prerelease: false segments: - 0 - 0 - 3 version: 0.0.3 platform: ruby authors: - "Fbdoorman: David Pelaez" - "MiniFB: Appoxy" - "Clearance: Thoughtbot" autorequire: bindir: bin cert_chain: [] date: 2010-07-31 00:00:00 -05:00 default_executable: dependencies: [] description: Painless user registration and sign-in using Facebook single sign-on with JS. Typical email login still works too. email: pelaez89@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.md files: - CHANGELOG.md - LICENSE - README.md - Rakefile - VERSION - app/controllers/clearance/confirmations_controller.rb - app/controllers/clearance/facebook_controller.rb - app/controllers/clearance/passwords_controller.rb - app/controllers/clearance/sessions_controller.rb - app/controllers/clearance/users_controller.rb - app/models/clearance_mailer.rb - app/views/clearance_mailer/change_password.html.erb - app/views/clearance_mailer/confirmation.html.erb - app/views/facebook/_fbjs.html.erb - app/views/facebook/closed.html.erb - app/views/passwords/edit.html.erb - app/views/passwords/new.html.erb - app/views/sessions/new.html.erb - app/views/users/_form.html.erb - app/views/users/new.html.erb - generators/fbdoorman/USAGE - generators/fbdoorman/fbdoorman_generator.rb - generators/fbdoorman/lib/insert_commands.rb - generators/fbdoorman/lib/rake_commands.rb - generators/fbdoorman/templates/README - generators/fbdoorman/templates/clearance.rb - generators/fbdoorman/templates/facebook.yml - generators/fbdoorman/templates/factories.rb - generators/fbdoorman/templates/migrations/create_users.rb - generators/fbdoorman/templates/migrations/update_users.rb - generators/fbdoorman/templates/user.rb - lib/clearance/authentication.rb - lib/clearance/configuration.rb - lib/clearance/extensions/errors.rb - lib/clearance/extensions/rescue.rb - lib/clearance/routes.rb - lib/clearance/user.rb - lib/facebook_helpers.rb - lib/fbdoorman.rb - lib/mini_fb.rb - rails/init.rb has_rdoc: true homepage: http://github.com/davidpelaez/minifb-clearance 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: Rails authentication with facebook single sign-on OR email & password. test_files: []