avo 1.19.1.pre.6 → 1.19.1.pre.7
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/views/avo/partials/_logo.html.erb +1 -1
- data/lib/avo/version.rb +1 -1
- data/lib/generators/avo/templates/initializer/avo.tt +4 -5
- metadata +1 -2
- data/app/javascript/images/logo.png +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c2aa4bc482fe6f5a0298a1a664a74ebcecff6df7043c0cf22a820afb8f9b57b4
|
|
4
|
+
data.tar.gz: 345cca21367ba38c1a00a664ef2800dc86790dd0dd7970358a7cad1c7e27e17c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab9b6ade5c36ed9eb742f8d0731f8c0f3abf4ffcd19e5d5ca82a845a481a1eb1ca9a189ee88b532e8cf27bfe079a417c2aeae55669b762c5cec3e47582bb0943
|
|
7
|
+
data.tar.gz: b10299831311156fcee1bc6013a56c788bce6ae33d808c0de06c611fbf871a2d7b641909822509e222eb96439179bc06bcc2cf1b3ad2d05924104c11e6a34aed
|
data/Gemfile.lock
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<%= image_tag 'avo/logo.png', class: 'h-full', title: 'Avo' %>
|
|
1
|
+
<%= image_tag '/avo-assets/logo.png', class: 'h-full', title: 'Avo' %>
|
data/lib/avo/version.rb
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
# For more information regaring these settings check out our docs https://docs.avohq.io
|
|
1
2
|
Avo.configure do |config|
|
|
2
3
|
## == Routing ==
|
|
3
4
|
config.root_path = '/<%= options[:path] %>'
|
|
4
5
|
|
|
5
6
|
## == Licensing ==
|
|
6
|
-
config.license = 'community'
|
|
7
|
+
config.license = 'community' # change this to 'pro' when you add the license key
|
|
7
8
|
# config.license_key = ENV['AVO_LICENSE_KEY']
|
|
8
9
|
|
|
9
10
|
## == Set the context ==
|
|
@@ -12,10 +13,8 @@ Avo.configure do |config|
|
|
|
12
13
|
end
|
|
13
14
|
|
|
14
15
|
## == Authentication ==
|
|
15
|
-
# config.current_user_method =
|
|
16
|
-
# config.authenticate_with
|
|
17
|
-
# warden.authenticate! scope: :user
|
|
18
|
-
# end
|
|
16
|
+
# config.current_user_method = {}
|
|
17
|
+
# config.authenticate_with = {}
|
|
19
18
|
|
|
20
19
|
## == Authorization ==
|
|
21
20
|
# config.authorization_methods = {
|
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.19.1.pre.
|
|
4
|
+
version: 1.19.1.pre.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adrian Marin
|
|
@@ -479,7 +479,6 @@ files:
|
|
|
479
479
|
- app/helpers/avo/resources_helper.rb
|
|
480
480
|
- app/helpers/avo/url_helpers.rb
|
|
481
481
|
- app/javascript/avo.js
|
|
482
|
-
- app/javascript/images/logo.png
|
|
483
482
|
- app/javascript/js/active-storage.js
|
|
484
483
|
- app/javascript/js/application.js
|
|
485
484
|
- app/javascript/js/controllers.js
|
|
Binary file
|