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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 95d5abdfc832f8c0c1ed035038821d1a21838d3fe15b0aaa5f3604cfcd48ccc4
4
- data.tar.gz: 98156e6d15f1530d164a3e7995b0ed63fe498272625215ef2f2e6c71281751b5
3
+ metadata.gz: c2aa4bc482fe6f5a0298a1a664a74ebcecff6df7043c0cf22a820afb8f9b57b4
4
+ data.tar.gz: 345cca21367ba38c1a00a664ef2800dc86790dd0dd7970358a7cad1c7e27e17c
5
5
  SHA512:
6
- metadata.gz: c47c072f92caf09f23cf8ef2f9fbe05627b3c91c1e79509641d4661834a3a4560120168957b503a087220041e74987955d7e07a07d7c36498b75c1de13acfa53
7
- data.tar.gz: 98541d6134953707b9b02cba2f1677e8fdddda6af45014d3f247d3e7126ea83a1ec20c703fe7de12da51851111f492cf578c6f1b0814fff8c7f03a67fdbd4ba9
6
+ metadata.gz: ab9b6ade5c36ed9eb742f8d0731f8c0f3abf4ffcd19e5d5ca82a845a481a1eb1ca9a189ee88b532e8cf27bfe079a417c2aeae55669b762c5cec3e47582bb0943
7
+ data.tar.gz: b10299831311156fcee1bc6013a56c788bce6ae33d808c0de06c611fbf871a2d7b641909822509e222eb96439179bc06bcc2cf1b3ad2d05924104c11e6a34aed
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- avo (1.19.1.pre.6)
4
+ avo (1.19.1.pre.7)
5
5
  active_link_to
6
6
  addressable
7
7
  breadcrumbs_on_rails
@@ -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,3 +1,3 @@
1
1
  module Avo
2
- VERSION = "1.19.1.pre.6"
2
+ VERSION = "1.19.1.pre.7"
3
3
  end
@@ -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 = :current_user
16
- # config.authenticate_with do
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.6
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