motor-admin 0.2.82 → 0.2.83
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 +4 -4
- data/app/controllers/motor/sessions_controller.rb +7 -0
- data/config/locales/el.yml +1 -0
- data/config/locales/en.yml +1 -0
- data/config/locales/es.yml +1 -0
- data/config/locales/pt.yml +1 -0
- data/config/routes.rb +1 -1
- data/lib/motor/resources/fetch_configured_model.rb +0 -1
- data/lib/motor/version.rb +1 -1
- data/ui/dist/{main-4792ed0966f9c3dc4198.css.gz → main-cccd6dc032d7d5255cf4.css.gz} +0 -0
- data/ui/dist/main-cccd6dc032d7d5255cf4.js.gz +0 -0
- data/ui/dist/manifest.json +5 -5
- metadata +4 -4
- data/ui/dist/main-4792ed0966f9c3dc4198.js.gz +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b6bb267f8a1b95c26fb3287b0de89b0fe1bac61a7c8b40bb4a14e94e13307b51
|
|
4
|
+
data.tar.gz: 47a405ff506d4ae274e3089b693d53dfdb28e1a93cb46bb5d6579bdf0dd4a7b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3e9d5f0f4ea651f781788d468a4752e7be48524d94289f6d8155382f053971c043a3e1dfdba8eff243bfc7101953c871bed4a19676ba0ac54291e526fa26164
|
|
7
|
+
data.tar.gz: 862f4c50d07d9a57fd993c9a1edcae55ae9c98deb6cc108e23d78a7a9809cbc385bf44f5e4b75f77639e48cbb7ab8cd7a8bcaafce25e440396a887eb7ec92318
|
data/config/locales/el.yml
CHANGED
data/config/locales/en.yml
CHANGED
data/config/locales/es.yml
CHANGED
data/config/locales/pt.yml
CHANGED
data/config/routes.rb
CHANGED
|
@@ -22,7 +22,7 @@ Motor::Admin.routes.draw do
|
|
|
22
22
|
resources :icons, only: %i[index]
|
|
23
23
|
resources :active_storage_attachments, only: %i[create], path: 'data/active_storage__attachments'
|
|
24
24
|
resources :audits, only: %i[index]
|
|
25
|
-
resource :session, only: %i[destroy]
|
|
25
|
+
resource :session, only: %i[show destroy]
|
|
26
26
|
resources :resources, path: '/data/:resource',
|
|
27
27
|
only: %i[index show update create destroy],
|
|
28
28
|
controller: 'data',
|
data/lib/motor/version.rb
CHANGED
|
Binary file
|
|
Binary file
|
data/ui/dist/manifest.json
CHANGED
|
@@ -3961,9 +3961,9 @@
|
|
|
3961
3961
|
"icons/zoom-pan.svg.gz": "icons/zoom-pan.svg.gz",
|
|
3962
3962
|
"icons/zoom-question.svg": "icons/zoom-question.svg",
|
|
3963
3963
|
"icons/zoom-question.svg.gz": "icons/zoom-question.svg.gz",
|
|
3964
|
-
"main-
|
|
3965
|
-
"main-
|
|
3966
|
-
"main-
|
|
3967
|
-
"main.css": "main-
|
|
3968
|
-
"main.js": "main-
|
|
3964
|
+
"main-cccd6dc032d7d5255cf4.css.gz": "main-cccd6dc032d7d5255cf4.css.gz",
|
|
3965
|
+
"main-cccd6dc032d7d5255cf4.js.LICENSE.txt": "main-cccd6dc032d7d5255cf4.js.LICENSE.txt",
|
|
3966
|
+
"main-cccd6dc032d7d5255cf4.js.gz": "main-cccd6dc032d7d5255cf4.js.gz",
|
|
3967
|
+
"main.css": "main-cccd6dc032d7d5255cf4.css",
|
|
3968
|
+
"main.js": "main-cccd6dc032d7d5255cf4.js"
|
|
3969
3969
|
}
|
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.2.
|
|
4
|
+
version: 0.2.83
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pete Matsyburka
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-07-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord-filter
|
|
@@ -2214,8 +2214,8 @@ files:
|
|
|
2214
2214
|
- ui/dist/icons/zoom-out.svg.gz
|
|
2215
2215
|
- ui/dist/icons/zoom-pan.svg.gz
|
|
2216
2216
|
- ui/dist/icons/zoom-question.svg.gz
|
|
2217
|
-
- ui/dist/main-
|
|
2218
|
-
- ui/dist/main-
|
|
2217
|
+
- ui/dist/main-cccd6dc032d7d5255cf4.css.gz
|
|
2218
|
+
- ui/dist/main-cccd6dc032d7d5255cf4.js.gz
|
|
2219
2219
|
- ui/dist/manifest.json
|
|
2220
2220
|
homepage:
|
|
2221
2221
|
licenses:
|
|
Binary file
|