avo 3.26.3 → 3.27.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 +28 -28
- data/lib/avo/services/debug_service.rb +10 -0
- data/lib/avo/version.rb +1 -1
- data/public/avo-assets/avo.base.js +163 -161
- data/public/avo-assets/avo.base.js.map +4 -4
- metadata +3 -5
metadata
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: avo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.27.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adrian Marin
|
|
8
8
|
- Mihai Marin
|
|
9
9
|
- Paul Bob
|
|
10
|
-
autorequire:
|
|
11
10
|
bindir: bin
|
|
12
11
|
cert_chain: []
|
|
13
|
-
date:
|
|
12
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
14
13
|
dependencies:
|
|
15
14
|
- !ruby/object:Gem::Dependency
|
|
16
15
|
name: activerecord
|
|
@@ -1099,8 +1098,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1099
1098
|
- !ruby/object:Gem::Version
|
|
1100
1099
|
version: '0'
|
|
1101
1100
|
requirements: []
|
|
1102
|
-
rubygems_version: 3.
|
|
1103
|
-
signing_key:
|
|
1101
|
+
rubygems_version: 3.6.9
|
|
1104
1102
|
specification_version: 4
|
|
1105
1103
|
summary: Admin panel framework and Content Management System for Ruby on Rails.
|
|
1106
1104
|
test_files: []
|