nuntius 1.3.16 → 1.3.17
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 +4 -4
- data/lib/nuntius/nuntiable.rb +1 -1
- data/lib/nuntius/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9412cbbc33e007d5ab0bd60ad535fcf09dcd49ebcba2e5b87d158d114022c92d
|
4
|
+
data.tar.gz: 1b46569589db907a396afcf23c9bf1b024a60aa4f6f0d568d6d04a92c701eb5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a68938e9c3b9f3c39e7a0a4f8d1e3a8a4f4ee16b1618cd17796e137c1fe9830c206a28179f1ca3fbd4f6885e8985e1d4c1f1f41873a4594e7b28eb0e62a30b2
|
7
|
+
data.tar.gz: fbf2a88db2d96c76d328b3e59f1de8eedddfcc7e5adbdea72ab9f878266350db67fdf7349142a94597c6917532ca66b6069da9dd44639bea696b290b12959065
|
data/lib/nuntius/nuntiable.rb
CHANGED
@@ -18,7 +18,7 @@ module Nuntius
|
|
18
18
|
raise "Nuntius Messenger has not been implemented for class #{name}" unless messenger
|
19
19
|
|
20
20
|
Nuntius.config.add_nuntiable_class(self)
|
21
|
-
has_many :messages, as: :nuntiable, class_name: "Nuntius::Message", dependent: :
|
21
|
+
has_many :messages, as: :nuntiable, class_name: "Nuntius::Message", dependent: :destroy_all
|
22
22
|
has_many :nuntius_subscriptions, as: :nuntiable, class_name: "Nuntius::Subscriber", dependent: :delete_all
|
23
23
|
has_many :nuntius_lists, through: :nuntius_subscriptions, class_name: "Nuntius::List", source: :list
|
24
24
|
end
|
data/lib/nuntius/version.rb
CHANGED
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.
|
4
|
+
version: 1.3.17
|
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-
|
11
|
+
date: 2025-03-06 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.
|
610
|
+
rubygems_version: 3.3.26
|
611
611
|
signing_key:
|
612
612
|
specification_version: 4
|
613
613
|
summary: Messaging and notification for Ruby on Rails
|