bullet_train-outgoing_webhooks-api 1.0.2 → 1.0.3
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: 17df697ce421abfa32ff16f1902d1e698341a1e823c5f9578f346fb43210994d
|
4
|
+
data.tar.gz: c914e99c5486d2f541025e5ea05b9d2a59346933362a94b7055dafbd55f29c14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df309839ade0d1836d6f5bd91d12d6520bf055a4cf0e26b4426e943e707db72b49a1efe6620132f67fa9287bdd2bafbd34229d9628d1928e65cbdb5839a10674
|
7
|
+
data.tar.gz: d4b67e4f4648d8137f1b261c5d55113dd69f39678df0870bc38da75d687398b7312507674eee43bdb2ffc1dd002444bcc076ac8087837922161ea2a5bf0d2797
|
@@ -2,6 +2,12 @@ module BulletTrain
|
|
2
2
|
module OutgoingWebhooks
|
3
3
|
module Api
|
4
4
|
class Engine < ::Rails::Engine
|
5
|
+
initializer "bullet_train.outgoing_webhooks.register_api_endpoints" do |app|
|
6
|
+
if BulletTrain::Api
|
7
|
+
BulletTrain::Api.endpoints << "Api::V1::Webhooks::Outgoing::EndpointsEndpoint"
|
8
|
+
BulletTrain::Api.endpoints << "Api::V1::Webhooks::Outgoing::DeliveryAttemptsEndpoint"
|
9
|
+
end
|
10
|
+
end
|
5
11
|
end
|
6
12
|
end
|
7
13
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-outgoing_webhooks-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|