nuntius 1.4.10 → 1.4.11

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: 5a1dcbc1e10bce99c94c7537d5091e32bcaa588b51d92a884a001978a1dd24fa
4
- data.tar.gz: '09cb3a5e7da66b49c8e755ab3f4956d1933d3197749de506e7693649f480141a'
3
+ metadata.gz: aeaadb14fa4c7e25036e1ebf6e17db66371b241a2a8872829139ce97a353d900
4
+ data.tar.gz: db65d996d6a5ccaddd8d45da9d849d452bdbe577fc3580d64867af1c74821ee2
5
5
  SHA512:
6
- metadata.gz: 9ac1da3a93afccd8b1da9f79b652e8749081daa4394bf468c902f700445257ca5e722a43b30ea874372eeb15c5f40f45c393a4de07e47223f72984c6b6148a70
7
- data.tar.gz: 402bd584c757524017bcd83d5773737711fe5542b0359cf6546a3addcf0c99c789e811581a1f058371a1cdd9a072560f1765079933ae167a04b449e172084720
6
+ metadata.gz: 45e31ed0f7fa2e94c04ee3fa282a983dc19691c69f6be2f1eef7e65420f6c36f19f2f7be1c33cb65195e09cbd0f42007e9bb4d29087acb22763b12e11c8cda58
7
+ data.tar.gz: ce7ea4732d6961db7a23bd93c06fcb8b396e28dc3f5e3391bbced303cd81593ef1044410202ce5adeaeb5a56ae2f8a07db8ed1458d77f33d7f2618a5c7b62c2f
@@ -61,6 +61,8 @@ module Nuntius
61
61
 
62
62
  def scope
63
63
  @scope = Nuntius::Subscriber.all
64
+ @scope = @scope.where(list_id: params[:list_id]) if params[:list_id].present?
65
+ @scope
64
66
  end
65
67
  end
66
68
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nuntius
4
- VERSION = "1.4.10"
4
+ VERSION = "1.4.11"
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.4.10
4
+ version: 1.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: 2026-02-25 00:00:00.000000000 Z
11
+ date: 2026-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apnotic