bullet_train-incoming_webhooks 1.3.13 → 1.3.15
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a87f0e65474a3af1badf1478f7533e006b0c3c45f6ea36b33d39576d4be583c
|
4
|
+
data.tar.gz: f52fff862127b634405e01c5231c5359aec5904ff9a6f516ec5cfd69a7ca56e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b73c6b4296a06297ca556b612a1d97cecd9b90af1b70b6aaa6313e5b491886174cec3042f9cfde26e024db3fbc984fc1e952508e027266a0535773569a10d945
|
7
|
+
data.tar.gz: a89499d04ad49c8a0c957dc58c3899aec59b2692abda4d133e45b23ec47843602aacc1e38f530a24b11f64597d8adc356b8b6e03ad8ccf0e4c9486ac4ba45623
|
@@ -1,4 +1,4 @@
|
|
1
|
-
class Webhooks::Incoming::BulletTrainWebhook <
|
1
|
+
class Webhooks::Incoming::BulletTrainWebhook < BulletTrain::Configuration.incoming_webhooks_parent_class_name.constantize
|
2
2
|
include Webhooks::Incoming::Webhook
|
3
3
|
include Rails.application.routes.url_helpers
|
4
4
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-incoming_webhooks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-08-
|
11
|
+
date: 2023-08-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|