signum 0.4.8 → 0.4.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c2d2692c406747889b91ad03f134e452024ef67230a300a58560a89c290de1a
4
- data.tar.gz: 73032778b0e3195f582924477b1b0ba8c03fd1d9bb1c3a8cbdcf852e0085c42b
3
+ metadata.gz: 977d0870f60c23be3b0518c48258c5e7c95cca5b7ec9b0829b372e5f7b098a26
4
+ data.tar.gz: bfe3ba2e2343424e64de2c74823e8b84c1d3a808789253271ddb76a06f9a5ed9
5
5
  SHA512:
6
- metadata.gz: 657c09d536f1ae32e2b0646b195bbbf17153a060a9028f4b3f8eb254607af721df7974edea70fa81384e128f986d91dfa6ff246da327095956b947e60853f315
7
- data.tar.gz: e9678d8723c59a0d82c652481d7d55e899932ab8417393c68588e7d63ab1a0b831b20d67bf36eb5dc7eba26e3590cfb71e33ef924bdb5aa78566be3432d5ccbd
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.8"
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.8
4
+ version: 0.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom de Grunt
8
- autorequire:
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
@@ -208,7 +208,7 @@ homepage: https://github.com/entdec/signum
208
208
  licenses:
209
209
  - MIT
210
210
  metadata: {}
211
- post_install_message:
211
+ post_install_message:
212
212
  rdoc_options: []
213
213
  require_paths:
214
214
  - lib
@@ -223,8 +223,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
223
223
  - !ruby/object:Gem::Version
224
224
  version: '0'
225
225
  requirements: []
226
- rubygems_version: 3.3.7
227
- signing_key:
226
+ rubygems_version: 3.4.10
227
+ signing_key:
228
228
  specification_version: 4
229
229
  summary: Replacement for flash messages, also from background jobs
230
230
  test_files: []