motor-admin 0.4.7 → 0.4.8

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: 8f591c0e7f8d6230fb49aa0ca7ae5a2f960f2d5a117182d8123e7f86e9e1f102
4
- data.tar.gz: 8181680a758dc7d7e150036979e22c64df911fd528985b4858a93b86e6f051bc
3
+ metadata.gz: eb74b992dde31247e56dcc35bee9224c3cba25200323faf4db0b02410cbf437d
4
+ data.tar.gz: 9733123c5b466032c9f6b26cfb18a35c1d3fd06fc0f76a0c7944bb3be16b6f4a
5
5
  SHA512:
6
- metadata.gz: 1659c1b5df414a6b6a0f28a18a734caf8cc0302023f82885c5b8ed0e844e46420512bac822a7baa73efb13b823d9aec29a2261a084191d0aaa67d9172c5e9cb1
7
- data.tar.gz: 7bb52dad21ef7d941aa8a366ceee190e4ae463cd465fe8a4789e37dea046e30dc88efe9ade3e1f2e5228e523465262ebdfaea6732053af45e01a4f931ca877a6
6
+ metadata.gz: ac85f4cebdb8d749e3c8d6c44b0210bf3854f6d7ba3d8d44b9d5666634a4d2c5c6a364cc8f17fd9292e2e18ae8dc896db1094cdfa9031e2bd4253e55d1efac75
7
+ data.tar.gz: 817d1d53dd185c83e2c3bd5bb19a2d5593b2bc6a88951346226c5504091638548fa6d88062bd37508b044e43d93d99e3db8905362612ebe4197efe66d5d7b0b8
@@ -13,7 +13,7 @@ module Motor
13
13
  configs = Motor::Configs::LoadFromCache.load_resources(cache_key: cache_key)
14
14
 
15
15
  return model if model.name == 'ActiveStorage::Attachment'
16
- return model if configs.blank? || sti_model?(model)
16
+ return model if sti_model?(model)
17
17
 
18
18
  maybe_fetch_from_cache(
19
19
  model,
data/lib/motor/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Motor
4
- VERSION = '0.4.7'
4
+ VERSION = '0.4.8'
5
5
  end
@@ -3964,9 +3964,9 @@
3964
3964
  "images/layers-2x.png": "images/layers-2x.png",
3965
3965
  "images/layers.png": "images/layers.png",
3966
3966
  "images/marker-icon.png": "images/marker-icon.png",
3967
- "main-947a9a9c3b6ed918c60d.css.gz": "main-947a9a9c3b6ed918c60d.css.gz",
3968
- "main-947a9a9c3b6ed918c60d.js.LICENSE.txt": "main-947a9a9c3b6ed918c60d.js.LICENSE.txt",
3969
- "main-947a9a9c3b6ed918c60d.js.gz": "main-947a9a9c3b6ed918c60d.js.gz",
3970
- "main.css": "main-947a9a9c3b6ed918c60d.css",
3971
- "main.js": "main-947a9a9c3b6ed918c60d.js"
3967
+ "main-8bfc721ad2b4e3b795f8.css.gz": "main-8bfc721ad2b4e3b795f8.css.gz",
3968
+ "main-8bfc721ad2b4e3b795f8.js.LICENSE.txt": "main-8bfc721ad2b4e3b795f8.js.LICENSE.txt",
3969
+ "main-8bfc721ad2b4e3b795f8.js.gz": "main-8bfc721ad2b4e3b795f8.js.gz",
3970
+ "main.css": "main-8bfc721ad2b4e3b795f8.css",
3971
+ "main.js": "main-8bfc721ad2b4e3b795f8.js"
3972
3972
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motor-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pete Matsyburka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2023-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ar_lazy_preload
@@ -2235,8 +2235,8 @@ files:
2235
2235
  - ui/dist/images/layers-2x.png
2236
2236
  - ui/dist/images/layers.png
2237
2237
  - ui/dist/images/marker-icon.png
2238
- - ui/dist/main-947a9a9c3b6ed918c60d.css.gz
2239
- - ui/dist/main-947a9a9c3b6ed918c60d.js.gz
2238
+ - ui/dist/main-8bfc721ad2b4e3b795f8.css.gz
2239
+ - ui/dist/main-8bfc721ad2b4e3b795f8.js.gz
2240
2240
  - ui/dist/manifest.json
2241
2241
  homepage:
2242
2242
  licenses:
@@ -2265,7 +2265,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2265
2265
  - !ruby/object:Gem::Version
2266
2266
  version: '0'
2267
2267
  requirements: []
2268
- rubygems_version: 3.4.1
2268
+ rubygems_version: 3.4.7
2269
2269
  signing_key:
2270
2270
  specification_version: 4
2271
2271
  summary: Low-code Admin panel and Business intelligence