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: 1f8c6dd9026efbd0db5725a8fd2f42bc8c03e5ecf1645bf8cff96e7cbfe11fc9
4
- data.tar.gz: e1a1124a99fd7467eed6fc892266b7397f3ae93914c761a2ee891b404ced752a
3
+ metadata.gz: 17df697ce421abfa32ff16f1902d1e698341a1e823c5f9578f346fb43210994d
4
+ data.tar.gz: c914e99c5486d2f541025e5ea05b9d2a59346933362a94b7055dafbd55f29c14
5
5
  SHA512:
6
- metadata.gz: 45d5583c0fe582134ca1b98903b124da3b36fcc1061d250f2e0cfb613b54ab9f43f6de5563c5132f69ca68df0f856c6f610bc059c6dcd445ad3b24084c22f270
7
- data.tar.gz: e3840f6986d5c486efd65cdb328e3262399ff5fe776e79a0bbf7563ec3cd57d4613faba69493205308782b7975e0f68c633c7868b667bfeb9a5391e80192aa45
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
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module OutgoingWebhooks
3
3
  module Api
4
- VERSION = "1.0.2"
4
+ VERSION = "1.0.3"
5
5
  end
6
6
  end
7
7
  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.2
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-01-31 00:00:00.000000000 Z
11
+ date: 2022-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails