bullet_train-outgoing_webhooks 1.13.0 → 1.14.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 +4 -4
- data/lib/bullet_train/outgoing_webhooks/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2695e608d8ea149f2f6ef95ae7a101600164f3c5182c8200643e4059eeb09259
|
|
4
|
+
data.tar.gz: 5e1f0053108c4fad420a6423f37a1fa597465c0b41ee0421c46b576a55496a49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93c8ff7ad98ec95ad145fd3137060c3fcd3a34f38b45497f4b208e17ff4178c3138e397cef38467f4cc82247940691d843a5eba5b9dc4abbb5782a009c3c9773
|
|
7
|
+
data.tar.gz: 182eded6179ef53539e4201e86e2768029d41ddc6fc650bb9915bd664d430eb144ac52fba76f8d979b0ec6d16d10d864d9411125de8f9a6a8e641a8fccec5fcd
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bullet_train-outgoing_webhooks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.14.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Culver
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date: 2024-12-
|
|
10
|
+
date: 2024-12-30 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: standard
|
|
@@ -191,7 +190,6 @@ licenses:
|
|
|
191
190
|
metadata:
|
|
192
191
|
homepage_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-outgoing_webhooks
|
|
193
192
|
source_code_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-outgoing_webhooks
|
|
194
|
-
post_install_message:
|
|
195
193
|
rdoc_options: []
|
|
196
194
|
require_paths:
|
|
197
195
|
- lib
|
|
@@ -206,8 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
206
204
|
- !ruby/object:Gem::Version
|
|
207
205
|
version: '0'
|
|
208
206
|
requirements: []
|
|
209
|
-
rubygems_version: 3.
|
|
210
|
-
signing_key:
|
|
207
|
+
rubygems_version: 3.6.2
|
|
211
208
|
specification_version: 4
|
|
212
209
|
summary: Allow users of your Rails application to subscribe and receive webhooks when
|
|
213
210
|
activity takes place in your application.
|