mno-enterprise-core 2.0.8 → 2.0.9
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/audit_log.rb +0 -2
- data/lib/devise_extension.rb +2 -6
- data/lib/mno_enterprise/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 748a400cbedca5730ebe83903f295b1461174db1
|
|
4
|
+
data.tar.gz: 45866c6a9f5ca4773d38b5ffeb2820bbc75c858d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c46b8cd5303418e5b5f38dc8fd42828308395221dacb39482c81034d788deb690d37a764f93c529bbfba85ab38a41e1ec5005329f0768c0ff98a08a61f059fb
|
|
7
|
+
data.tar.gz: 6b3bc383d8335d22e52e62161ac597edf029363a03e7d6f5a3a141cbf73dd66f4d3be9297b91234dfeb073ee43ac238fd0a6f7dab3fd1ef526eb43fc50582f1a
|
data/lib/devise_extension.rb
CHANGED
|
@@ -27,10 +27,6 @@ end
|
|
|
27
27
|
# modules
|
|
28
28
|
Devise.add_module :password_expirable, controller: :password_expirable, model: 'devise/models/password_expirable', route: :password_expired
|
|
29
29
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
ActiveSupport.on_load(:action_controller) do
|
|
33
|
-
include DeviseExtension::Controllers::Helpers
|
|
34
|
-
end
|
|
35
|
-
end
|
|
30
|
+
ActiveSupport.on_load(:action_controller) do
|
|
31
|
+
include DeviseExtension::Controllers::Helpers
|
|
36
32
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mno-enterprise-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arnaud Lachaume
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2017-06-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -403,7 +403,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
403
403
|
version: '0'
|
|
404
404
|
requirements: []
|
|
405
405
|
rubyforge_project:
|
|
406
|
-
rubygems_version: 2.
|
|
406
|
+
rubygems_version: 2.4.8
|
|
407
407
|
signing_key:
|
|
408
408
|
specification_version: 4
|
|
409
409
|
summary: Maestrano Enterprise - Core functionnality
|