eac_users_support 0.9.3 → 0.9.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf856f1cb87fc237312fa89ea9483b404f4fee5f5abb6b12d2f8ba9dcd88e509
4
- data.tar.gz: b10bacd8a8d92adb3e6e0e71c9c71956866a5da4238c517b4307b306895038b7
3
+ metadata.gz: cc282b301942d554e95aa1adae0176dfdc94df4919ffafe0833a270f4d3e7d2e
4
+ data.tar.gz: eebf1a7ca6fe9bab18854899bd213ac171a5671d0df0dabd935ffd4e22d69d6c
5
5
  SHA512:
6
- metadata.gz: f7c40bd18998ec6d4c9445a64aff9f289afd14d03ebc42cc4bb3ebe79edb0b9f153d5a70b90b9304365aee9977f90fcd638641ffbf463c944c37b9910971517e
7
- data.tar.gz: f071ce7a6b4b19f32a8ca4b20d93f2200691f871400692d24aa7f9ee9d2f4efd20d34aa6e3965ec5a65447ec629c0e05a5f7f56b0d98d922c87634463dd75bd8
6
+ metadata.gz: 5b97ca8cf5c48e69f7345caccef1a04ade58dcc6df29f9ffe481423763ae8c4b798ca6a8ab1f9cf9095be812334b54e0a1f38750a729be7bc1c6c595e574a083
7
+ data.tar.gz: 4d69a34c743a4335bcd84883a4b94d2b01e9d6fade16c2e10f4590c7ba4588345338b044a4cfa064579a8fc46b675c9dbd9c760da4d5fdbd6c2933849f6235f7
@@ -2,7 +2,11 @@
2
2
 
3
3
  module EacUsersSupport
4
4
  class ApplicationController < (
5
- defined?(::ApplicationController) ? ::ApplicationController : ::ActionController::Base
5
+ begin
6
+ ::ApplicationController
7
+ rescue NameError
8
+ ::ActionController::Base
9
+ end
6
10
  )
7
11
  end
8
12
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EacUsersSupport
4
- VERSION = '0.9.3'
4
+ VERSION = '0.9.4'
5
5
  end
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.9.3
4
+ version: 0.9.4
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: 2021-08-22 00:00:00.000000000 Z
11
+ date: 2021-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: active_scaffold