eac_users_support 0.3.4 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/initializers/devise.rb +1 -0
- data/lib/eac_users_support/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48528c500368cc6ee905744d7fe6b07316823c0163db154b612a199c938b0461
|
|
4
|
+
data.tar.gz: b884eaccf29b6bb57887d2031e4650c9fd86002b83cb42c7ca365be9e7082d89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7194fd70946f0bd92e1e191823e39f6f114a62928f2c836c674c95de7e72df34cba435ef3a326a14584b6d8cd2e28213f28636b8b960521ab64ac79f2af11127
|
|
7
|
+
data.tar.gz: f5863e0e133c6c728314b361a32245fb8990863ca2d566d78b6560941febc44910dda109927c0d227f12998ee40065856a2de01e22678edde9a54afa0bed3ef5
|
|
@@ -70,6 +70,7 @@ Devise.setup do |config|
|
|
|
70
70
|
# enable it only for database authentication. The supported strategies are:
|
|
71
71
|
# :database = Support basic authentication with authentication key + password
|
|
72
72
|
# config.http_authenticatable = false
|
|
73
|
+
config.http_authenticatable = true
|
|
73
74
|
|
|
74
75
|
# If 401 status code should be returned for AJAX requests. True by default.
|
|
75
76
|
# config.http_authenticatable_on_xhr = true
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eac_users_support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Esquilo Azul Company
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: active_scaffold
|