nuntius 1.3.18 → 1.3.19

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: 77d3a72b4055f2220a761f5b41d69760a7e30db8e05953e203119bf5e9d27a41
4
- data.tar.gz: 3e0038bbae093a91340d3089487fefb78c6d4f8dc1a90945b6581262e8acf99d
3
+ metadata.gz: 464e274189e30480fb89d6a175e7ffd2aac663be78303da82432a29a3a19275b
4
+ data.tar.gz: 703da425bbdbca6a34a1cae1501470efeb7bea9c7309a8f087a1f85e1df2e2d4
5
5
  SHA512:
6
- metadata.gz: ff0d93fc69c392dd5bfe858b4350e44bbc9033dba0a3e071dd7b5ee84d7eb22dfffa8b54828d54f40349f76f3f06508fe1a26542677b8beb18a4f239fdaeb6d3
7
- data.tar.gz: aa0819d0f81c75c00c9557b986e8f400c6a77eac3dd25e748fa511c850d5e9aa56c992bcf6138f900980bac02901f771526b4529d2111b140d41e4184ef8535f
6
+ metadata.gz: 1d6f513249735039641580fe62351c9ea1a5322b1fd4c19aade1dd613e7fa07b2ca1ea02919aa5dff0080471433a67ee4dc43e30b1b0cf94ca640e68e18e0fe7
7
+ data.tar.gz: 5bbbc42df8648c760d556bfd79f59d45f8eca1b98c64f9933f89470ca3d4769a8a0c247e7a6fc22dbc0c0002afd2356359a976badcdf5a6745c85935e9f39ac0
@@ -24,7 +24,7 @@ module Nuntius
24
24
  # FIXME: next unless campaign.can_publish?
25
25
  show ->(campaign) { campaign.transport != "sms" && campaign.can_publish? }
26
26
  link { |campaign| campaign.can_publish? ? nuntius.publish_admin_campaign_path(campaign) : nil }
27
- icon "fa-regular fa-paper-plane"
27
+ icon "fa-solid fa-paper-plane"
28
28
  link_attributes data: {"turbo-confirm": "Are you sure you want to send out this campaign?", "turbo-method": :post}
29
29
  end
30
30
 
@@ -16,7 +16,7 @@ module Nuntius
16
16
 
17
17
  action :delete do
18
18
  link { |layout| nuntius.admin_layout_url(layout) }
19
- icon "fa-regular fa-trash"
19
+ icon "fa-solid fa-trash"
20
20
  link_attributes data: {"turbo-confirm": "Are you sure you want to delete the layout?", "turbo-method": :delete}
21
21
  end
22
22
 
@@ -31,7 +31,7 @@ module Nuntius
31
31
  html do |template|
32
32
  color = Nuntius.config.flow_color(template.id)&.light_color || "green"
33
33
  content_tag(:span, class: "traffic-signal-#{color.downcase}") do
34
- content_tag(:i, nil, class: "fa-regular fa-circle fa-xl")
34
+ content_tag(:i, nil, class: "fa-solid fa-circle fa-xl")
35
35
  end
36
36
  end
37
37
  end
@@ -39,7 +39,7 @@ module Nuntius
39
39
 
40
40
  action :delete do
41
41
  link { |template| nuntius.admin_template_path(template) }
42
- icon "fa-regular fa-trash"
42
+ icon "fa-solid fa-trash"
43
43
  link_attributes data: {"turbo-confirm": "Are you sure you want to delete the template?", "turbo-method": :delete}
44
44
  end
45
45
 
@@ -11,7 +11,7 @@
11
11
  = info.with_item :attachments, class: "sm:col-span-4"
12
12
  - @message.attachments.each do |attachment|
13
13
  = link_to(main_app.rails_blob_path(attachment, disposition: "attachment"), title: attachment.filename) do
14
- i.fa-regular.fa-paperclip
14
+ i.fa-solid.fa-paperclip
15
15
  span=attachment.filename
16
16
  br
17
17
  - if @message.transport == 'sms'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nuntius
4
- VERSION = "1.3.18"
4
+ VERSION = "1.3.19"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nuntius
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.18
4
+ version: 1.3.19
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: 2025-03-06 00:00:00.000000000 Z
11
+ date: 2025-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apnotic
@@ -607,7 +607,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
607
607
  - !ruby/object:Gem::Version
608
608
  version: '0'
609
609
  requirements: []
610
- rubygems_version: 3.3.26
610
+ rubygems_version: 3.4.10
611
611
  signing_key:
612
612
  specification_version: 4
613
613
  summary: Messaging and notification for Ruby on Rails