motor-admin 0.4.16 → 0.4.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/generators/motor/templates/install.rb +3 -0
- data/lib/motor/version.rb +1 -1
- data/ui/dist/{main-2178b4a676a449025f4f.css.gz → main-17b6af8c481786f31cc4.css.gz} +0 -0
- data/ui/dist/main-17b6af8c481786f31cc4.js.gz +0 -0
- data/ui/dist/manifest.json +5 -5
- metadata +4 -4
- data/ui/dist/main-2178b4a676a449025f4f.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: fead38bea90bb3f975513b142fd66abdb12ee4900c5db52264d594417a71a2ea
|
4
|
+
data.tar.gz: a284c91e0601aef4c52b2f71cdf4589400ee04590ba9580fce3f5966b6944dd8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05fb1e4900d0bb7697f6671da25429cbd8010afe7049da941443b685fc8e91df2edffe3f7d052e0f2901fbc2e05b4d3342e9686206a40274883455624664d7ad
|
7
|
+
data.tar.gz: 35e6ec7a211d6e98ec171c47223903dbdaf41d0c94a19022c98c9a3a434d8ad2069d28912fa2bd29f90fd510767a82cb2908ac93996b0dd5529ddd743863d624
|
@@ -165,6 +165,9 @@ class <%= migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Mi
|
|
165
165
|
|
166
166
|
t.timestamps
|
167
167
|
|
168
|
+
t.index %i[record_id record_type],
|
169
|
+
name: 'motor_notes_record_id_record_type_index'
|
170
|
+
|
168
171
|
t.index %i[author_id author_type],
|
169
172
|
name: 'motor_notes_author_id_author_type_index'
|
170
173
|
end
|
data/lib/motor/version.rb
CHANGED
Binary file
|
Binary file
|
data/ui/dist/manifest.json
CHANGED
@@ -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-
|
3968
|
-
"main-
|
3969
|
-
"main-
|
3970
|
-
"main.css": "main-
|
3971
|
-
"main.js": "main-
|
3967
|
+
"main-17b6af8c481786f31cc4.css.gz": "main-17b6af8c481786f31cc4.css.gz",
|
3968
|
+
"main-17b6af8c481786f31cc4.js.LICENSE.txt": "main-17b6af8c481786f31cc4.js.LICENSE.txt",
|
3969
|
+
"main-17b6af8c481786f31cc4.js.gz": "main-17b6af8c481786f31cc4.js.gz",
|
3970
|
+
"main.css": "main-17b6af8c481786f31cc4.css",
|
3971
|
+
"main.js": "main-17b6af8c481786f31cc4.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.
|
4
|
+
version: 0.4.17
|
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-
|
11
|
+
date: 2023-05-13 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-
|
2239
|
-
- ui/dist/main-
|
2238
|
+
- ui/dist/main-17b6af8c481786f31cc4.css.gz
|
2239
|
+
- ui/dist/main-17b6af8c481786f31cc4.js.gz
|
2240
2240
|
- ui/dist/manifest.json
|
2241
2241
|
homepage:
|
2242
2242
|
licenses:
|
Binary file
|