--- !ruby/object:Gem::Specification
name: fbdoorman
version: !ruby/object:Gem::Version
  version: 0.8.0.95
  prerelease: 
platform: ruby
authors:
- ! 'Fbdoorman: David Pelaez'
- ! 'MiniFB: Appoxy'
- ! 'Clearance: Thoughtbot'
autorequire: 
bindir: bin
cert_chain: []
date: 2011-12-16 00:00:00.000000000Z
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
- 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/facebook/old_fbjs.html.erb
- app/views/passwords/edit.html.erb
- app/views/passwords/fbuser.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
- lib/request_parser.rb
- rails/init.rb
homepage: http://github.com/davidpelaez/minifb-clearance
licenses: []
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 1.7.2
signing_key: 
specification_version: 3
summary: Rails authentication with facebook single sign-on OR email & password.
test_files: []