motor-admin 0.2.57 → 0.2.58
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/lib/generators/motor/templates/install.rb +3 -3
- data/lib/motor/version.rb +1 -1
- data/ui/dist/{main-d1d984574d0834ccc286.css.gz → main-63794e57609297e51db3.css.gz} +0 -0
- data/ui/dist/main-63794e57609297e51db3.js.gz +0 -0
- data/ui/dist/manifest.json +5 -5
- metadata +4 -4
- data/ui/dist/main-d1d984574d0834ccc286.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: bf2ac492abdb2cc783edd588a7ca4c74e25139d93c2daf54a249e04abb03ffd4
|
|
4
|
+
data.tar.gz: 7d30965b411c7188c1a3b53abaf1da57dfaa0545789ad201164e7e68a38a16fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5419e438008855f5ea5eadadf40cceaa6660cba27eee1c4602076814014e4f5fef8f69584ccedbc843adde9f051241497c10b1ceaf4c232b2cf5c09ec3abf86
|
|
7
|
+
data.tar.gz: 7cee450d42f434a0d619a023061915435913e2d40691724c2980df44036d3d366e1e2d58d8de4b26956582f486595344fb2aacb7f761510d6d1e1305528feb44
|
|
@@ -123,9 +123,9 @@ class <%= migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Mi
|
|
|
123
123
|
end
|
|
124
124
|
|
|
125
125
|
create_table :motor_audits do |t|
|
|
126
|
-
t.column :auditable_id, :
|
|
126
|
+
t.column :auditable_id, :string
|
|
127
127
|
t.column :auditable_type, :string
|
|
128
|
-
t.column :associated_id, :
|
|
128
|
+
t.column :associated_id, :string
|
|
129
129
|
t.column :associated_type, :string
|
|
130
130
|
t.column :user_id, :bigint
|
|
131
131
|
t.column :user_type, :string
|
|
@@ -172,7 +172,7 @@ class <%= migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Mi
|
|
|
172
172
|
|
|
173
173
|
model.table_name = 'motor_api_configs'
|
|
174
174
|
|
|
175
|
-
model.create!(name: 'origin',
|
|
175
|
+
model.create!(name: 'origin', url: '/', preferences: {}, credentials: {})
|
|
176
176
|
end
|
|
177
177
|
|
|
178
178
|
def self.down
|
data/lib/motor/version.rb
CHANGED
|
Binary file
|
|
Binary file
|
data/ui/dist/manifest.json
CHANGED
|
@@ -2601,9 +2601,9 @@
|
|
|
2601
2601
|
"icons/zoom-out.svg.gz": "icons/zoom-out.svg.gz",
|
|
2602
2602
|
"icons/zoom-question.svg": "icons/zoom-question.svg",
|
|
2603
2603
|
"icons/zoom-question.svg.gz": "icons/zoom-question.svg.gz",
|
|
2604
|
-
"main-
|
|
2605
|
-
"main-
|
|
2606
|
-
"main-
|
|
2607
|
-
"main.css": "main-
|
|
2608
|
-
"main.js": "main-
|
|
2604
|
+
"main-63794e57609297e51db3.css.gz": "main-63794e57609297e51db3.css.gz",
|
|
2605
|
+
"main-63794e57609297e51db3.js.LICENSE.txt": "main-63794e57609297e51db3.js.LICENSE.txt",
|
|
2606
|
+
"main-63794e57609297e51db3.js.gz": "main-63794e57609297e51db3.js.gz",
|
|
2607
|
+
"main.css": "main-63794e57609297e51db3.css",
|
|
2608
|
+
"main.js": "main-63794e57609297e51db3.js"
|
|
2609
2609
|
}
|
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.58
|
|
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-02-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord-filter
|
|
@@ -1534,8 +1534,8 @@ files:
|
|
|
1534
1534
|
- ui/dist/icons/zoom-money.svg.gz
|
|
1535
1535
|
- ui/dist/icons/zoom-out.svg.gz
|
|
1536
1536
|
- ui/dist/icons/zoom-question.svg.gz
|
|
1537
|
-
- ui/dist/main-
|
|
1538
|
-
- ui/dist/main-
|
|
1537
|
+
- ui/dist/main-63794e57609297e51db3.css.gz
|
|
1538
|
+
- ui/dist/main-63794e57609297e51db3.js.gz
|
|
1539
1539
|
- ui/dist/manifest.json
|
|
1540
1540
|
homepage:
|
|
1541
1541
|
licenses:
|
|
Binary file
|