noticed 2.6.1 → 2.7.0

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: 97bfcc3bd0808b9ec095996a5076483fcbd52b34876bcdb5a07c0d81976089e5
4
- data.tar.gz: b8f52c48beb1de00e6f0a8cf90e136697ddb06ef41cc21da70462191f586dc49
3
+ metadata.gz: 409bc0222c2ca902d1cf99a7015cfe24ca3f0c9b1e765ff97af2ae327ce8598f
4
+ data.tar.gz: 022f80d4007f6026d874cf1ba68898028e294989d84204db476c53864ffd43aa
5
5
  SHA512:
6
- metadata.gz: 7eda93498c3441412df68ffc1b5d52e587ba6367ed77577976ef9dd90264e4c5651c6e7352403fb3116eebdb7795e766eda59c01515cf156e07f9121b64fe4c5
7
- data.tar.gz: 3b12968aaf984955272136b55ad19b050dabddcb93cb0ddeb0a82f3d89022e49f4538d1cb35d4e3da3274e85245d6a3a2113642b83582020b346c64897940a7e
6
+ metadata.gz: 7229791c39a6edb4ae4abff40a8bbbb6f727167235714b1b8ecaab2769ab9770771059ddccbe1f8f8372ac233ad2cb6ca55679dadd328d19795934305f8f35ca
7
+ data.tar.gz: ddf2c02c68f2310845067f73596dbc504083e94be646acf5ce7e98f2c67e0a98d794672358abc019d4565302b5140bbd036959f13ab3e5590f904e65d5715c29
@@ -25,4 +25,4 @@ module Noticed
25
25
  end
26
26
  end
27
27
 
28
- ActiveSupport.run_load_hooks :noticed_ephemeral, Noticed::Event
28
+ ActiveSupport.run_load_hooks :noticed_event, Noticed::Event
@@ -13,4 +13,4 @@ module Noticed
13
13
  end
14
14
  end
15
15
 
16
- ActiveSupport.run_load_hooks :noticed_ephemeral, Noticed::Notification
16
+ ActiveSupport.run_load_hooks :noticed_notification, Noticed::Notification
@@ -47,3 +47,5 @@ module Noticed
47
47
  end
48
48
  end
49
49
  end
50
+
51
+ ActiveSupport.run_load_hooks :noticed_bulk_delivery_methods_bluesky, Noticed::BulkDeliveryMethods::Bluesky
@@ -9,3 +9,5 @@ module Noticed
9
9
  end
10
10
  end
11
11
  end
12
+
13
+ ActiveSupport.run_load_hooks :noticed_bulk_delivery_methods_discord, Noticed::BulkDeliveryMethods::Discord
@@ -37,3 +37,5 @@ module Noticed
37
37
  end
38
38
  end
39
39
  end
40
+
41
+ ActiveSupport.run_load_hooks :noticed_bulk_delivery_methods_slack, Noticed::BulkDeliveryMethods::Slack
@@ -9,3 +9,5 @@ module Noticed
9
9
  end
10
10
  end
11
11
  end
12
+
13
+ ActiveSupport.run_load_hooks :noticed_bulk_delivery_methods_test, Noticed::BulkDeliveryMethods::Test
@@ -16,3 +16,5 @@ module Noticed
16
16
  end
17
17
  end
18
18
  end
19
+
20
+ ActiveSupport.run_load_hooks :noticed_bulk_delivery_methods_webhook, Noticed::BulkDeliveryMethods::Webhook
@@ -17,3 +17,5 @@ module Noticed
17
17
  end
18
18
  end
19
19
  end
20
+
21
+ ActiveSupport.run_load_hooks :noticed_delivery_methods_action_cable, Noticed::DeliveryMethods::ActionCable
@@ -9,3 +9,5 @@ module Noticed
9
9
  end
10
10
  end
11
11
  end
12
+
13
+ ActiveSupport.run_load_hooks :noticed_delivery_methods_discord, Noticed::DeliveryMethods::Discord
@@ -21,3 +21,5 @@ module Noticed
21
21
  end
22
22
  end
23
23
  end
24
+
25
+ ActiveSupport.run_load_hooks :noticed_delivery_methods_email, Noticed::DeliveryMethods::Email
@@ -66,3 +66,5 @@ module Noticed
66
66
  end
67
67
  end
68
68
  end
69
+
70
+ ActiveSupport.run_load_hooks :noticed_delivery_methods_fcm, Noticed::DeliveryMethods::Fcm
@@ -91,3 +91,5 @@ module Noticed
91
91
  end
92
92
  end
93
93
  end
94
+
95
+ ActiveSupport.run_load_hooks :noticed_delivery_methods_ios, Noticed::DeliveryMethods::Ios
@@ -13,3 +13,5 @@ module Noticed
13
13
  end
14
14
  end
15
15
  end
16
+
17
+ ActiveSupport.run_load_hooks :noticed_delivery_methods_microsoft_teams, Noticed::DeliveryMethods::MicrosoftTeams
@@ -37,3 +37,5 @@ module Noticed
37
37
  end
38
38
  end
39
39
  end
40
+
41
+ ActiveSupport.run_load_hooks :noticed_delivery_methods_slack, Noticed::DeliveryMethods::Slack
@@ -9,3 +9,5 @@ module Noticed
9
9
  end
10
10
  end
11
11
  end
12
+
13
+ ActiveSupport.run_load_hooks :noticed_delivery_methods_test, Noticed::DeliveryMethods::Test
@@ -41,3 +41,5 @@ module Noticed
41
41
  end
42
42
  end
43
43
  end
44
+
45
+ ActiveSupport.run_load_hooks :noticed_delivery_methods_twilio_messaging, Noticed::DeliveryMethods::TwilioMessaging
@@ -18,3 +18,5 @@ module Noticed
18
18
  end
19
19
  end
20
20
  end
21
+
22
+ ActiveSupport.run_load_hooks :noticed_delivery_methods_vonage_sms, Noticed::DeliveryMethods::VonageSms
@@ -15,3 +15,5 @@ module Noticed
15
15
  end
16
16
  end
17
17
  end
18
+
19
+ ActiveSupport.run_load_hooks :noticed_delivery_methods_webhook, Noticed::DeliveryMethods::Webhook
@@ -1,3 +1,3 @@
1
1
  module Noticed
2
- VERSION = "2.6.1"
2
+ VERSION = "2.7.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: noticed
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.1
4
+ version: 2.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Oliver
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  - !ruby/object:Gem::Version
100
100
  version: '0'
101
101
  requirements: []
102
- rubygems_version: 3.6.8
102
+ rubygems_version: 3.6.9
103
103
  specification_version: 4
104
104
  summary: Notifications for Ruby on Rails applications
105
105
  test_files: []