avo 2.48.0 → 2.49.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/app/components/avo/fields/common/files/view_type/grid_item_component.html.erb +1 -1
- data/app/javascript/js/controllers/fields/date_field_controller.js +7 -3
- data/avo.gemspec +5 -4
- data/lib/avo/fields/date_time_field.rb +11 -4
- data/lib/avo/version.rb +1 -1
- data/public/avo-assets/avo.base.js +59 -59
- data/public/avo-assets/avo.base.js.map +2 -2
- metadata +9 -7
metadata
CHANGED
@@ -1,15 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: avo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.49.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrian Marin
|
8
8
|
- Mihai Marin
|
9
|
+
- Paul Bob
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
12
|
-
date: 2024-
|
13
|
+
date: 2024-04-12 00:00:00.000000000 Z
|
13
14
|
dependencies:
|
14
15
|
- !ruby/object:Gem::Dependency
|
15
16
|
name: activerecord
|
@@ -207,9 +208,10 @@ dependencies:
|
|
207
208
|
- - ">="
|
208
209
|
- !ruby/object:Gem::Version
|
209
210
|
version: '0'
|
210
|
-
description: Avo
|
211
|
-
|
212
|
-
|
211
|
+
description: Avo is a very custom Content Management System for Ruby on Rails that
|
212
|
+
saves engineers and teams months of development time by building user interfaces
|
213
|
+
and logic using configuration rather than traditional coding; When configuration
|
214
|
+
is not enough, you can fallback to familiar Ruby on Rails code.
|
213
215
|
email:
|
214
216
|
- avo@avohq.io
|
215
217
|
executables: []
|
@@ -1983,6 +1985,7 @@ files:
|
|
1983
1985
|
- public/avo-assets/placeholder.svg
|
1984
1986
|
homepage: https://avohq.io
|
1985
1987
|
licenses:
|
1988
|
+
- LGPL-3.0
|
1986
1989
|
- Commercial
|
1987
1990
|
metadata:
|
1988
1991
|
bug_tracker_uri: https://github.com/avo-hq/avo/issues
|
@@ -2008,6 +2011,5 @@ requirements: []
|
|
2008
2011
|
rubygems_version: 3.3.3
|
2009
2012
|
signing_key:
|
2010
2013
|
specification_version: 4
|
2011
|
-
summary:
|
2012
|
-
framework.
|
2014
|
+
summary: Admin panel framework and Content Management System for Ruby on Rails.
|
2013
2015
|
test_files: []
|