# -*- encoding: utf-8 -*- # stub: fbdoorman 0.7.1 ruby lib Gem::Specification.new do |s| s.name = "fbdoorman".freeze s.version = "0.7.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Fbdoorman: David Pelaez".freeze, "MiniFB: Appoxy".freeze, "Clearance: Thoughtbot".freeze] s.date = "2010-12-29" s.description = "Painless user registration and sign-in using Facebook single sign-on with JS. Typical email login still works too.".freeze s.email = "pelaez89@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "app/controllers/clearance/confirmations_controller.rb".freeze, "app/controllers/clearance/facebook_controller.rb".freeze, "app/controllers/clearance/passwords_controller.rb".freeze, "app/controllers/clearance/sessions_controller.rb".freeze, "app/controllers/clearance/users_controller.rb".freeze, "app/models/clearance_mailer.rb".freeze, "app/views/clearance_mailer/change_password.html.erb".freeze, "app/views/clearance_mailer/confirmation.html.erb".freeze, "app/views/facebook/_fbjs.html.erb".freeze, "app/views/facebook/closed.html.erb".freeze, "app/views/passwords/edit.html.erb".freeze, "app/views/passwords/fbuser.html.erb".freeze, "app/views/passwords/new.html.erb".freeze, "app/views/sessions/new.html.erb".freeze, "app/views/users/_form.html.erb".freeze, "app/views/users/new.html.erb".freeze, "generators/fbdoorman/USAGE".freeze, "generators/fbdoorman/fbdoorman_generator.rb".freeze, "generators/fbdoorman/lib/insert_commands.rb".freeze, "generators/fbdoorman/lib/rake_commands.rb".freeze, "generators/fbdoorman/templates/README".freeze, "generators/fbdoorman/templates/clearance.rb".freeze, "generators/fbdoorman/templates/facebook.yml".freeze, "generators/fbdoorman/templates/factories.rb".freeze, "generators/fbdoorman/templates/migrations/create_users.rb".freeze, "generators/fbdoorman/templates/migrations/update_users.rb".freeze, "generators/fbdoorman/templates/user.rb".freeze, "lib/clearance/authentication.rb".freeze, "lib/clearance/configuration.rb".freeze, "lib/clearance/extensions/errors.rb".freeze, "lib/clearance/extensions/rescue.rb".freeze, "lib/clearance/routes.rb".freeze, "lib/clearance/user.rb".freeze, "lib/facebook_helpers.rb".freeze, "lib/fbdoorman.rb".freeze, "lib/mini_fb.rb".freeze, "rails/init.rb".freeze] s.homepage = "http://github.com/davidpelaez/minifb-clearance".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rails authentication with facebook single sign-on OR email & password.".freeze end