avo 1.18.0.pre.3 → 1.18.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of avo might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile +4 -2
- data/Gemfile.lock +193 -169
- data/app/components/avo/fields/common/multiple_file_viewer_component.html.erb +0 -2
- data/app/components/avo/fields/text_field/index_component.html.erb +5 -1
- data/app/components/avo/fields/text_field/show_component.html.erb +5 -1
- data/app/components/avo/index/resource_controls_component.rb +1 -1
- data/app/components/avo/views/resource_edit_component.html.erb +1 -1
- data/app/controllers/avo/application_controller.rb +5 -19
- data/app/controllers/avo/attachments_controller.rb +2 -1
- data/app/helpers/avo/application_helper.rb +18 -0
- data/app/views/avo/partials/_profile_dropdown.html.erb +7 -5
- data/db/factories.rb +9 -0
- data/lib/avo/app.rb +8 -4
- data/lib/avo/base_resource.rb +9 -2
- data/lib/avo/configuration.rb +2 -0
- data/lib/avo/fields/files_field.rb +0 -2
- data/lib/avo/fields/text_field.rb +2 -0
- data/lib/avo/version.rb +1 -1
- data/public/avo-packs/css/application-f9191617.css.map +1 -1
- data/public/avo-packs/css/application-f9191617.css.map.br +0 -0
- data/public/avo-packs/css/application-f9191617.css.map.gz +0 -0
- data/public/avo-packs/js/application-cc89f096028eb1d4d971.js.map +1 -1
- data/public/avo-packs/js/application-cc89f096028eb1d4d971.js.map.br +0 -0
- data/public/avo-packs/js/application-cc89f096028eb1d4d971.js.map.gz +0 -0
- metadata +5 -5
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: avo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.18.
|
4
|
+
version: 1.18.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrian Marin
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-01-
|
12
|
+
date: 2022-01-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -755,11 +755,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
755
755
|
version: '0'
|
756
756
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
757
757
|
requirements:
|
758
|
-
- - "
|
758
|
+
- - ">="
|
759
759
|
- !ruby/object:Gem::Version
|
760
|
-
version:
|
760
|
+
version: '0'
|
761
761
|
requirements: []
|
762
|
-
rubygems_version: 3.
|
762
|
+
rubygems_version: 3.3.3
|
763
763
|
signing_key:
|
764
764
|
specification_version: 4
|
765
765
|
summary: Configuration-based, no-maintenance, extendable Ruby on Rails admin.
|