wordjelly-auth 1.4.5 → 1.4.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/auth/concerns/token_concern.rb +30 -3
- data/app/controllers/auth/confirmations_controller.rb +1 -1
- data/app/controllers/auth/omniauth_callbacks_controller.rb +1 -0
- data/app/controllers/auth/passwords_controller.rb +1 -0
- data/app/controllers/auth/registrations_controller.rb +2 -0
- data/app/controllers/auth/sessions_controller.rb +2 -1
- data/app/controllers/auth/shopping/bar_codes_controller.rb +0 -1
- data/app/controllers/auth/unlocks_controller.rb +2 -1
- data/config/initializers/devise.rb +1 -4
- data/lib/auth/version.rb +1 -1
- data/spec/dummy/app/assets/time_hashes.json +1 -1
- data/spec/dummy/config/initializers/redis.rb +5 -5
- data/spec/dummy/log/test.log +10220 -0
- metadata +2 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wordjelly-auth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bhargav
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-04-
|
11
|
+
date: 2019-04-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk
|