avo 3.2.2 → 3.2.3
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 +0 -2
- data/Gemfile.lock +18 -20
- data/app/components/avo/views/resource_index_component.rb +2 -1
- data/config/initializers/pagy.rb +1 -0
- data/lib/avo/version.rb +1 -1
- data/lib/generators/avo/templates/locales/avo.ja.yml +126 -0
- data/lib/generators/avo/templates/scope.tt +1 -1
- data/public/avo-assets/avo.base.css +23 -2
- data/public/avo-assets/avo.base.js +41 -41
- data/public/avo-assets/avo.base.js.map +3 -3
- metadata +3 -2
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: 3.2.
|
|
4
|
+
version: 3.2.3
|
|
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-12-
|
|
12
|
+
date: 2023-12-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activerecord
|
|
@@ -1916,6 +1916,7 @@ files:
|
|
|
1916
1916
|
- lib/generators/avo/templates/locales/avo.en.yml
|
|
1917
1917
|
- lib/generators/avo/templates/locales/avo.es.yml
|
|
1918
1918
|
- lib/generators/avo/templates/locales/avo.fr.yml
|
|
1919
|
+
- lib/generators/avo/templates/locales/avo.ja.yml
|
|
1919
1920
|
- lib/generators/avo/templates/locales/avo.nb.yml
|
|
1920
1921
|
- lib/generators/avo/templates/locales/avo.nn.yml
|
|
1921
1922
|
- lib/generators/avo/templates/locales/avo.pt-BR.yml
|