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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e3657c2a6c5c2d025d887aff5e53b166b6ec8b434153d2ed72bc3b084363a3b
4
- data.tar.gz: 162c942ea91f8645567d59017b3a0852197673997bba463cd54196f4657c715a
3
+ metadata.gz: bf2ac492abdb2cc783edd588a7ca4c74e25139d93c2daf54a249e04abb03ffd4
4
+ data.tar.gz: 7d30965b411c7188c1a3b53abaf1da57dfaa0545789ad201164e7e68a38a16fe
5
5
  SHA512:
6
- metadata.gz: c18c6fed8fcaa804915e503f0d0277e8660333555acfa82673d9a3d1f3d55b1a1e5b7c3b72d18e178422576c7d5428d26d38a39b3900b2b58c1e65d8b8ef0167
7
- data.tar.gz: 3d98b122b9ec65c67a99df3b90595442e981d41d2441b426fe1aec99b0de65deb30c07f85c76e6013700cb70bd0abffed03561dc6b044e0f4c79634f529c01de
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, :bigint
126
+ t.column :auditable_id, :string
127
127
  t.column :auditable_type, :string
128
- t.column :associated_id, :bigint
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', path: '/')
175
+ model.create!(name: 'origin', url: '/', preferences: {}, credentials: {})
176
176
  end
177
177
 
178
178
  def self.down
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.2.57'
4
+ VERSION = '0.2.58'
5
5
  end
@@ -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-d1d984574d0834ccc286.css.gz": "main-d1d984574d0834ccc286.css.gz",
2605
- "main-d1d984574d0834ccc286.js.LICENSE.txt": "main-d1d984574d0834ccc286.js.LICENSE.txt",
2606
- "main-d1d984574d0834ccc286.js.gz": "main-d1d984574d0834ccc286.js.gz",
2607
- "main.css": "main-d1d984574d0834ccc286.css",
2608
- "main.js": "main-d1d984574d0834ccc286.js"
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.57
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-01-23 00:00:00.000000000 Z
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-d1d984574d0834ccc286.css.gz
1538
- - ui/dist/main-d1d984574d0834ccc286.js.gz
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: