refinerycms-authentication-devise 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ff1872e123946ef51c977edadf68e2d9fdaa6c6
|
4
|
+
data.tar.gz: f1e6a64c75cfb98b5682160722b54ac7503505e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83104b621a2b5d520eb8d086d93f27ec6196c8aea44d2166414facd18367b4e4c5c7468a353b8d42368efa0bd8917d7cdedd8284f0ecebf1b782e91a4100c7cb
|
7
|
+
data.tar.gz: f3a00463455d6725dfe191fab3f703a1d7db532903a8f1e985c756cd5f5a061cd186662e10fc0c1ffb7304be2ae693db7b4a9eb973f78a3cffdf38bf21d7c3fb
|
@@ -7,6 +7,7 @@ module Refinery
|
|
7
7
|
|
8
8
|
before_action :clear_unauthenticated_flash, :only => [:new]
|
9
9
|
before_action :force_signup_when_no_users!
|
10
|
+
skip_before_action :detect_authentication_devise_user!, only: [:create]
|
10
11
|
after_action :detect_authentication_devise_user!, only: [:create]
|
11
12
|
|
12
13
|
def create
|
@@ -2,7 +2,7 @@
|
|
2
2
|
Gem::Specification.new do |s|
|
3
3
|
s.platform = Gem::Platform::RUBY
|
4
4
|
s.name = %q{refinerycms-authentication-devise}
|
5
|
-
s.version = %q{1.0.
|
5
|
+
s.version = %q{1.0.2}
|
6
6
|
s.summary = %q{Devise based authentication extension for Refinery CMS}
|
7
7
|
s.description = %q{A Devise authentication extension for Refinery CMS}
|
8
8
|
s.homepage = %q{http://refinerycms.com}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: refinerycms-authentication-devise
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Philip Arndt
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-07-
|
12
|
+
date: 2015-07-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: refinerycms-core
|