motor-admin 0.2.70 → 0.2.73

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 885521243b3baee41d99092e65a3587a5823a60b3b9a1991240f443f17871014
4
- data.tar.gz: 7573f833491e98ddfc3f900cc9e54a3db3816cc65264de7f65b5b1a0338aecf6
3
+ metadata.gz: 947b42e0b0f2f64d9d08673e6696ca29287559f45c99120ca6901049b496d5fc
4
+ data.tar.gz: 253198433af97079a9aff6716512dda6e9e7a68220a8d79a9cba9d7a97a3151d
5
5
  SHA512:
6
- metadata.gz: 4f9da8421e6a1ef9c19ddc3dd5d4bd67bbeed982a87899702900cf63b05da64c80bd50f909b219867422e2a11a73e7ac3cc15c8c57ad745fa467b01f820e9a2a
7
- data.tar.gz: ff6b87764536384b5fa6445f4c34384d96ff5ebd58aa7d6c5c23e797a458f15aa4451319bd53a6d02a21cce61f20ac45c471a80eb0eb773974bbcbc9bb61a61d
6
+ metadata.gz: b8adb5d25a14a609763f4ad7415fb935674baece72961f92685c218a1fff69d87e7b03bfd77311c7bc8f69cd6f4b067119c85aaa9926e04d2de503fefdbcac9d
7
+ data.tar.gz: 986c5467769a990401499990a7f28850526e675bf44663145164195e7683bc446542375ae4dce57e119084a74fe0726d7ffe80b15f219c0e71275e978dba84c9
@@ -306,6 +306,7 @@ el:
306
306
  edit_html: Edit HTML
307
307
  there_are_unsaved_changes_close_form: "There are unsaved changes. Close form?"
308
308
  send_file_url: Send file URL
309
+ rating: Rating
309
310
  i:
310
311
  locale: el
311
312
  select:
@@ -311,3 +311,4 @@ en:
311
311
  edit_html: Edit HTML
312
312
  there_are_unsaved_changes_close_form: "There are unsaved changes. Close form?"
313
313
  send_file_url: Send file URL
314
+ rating: Rating
@@ -306,6 +306,7 @@ es:
306
306
  edit_html: Edit HTML
307
307
  there_are_unsaved_changes_close_form: "There are unsaved changes. Close form?"
308
308
  send_file_url: Send file URL
309
+ rating: Rating
309
310
  i:
310
311
  locale: es
311
312
  select:
@@ -302,6 +302,7 @@ pt:
302
302
  edit_html: Edit HTML
303
303
  there_are_unsaved_changes_close_form: "There are unsaved changes. Close form?"
304
304
  send_file_url: Send file URL
305
+ rating: Rating
305
306
  i:
306
307
  locale: pt
307
308
  select:
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ begin
4
+ require 'active_record/connection_adapters/deduplicable'
5
+ rescue LoadError
6
+ nil
7
+ end
8
+
9
+ ActiveRecord::ConnectionAdapters::Column.class_eval do
10
+ def array
11
+ false
12
+ end
13
+ alias_method :array?, :array
14
+ end
@@ -41,4 +41,5 @@ require_relative './active_record_utils/defined_scopes_extension'
41
41
  require_relative './active_record_utils/active_storage_links_extension'
42
42
  require_relative './active_record_utils/active_storage_blob_patch'
43
43
  require_relative './active_record_utils/active_record_filter_patch'
44
+ require_relative './active_record_utils/active_record_connection_column_patch'
44
45
  require_relative './active_record_utils/action_text_attribute_patch'
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.70'
4
+ VERSION = '0.2.73'
5
5
  end
@@ -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-9c4013191d02490710fe.css.gz": "main-9c4013191d02490710fe.css.gz",
3965
- "main-9c4013191d02490710fe.js.LICENSE.txt": "main-9c4013191d02490710fe.js.LICENSE.txt",
3966
- "main-9c4013191d02490710fe.js.gz": "main-9c4013191d02490710fe.js.gz",
3967
- "main.css": "main-9c4013191d02490710fe.css",
3968
- "main.js": "main-9c4013191d02490710fe.js"
3964
+ "main-3a4545ec19308abd16e4.css.gz": "main-3a4545ec19308abd16e4.css.gz",
3965
+ "main-3a4545ec19308abd16e4.js.LICENSE.txt": "main-3a4545ec19308abd16e4.js.LICENSE.txt",
3966
+ "main-3a4545ec19308abd16e4.js.gz": "main-3a4545ec19308abd16e4.js.gz",
3967
+ "main.css": "main-3a4545ec19308abd16e4.css",
3968
+ "main.js": "main-3a4545ec19308abd16e4.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.70
4
+ version: 0.2.73
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-05-30 00:00:00.000000000 Z
11
+ date: 2022-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord-filter
@@ -99,7 +99,7 @@ description: |
99
99
  All customizations to the admin panel can be made directly in the UI without
100
100
  the need of writing any configurations code.
101
101
  email:
102
- - pete.matsy@gmail.com
102
+ - pete@getmotoradmin.com
103
103
  executables: []
104
104
  extensions: []
105
105
  extra_rdoc_files: []
@@ -169,6 +169,7 @@ files:
169
169
  - lib/motor.rb
170
170
  - lib/motor/active_record_utils.rb
171
171
  - lib/motor/active_record_utils/action_text_attribute_patch.rb
172
+ - lib/motor/active_record_utils/active_record_connection_column_patch.rb
172
173
  - lib/motor/active_record_utils/active_record_filter_patch.rb
173
174
  - lib/motor/active_record_utils/active_storage_blob_patch.rb
174
175
  - lib/motor/active_record_utils/active_storage_links_extension.rb
@@ -2212,13 +2213,18 @@ files:
2212
2213
  - ui/dist/icons/zoom-out.svg.gz
2213
2214
  - ui/dist/icons/zoom-pan.svg.gz
2214
2215
  - ui/dist/icons/zoom-question.svg.gz
2215
- - ui/dist/main-9c4013191d02490710fe.css.gz
2216
- - ui/dist/main-9c4013191d02490710fe.js.gz
2216
+ - ui/dist/main-3a4545ec19308abd16e4.css.gz
2217
+ - ui/dist/main-3a4545ec19308abd16e4.js.gz
2217
2218
  - ui/dist/manifest.json
2218
2219
  homepage:
2219
2220
  licenses:
2220
2221
  - MIT
2221
- metadata: {}
2222
+ metadata:
2223
+ bug_tracker_uri: https://github.com/motor-admin/motor-admin-rails/issues
2224
+ homepage_uri: https://www.getmotoradmin.com
2225
+ source_code_uri: https://github.com/motor-admin/motor-admin-rails
2226
+ documentation_uri: https://github.com/motor-admin/motor-admin-rails/tree/master/guides
2227
+ rubygems_mfa_required: 'true'
2222
2228
  post_install_message: "\n ==================\n Run `rails g motor:upgrade &&
2223
2229
  rake db:migrate`\n to perform data migration and enable the latest features'\n
2224
2230
  \ ==================\n "