signum 0.4.10 → 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 977d0870f60c23be3b0518c48258c5e7c95cca5b7ec9b0829b372e5f7b098a26
|
4
|
+
data.tar.gz: bfe3ba2e2343424e64de2c74823e8b84c1d3a808789253271ddb76a06f9a5ed9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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="#{
|
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
|
data/lib/signum/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2024-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pg
|