mno-enterprise-core 3.0.6 → 3.0.7

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: 1068c6b6681dbaa41bd1931abc74036c817c58f1
4
- data.tar.gz: 575f58d77f4e17c0037ce60df65bf86b54a7f5b1
3
+ metadata.gz: 7e66a5aee69128edacb89198ee45091e47f122bf
4
+ data.tar.gz: d44daad907fa1a756615b594da21d7c44501a297
5
5
  SHA512:
6
- metadata.gz: 8df6dfa304e92624cdc838d1fbe6898c22e63b9538e03d42f93e0aa4672bdebfa7fd80aba0c8d9da7ed2b14f2de19fc436d11073a213847528c0e2df582ebfdc
7
- data.tar.gz: 382cfdf85d3329d129be968f202a84c41ebdb3fd34132b559f583a9b2c64f2589d0cd37cfeb2fd0dccefe6e7fd24c419fccf0fc09739e0d823f9b1b7c5e45ed4
6
+ metadata.gz: 2b169ef2e75dc049271f3bc6a350716369485437483cf258d3674f4f480af0a448ed8d66ef8e76d361526715d752d31cd2619bc5ef1d12ec71e35db01a83f0e7
7
+ data.tar.gz: 3cc52c2f2ba69f7612502bab7dc21017067a71b178e5c25e3d31a5a0dcb30fdfbfe1c20c9d3e3f8b785a2f731a85c17b9a34fa6a0b08a3f44ce8ee960788e638
@@ -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 = '3.0.6'
2
+ VERSION = '3.0.7'
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: 3.0.6
4
+ version: 3.0.7
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
@@ -540,7 +540,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
540
540
  version: '0'
541
541
  requirements: []
542
542
  rubyforge_project:
543
- rubygems_version: 2.5.1
543
+ rubygems_version: 2.4.8
544
544
  signing_key:
545
545
  specification_version: 4
546
546
  summary: Maestrano Enterprise - Core functionnality