refinerycms-authentication 1.0.9 → 1.0.10
Sign up to get free protection for your applications and to get access to all the features.
@@ -35,7 +35,7 @@ class PasswordsController < ::Devise::PasswordsController
|
|
35
35
|
flash.now[:error] = if (email = params[:user][:email]).blank?
|
36
36
|
t('blank_email', :scope => 'users.forgot')
|
37
37
|
else
|
38
|
-
t('email_not_associated_with_account_html', :email => email, :scope => 'users.forgot')
|
38
|
+
t('email_not_associated_with_account_html', :email => email, :scope => 'users.forgot')
|
39
39
|
end
|
40
40
|
render_with_scope :new
|
41
41
|
end
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = %q{refinerycms-authentication}
|
6
|
-
s.version = %q{1.0.
|
6
|
+
s.version = %q{1.0.10}
|
7
7
|
s.summary = %q{Authentication engine for Refinery CMS}
|
8
8
|
s.description = %q{The default authentication engine for Refinery CMS}
|
9
|
-
s.date = %q{
|
9
|
+
s.date = %q{2012-03-06}
|
10
10
|
s.email = %q{info@refinerycms.com}
|
11
11
|
s.homepage = %q{http://refinerycms.com}
|
12
12
|
s.rubyforge_project = %q{refinerycms}
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
|
15
15
|
s.require_paths = %w(lib)
|
16
16
|
s.executables = %w()
|
17
17
|
|
18
|
-
s.add_dependency 'refinerycms-core', '= 1.0.
|
18
|
+
s.add_dependency 'refinerycms-core', '= 1.0.10'
|
19
19
|
s.add_dependency 'activerecord', '~> 3.0.10'
|
20
20
|
s.add_dependency 'devise', '~> 1.4.3'
|
21
21
|
s.add_dependency 'friendly_id_globalize3', '~> 3.2.1'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: refinerycms-authentication
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 3
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 10
|
10
|
+
version: 1.0.10
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Resolve Digital
|
@@ -19,7 +19,7 @@ autorequire:
|
|
19
19
|
bindir: bin
|
20
20
|
cert_chain: []
|
21
21
|
|
22
|
-
date:
|
22
|
+
date: 2012-03-06 00:00:00 Z
|
23
23
|
dependencies:
|
24
24
|
- !ruby/object:Gem::Dependency
|
25
25
|
name: refinerycms-core
|
@@ -29,12 +29,12 @@ dependencies:
|
|
29
29
|
requirements:
|
30
30
|
- - "="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
hash:
|
32
|
+
hash: 3
|
33
33
|
segments:
|
34
34
|
- 1
|
35
35
|
- 0
|
36
|
-
-
|
37
|
-
version: 1.0.
|
36
|
+
- 10
|
37
|
+
version: 1.0.10
|
38
38
|
type: :runtime
|
39
39
|
version_requirements: *id001
|
40
40
|
- !ruby/object:Gem::Dependency
|
@@ -194,9 +194,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
194
194
|
requirements: []
|
195
195
|
|
196
196
|
rubyforge_project: refinerycms
|
197
|
-
rubygems_version: 1.8.
|
197
|
+
rubygems_version: 1.8.17
|
198
198
|
signing_key:
|
199
199
|
specification_version: 3
|
200
200
|
summary: Authentication engine for Refinery CMS
|
201
201
|
test_files: []
|
202
202
|
|
203
|
+
has_rdoc:
|