fbdoorman 0.9.2 → 0.9.3
Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile
CHANGED
@@ -15,10 +15,10 @@ require 'jeweler'
|
|
15
15
|
|
16
16
|
Jeweler::Tasks.new do |gem|
|
17
17
|
gem.name = "fbdoorman"
|
18
|
-
gem.summary = "Rails authentication with facebook single sign-on OR email & password."
|
19
|
-
gem.description = "Painless user registration and sign-in using Facebook single sign-on with JS. Typical email login still works too."
|
18
|
+
gem.summary = "Rails authentication with facebook single sign-on OR email & password. (Gem no longer maintained)"
|
19
|
+
gem.description = "Painless user registration and sign-in using Facebook single sign-on with JS. Typical email login still works too. (Gem no longer maintained)"
|
20
20
|
gem.email = "pelaez89@gmail.com"
|
21
|
-
gem.version = "0.9.
|
21
|
+
gem.version = "0.9.3"
|
22
22
|
gem.homepage = "http://github.com/davidpelaez/minifb-clearance"
|
23
23
|
gem.authors = ["Fbdoorman: David Pelaez","MiniFB: Appoxy","Clearance: Thoughtbot"]
|
24
24
|
gem.files = FileList["[A-Z]*", "{app,config,generators,lib,shoulda_macros,rails}/**/*"]
|
@@ -35,7 +35,7 @@ class Clearance::UsersController < ApplicationController
|
|
35
35
|
def flash_failure_after_create
|
36
36
|
flash.now[:failure] = translate(:used_email_or_unmatching_passwords,
|
37
37
|
:scope => [:clearance, :controllers, :users],
|
38
|
-
:default => "Email is already being used or the passwords didn't match.")
|
38
|
+
:default => "Email is already being used, incorrect or the passwords didn't match.")
|
39
39
|
end
|
40
40
|
|
41
41
|
def url_after_create
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fbdoorman
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,10 +11,10 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2012-01-
|
14
|
+
date: 2012-01-12 00:00:00.000000000Z
|
15
15
|
dependencies: []
|
16
16
|
description: Painless user registration and sign-in using Facebook single sign-on
|
17
|
-
with JS. Typical email login still works too.
|
17
|
+
with JS. Typical email login still works too. (Gem no longer maintained)
|
18
18
|
email: pelaez89@gmail.com
|
19
19
|
executables: []
|
20
20
|
extensions: []
|
@@ -88,5 +88,6 @@ rubyforge_project:
|
|
88
88
|
rubygems_version: 1.7.2
|
89
89
|
signing_key:
|
90
90
|
specification_version: 3
|
91
|
-
summary: Rails authentication with facebook single sign-on OR email & password.
|
91
|
+
summary: Rails authentication with facebook single sign-on OR email & password. (Gem
|
92
|
+
no longer maintained)
|
92
93
|
test_files: []
|