signum 0.4.10 → 0.4.11

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: b251cb8013e3a9f8151707f1165a49f879a7ddea2d96a4b0b313ee931274ffae
4
- data.tar.gz: 887306fae2616d7914b4ea8954da34c32b5c4259bd3d292636b5e266d3f3bd04
3
+ metadata.gz: 977d0870f60c23be3b0518c48258c5e7c95cca5b7ec9b0829b372e5f7b098a26
4
+ data.tar.gz: bfe3ba2e2343424e64de2c74823e8b84c1d3a808789253271ddb76a06f9a5ed9
5
5
  SHA512:
6
- metadata.gz: 8b1adb57e25d80d2d7e3ef5d6744e642cb968345c77414b2b1521e653b7df65aee5215994fabcc28e299ee5640de5613f5de67ac85132f13f1fae1f15fe302bc
7
- data.tar.gz: f32e3f03296e9f20efad16081ba8fbe51ddfa5cbfeb48d9cfad0e869ed6c7eaa210e65d2246ae67dd9e397eebe1e1a5618a9786831dacbe90cff35ee08764a8a
6
+ metadata.gz: c3c82dc35f39aa99c9698eb981b2ae094a51c9d05c004069b3d62b3b1bd08e82808012d097c565d49c8bf6526fa2b973115e243e3859b90fc586ac2f43c4fe58
7
+ data.tar.gz: 8c98feb4bd65383fa5c181373181f4fa9127a4134b6e24628c2ffa0b16f9ec83ca1abf329a4387f016f7c7dfbac76b054079e4c740c4866898285ccbeb17ff4a
@@ -20,7 +20,7 @@
20
20
  - if signal.attachments.attached?
21
21
  .signum-notification-body__mb__bc__mc__attc
22
22
  - signal.attachments.each do | attachment |
23
- a.signum-notification-body__mb__bc__mc__attc__att href="#{url_for(attachment)}" target="_blank"
23
+ a.signum-notification-body__mb__bc__mc__attc__att href="#{Rails.application.routes.url_helpers.rails_blob_path(attachment, disposition: "attachment", only_path: true)}"
24
24
  i.fas.fa-paperclip-vertical
25
25
  =< attachment.blob.filename
26
26
  .signum-notification-body__mb__bc__bcc
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Signum
4
- VERSION = "0.4.10"
4
+ VERSION = "0.4.11"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: signum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.10
4
+ version: 0.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom de Grunt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-21 00:00:00.000000000 Z
11
+ date: 2024-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg