nuntius 1.5.0 → 1.5.1

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: 25dbff01510e68a23dbd0bf046aefd97cae3ad2633c88bb8cd702d42639b6a50
4
- data.tar.gz: 4c87bfd9ba23075725696538ee1fb1e1d9ba0661e07704b23ac3f75fbfb2f00c
3
+ metadata.gz: 198786ccf50dd924421f56f289bac977e48133c7f75f9e594fe9391880c2428b
4
+ data.tar.gz: 8abc9bd817f7eb66619493aba01cf673dfd20a3b66b24aa27141a916610ef1c3
5
5
  SHA512:
6
- metadata.gz: 47904897c1e9c09e5a1dab2bb82a979bc312f401c7d69766947e275729a30be0cb41f923614b2c558dd24edec2daacbe5b1c4fd2a0b22173aa7a5e68feb0a9c2
7
- data.tar.gz: a307808cc8cac2b8b8077ea9c78f3da025b830367a4b5c8ebc8eaacacd0e985f4fe0e90c866e348246c02725ef0b6f5c0a9a3440a854bd07a9291e6fbe0082a3
6
+ metadata.gz: 21c065437930ed486a7934d5571c2202e5b15e162739b43b389cf8dd4c167703ece00604be9b126cf044277a640d2de990df6db64813ca2cb53b9acb857061b0
7
+ data.tar.gz: 697827b5531325e35c35d678743d1339ad4af28c413bd3d85c94fc81771cf686eb820d0736cf1c6381fb1344a6a630da1b85e4f5806cfb794144b218ab767013
@@ -50,12 +50,12 @@
50
50
  dt.text-sm.font-semibold.leading-6.text-gray-600
51
51
  = t(".messages_sent")
52
52
  dd.order-first.text-3xl.font-semibold.tracking-tight.text-gray-900
53
- = @campaign.messages.where(status: "sent").count
53
+ = @campaign.messages.where(state: "sent").count
54
54
  .flex.flex-col.bg-gray-200.p-8
55
55
  dt.text-sm.font-semibold.leading-6.text-gray-600
56
56
  = t(".messages_not_sent")
57
57
  dd.order-first.text-3xl.font-semibold.tracking-tight.text-gray-900
58
- = @campaign.messages.where.not(status: "sent").count
58
+ = @campaign.messages.where.not(state: "sent").count
59
59
  .flex.flex-col.bg-gray-200.p-8
60
60
  dt.text-sm.font-semibold.leading-6.text-gray-600
61
61
  = t(".messages_opened")
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nuntius
4
- VERSION = "1.5.0"
4
+ VERSION = "1.5.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nuntius
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom de Grunt