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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6509e6e0c2ae079a727efa820ace52ed7ec0b349
4
- data.tar.gz: 52946c3242f54ef6840b1cefdead26877c09b053
3
+ metadata.gz: 748a400cbedca5730ebe83903f295b1461174db1
4
+ data.tar.gz: 45866c6a9f5ca4773d38b5ffeb2820bbc75c858d
5
5
  SHA512:
6
- metadata.gz: abf089ed8847b25cc452cfabee1fd1b1b73ffc70f500c058dda4a260cfa1d37581ed0de7b89cd210933c7445d5a8d7633a063515e998ba62db11496965500dd3
7
- data.tar.gz: 22da3f18adea2f5073e3a2369721032770cf433b7f5ba0b7bc69dc9d7f1ba8762a3648b3b27130954158aedae2ee9e94a69387559e36ea34dbc3ec8e2da97fc0
6
+ metadata.gz: 8c46b8cd5303418e5b5f38dc8fd42828308395221dacb39482c81034d788deb690d37a764f93c529bbfba85ab38a41e1ec5005329f0768c0ff98a08a61f059fb
7
+ data.tar.gz: 6b3bc383d8335d22e52e62161ac597edf029363a03e7d6f5a3a141cbf73dd66f4d3be9297b91234dfeb073ee43ac238fd0a6f7dab3fd1ef526eb43fc50582f1a
@@ -1,5 +1,3 @@
1
- # Somehow the whole config/ folder is loaded twice
2
- # To investigate
3
1
  unless defined? AUDIT_LOG_CONFIG
4
2
  AUDIT_LOG_CONFIG = Rails.application.config_for('audit_log') rescue {}
5
3
  end
@@ -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
- module DeviseExtension
31
- class Engine < ::Rails::Engine
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
@@ -1,3 +1,3 @@
1
1
  module MnoEnterprise
2
- VERSION = '2.0.8'
2
+ VERSION = '2.0.9'
3
3
  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.8
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: 2016-11-09 00:00:00.000000000 Z
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.5.1
406
+ rubygems_version: 2.4.8
407
407
  signing_key:
408
408
  specification_version: 4
409
409
  summary: Maestrano Enterprise - Core functionnality