avo 1.18.2.pre.0 → 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 +1 -1
- data/Gemfile.lock +2 -4
- 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/views/avo/partials/_profile_dropdown.html.erb +7 -5
- data/lib/avo/app.rb +8 -4
- data/lib/avo/configuration.rb +2 -0
- 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 +4 -4
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.2
|
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,9 +755,9 @@ 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
762
|
rubygems_version: 3.3.3
|
763
763
|
signing_key:
|