avo 1.14.0 → 1.15.0.pre.1
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/controllers/avo/application_controller.rb +22 -4
- data/app/controllers/avo/base_controller.rb +1 -1
- data/lib/avo/app.rb +2 -0
- data/lib/avo/version.rb +1 -1
- data/public/avo-packs/css/application-2b4685ca.css.map +1 -1
- data/public/avo-packs/css/application-2b4685ca.css.map.br +0 -0
- data/public/avo-packs/css/application-2b4685ca.css.map.gz +0 -0
- data/public/avo-packs/js/application-6dbb940fca2e811fb7d5.js.map +1 -1
- data/public/avo-packs/js/application-6dbb940fca2e811fb7d5.js.map.br +0 -0
- data/public/avo-packs/js/application-6dbb940fca2e811fb7d5.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.
|
4
|
+
version: 1.15.0.pre.1
|
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: 2021-10-
|
12
|
+
date: 2021-10-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -750,9 +750,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
750
750
|
version: '0'
|
751
751
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
752
752
|
requirements:
|
753
|
-
- - "
|
753
|
+
- - ">"
|
754
754
|
- !ruby/object:Gem::Version
|
755
|
-
version:
|
755
|
+
version: 1.3.1
|
756
756
|
requirements: []
|
757
757
|
rubygems_version: 3.0.3
|
758
758
|
signing_key:
|