avo 2.13.6.pre.1 → 2.13.6.pre.2

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: 5c3d594c867fc840c703aff831b7a39e66ca678d525ce66a698014979197fa8d
4
- data.tar.gz: c8d325159aadabb979c15df783595b68ad2c1ea5c150779f85de66255b1ba221
3
+ metadata.gz: df7e0432320ebd04724b2f38afaf35d5bfe652aa0c68e70b17efcf648b4d98bd
4
+ data.tar.gz: 0bc309a2c8f0e756304504dea4ababec52defc34fc9bb24aed6547c1f09af6dd
5
5
  SHA512:
6
- metadata.gz: 3abe727bca4823198022bd9e79ccadc9c2b79b1cc8d6ab1070b57e9761e93620ee457dfa45b45a9847258640c551865b9d830bfd73326372a355c7c3fabbaf60
7
- data.tar.gz: f7107a8cb2b0dbc072a50eaa5faa3b92ad565642c835a11ee30bbcde0f601c94bbc56694f39c4c363592194203144a78215e9bade5c478433a2603a8486f1251
6
+ metadata.gz: c1537d80c8714711ad1d181f27153c60762ec9a685703c28870c914b4e57af5c6c300da433247bc459e4f42555866fdb83f4bff74e226cd320f8175c6b3d3831
7
+ data.tar.gz: 6112b7a2b1e673938bcd7a0f048d0083eabe57b092710c40ddf20193e1efb3103d5fbcc9aa8ecdc29476fb805310a50ea5c806e3a25a0e8aff1a578b4921a64f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- avo (2.13.6.pre.1)
4
+ avo (2.13.6.pre.2)
5
5
  active_link_to
6
6
  addressable
7
7
  breadcrumbs_on_rails
@@ -21,7 +21,8 @@
21
21
  <div class="flex space-x-2">
22
22
  <div class="flex">
23
23
  <% if @resource.authorization.authorize_action(:download_attachments?, raise_exception: false) %>
24
- <%= a_link file.url(disposition: :attachment),
24
+ <!-- <%= file.inspect %> -->
25
+ <%= a_link file.service_url(disposition: :attachment),
25
26
  icon: 'heroicons/outline/download',
26
27
  color: :primary,
27
28
  download: true,
data/lib/avo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Avo
2
- VERSION = "2.13.6.pre.1" unless const_defined?(:VERSION)
2
+ VERSION = "2.13.6.pre.2" unless const_defined?(:VERSION)
3
3
  end
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: 2.13.6.pre.1
4
+ version: 2.13.6.pre.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin