bullet_train-outgoing_webhooks 1.3.0 → 1.3.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0c20abb2b92e9073277c3c0dd2ae6aa62be77b1c9553e903201041edbe1fb3a
|
|
4
|
+
data.tar.gz: ad914941d82ea577a235fafb0224d6d498e32ddb436497c0b7dceb69f2b40504
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aca710d27edff2cf8c4bb385c6c097ccaecef80424821393bbe8eb414d4afae27c41dfe53ffdd08b033f6a4513385f83eddcc3c719413a4e6ac710ac20395d9c
|
|
7
|
+
data.tar.gz: 02a66c42ed17165402acf909321f240615a7041329f6e3fc857e6201a952721605be00670bca9c711b9c16797c9a60c8584e49bd9da9af149e12e9d72ea5826c
|
|
@@ -71,7 +71,6 @@ class Account::Webhooks::Outgoing::DeliveriesController < Account::ApplicationCo
|
|
|
71
71
|
# 🚅 super scaffolding will insert new arrays above this line.
|
|
72
72
|
)
|
|
73
73
|
|
|
74
|
-
assign_date_and_time(strong_params, :delivered_at)
|
|
75
74
|
# 🚅 super scaffolding will insert processing for new fields above this line.
|
|
76
75
|
|
|
77
76
|
strong_params
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bullet_train-outgoing_webhooks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Culver
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-08-
|
|
11
|
+
date: 2023-08-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: standard
|
|
@@ -161,7 +161,7 @@ licenses:
|
|
|
161
161
|
metadata:
|
|
162
162
|
homepage_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-outgoing_webhooks
|
|
163
163
|
source_code_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-outgoing_webhooks
|
|
164
|
-
post_install_message:
|
|
164
|
+
post_install_message:
|
|
165
165
|
rdoc_options: []
|
|
166
166
|
require_paths:
|
|
167
167
|
- lib
|
|
@@ -176,8 +176,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
176
176
|
- !ruby/object:Gem::Version
|
|
177
177
|
version: '0'
|
|
178
178
|
requirements: []
|
|
179
|
-
rubygems_version: 3.
|
|
180
|
-
signing_key:
|
|
179
|
+
rubygems_version: 3.4.10
|
|
180
|
+
signing_key:
|
|
181
181
|
specification_version: 4
|
|
182
182
|
summary: Allow users of your Rails application to subscribe and receive webhooks when
|
|
183
183
|
activity takes place in your application.
|