motor-admin 0.2.70 → 0.2.73
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/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/lib/motor/active_record_utils/active_record_connection_column_patch.rb +14 -0
- data/lib/motor/active_record_utils.rb +1 -0
- data/lib/motor/version.rb +1 -1
- data/ui/dist/main-3a4545ec19308abd16e4.css.gz +0 -0
- data/ui/dist/main-3a4545ec19308abd16e4.js.gz +0 -0
- data/ui/dist/manifest.json +5 -5
- metadata +12 -6
- data/ui/dist/main-9c4013191d02490710fe.css.gz +0 -0
- data/ui/dist/main-9c4013191d02490710fe.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: 947b42e0b0f2f64d9d08673e6696ca29287559f45c99120ca6901049b496d5fc
|
|
4
|
+
data.tar.gz: 253198433af97079a9aff6716512dda6e9e7a68220a8d79a9cba9d7a97a3151d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8adb5d25a14a609763f4ad7415fb935674baece72961f92685c218a1fff69d87e7b03bfd77311c7bc8f69cd6f4b067119c85aaa9926e04d2de503fefdbcac9d
|
|
7
|
+
data.tar.gz: 986c5467769a990401499990a7f28850526e675bf44663145164195e7683bc446542375ae4dce57e119084a74fe0726d7ffe80b15f219c0e71275e978dba84c9
|
data/config/locales/el.yml
CHANGED
data/config/locales/en.yml
CHANGED
data/config/locales/es.yml
CHANGED
data/config/locales/pt.yml
CHANGED
|
@@ -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
|
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-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.
|
|
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-
|
|
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
|
|
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-
|
|
2216
|
-
- ui/dist/main-
|
|
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 "
|
|
Binary file
|
|
Binary file
|