avo 2.28.3.pre.pr1646 → 2.29.0
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.
Potentially problematic release.
This version of avo might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/app/helpers/avo/application_helper.rb +5 -6
- data/app/javascript/js/controllers/fields/tags_field_controller.js +4 -0
- data/lib/avo/configuration.rb +4 -6
- data/lib/avo/version.rb +1 -1
- data/lib/generators/avo/templates/initializer/avo.tt +2 -0
- data/public/avo-assets/avo.base.js +47 -47
- data/public/avo-assets/avo.base.js.map +2 -2
- metadata +4 -5
- data/config/master.key +0 -1
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: 2.
|
4
|
+
version: 2.29.0
|
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: 2023-03-
|
12
|
+
date: 2023-03-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activerecord
|
@@ -1696,7 +1696,6 @@ files:
|
|
1696
1696
|
- config/credentials.yml.enc
|
1697
1697
|
- config/i18n-tasks.yml
|
1698
1698
|
- config/initializers/pagy.rb
|
1699
|
-
- config/master.key
|
1700
1699
|
- config/routes.rb
|
1701
1700
|
- config/spring.rb
|
1702
1701
|
- db/factories.rb
|
@@ -1957,9 +1956,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1957
1956
|
version: 2.6.0
|
1958
1957
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1959
1958
|
requirements:
|
1960
|
-
- - "
|
1959
|
+
- - ">="
|
1961
1960
|
- !ruby/object:Gem::Version
|
1962
|
-
version:
|
1961
|
+
version: '0'
|
1963
1962
|
requirements: []
|
1964
1963
|
rubygems_version: 3.3.3
|
1965
1964
|
signing_key:
|
data/config/master.key
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
2aeb23d82b909d9c6b5abb62f7058c2a
|