thecore_ui_rails_admin 2.5.4 → 2.5.5
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 93c65ba345f66f5a9c7f0d4f488bb13936ce414e01bcbb4126513f840e7524a9
|
|
4
|
+
data.tar.gz: e2f5ec2798770ee1c7387eaf6757ac8dcb46cb08aba33bef2f07f3bc29d49a19
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07510ff3cd779842bd6dcfa71b0cfe261b0cc77c20859d313ed2953507483eece0f26fd845e083fe1874ac1ee4be5910a0092704bdcc0251245693f30b1c8aa9
|
|
7
|
+
data.tar.gz: f059cc17f6250dfa24b6e61c6cdfa047f9299c482e293dbd92347cb3b4f1bdb723201c33afccd2e1ebb34c6a45d801d2a65f73c2b89c37d4a92a61eec6f34f25
|
|
@@ -11,7 +11,7 @@ Rails.application.configure do
|
|
|
11
11
|
RailsAdmin::Config::Actions::BulkDelete.send(:include, BulkDeleteConcern)
|
|
12
12
|
ThecoreSettings::Setting.send(:include, ThecoreSettings::RailsAdminExtensionConfig)
|
|
13
13
|
User.send(:include, ThecoreUiRailsAdminUser)
|
|
14
|
-
UsedToken.send(:include, ThecoreUiRailsAdminUsedToken)
|
|
14
|
+
UsedToken.send(:include, ThecoreUiRailsAdminUsedToken) rescue puts "No UsedToken Model it could be normal: maybe model_driven_api is not installed"
|
|
15
15
|
Role.send(:include, ThecoreUiRailsAdminRole)
|
|
16
16
|
Permission.send(:include, ThecoreUiRailsAdminPermission)
|
|
17
17
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thecore_ui_rails_admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.5.
|
|
4
|
+
version: 2.5.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabriele Tassoni
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thecore_ui_commons
|