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: 586ae0e5da7b8eb399b659fe2d853a945bab007f242e8f977ce3d777a4542984
4
- data.tar.gz: 44109ce1cf8a82ba13b39aa978ce03f6690125be31f3b37815519453f19815d3
3
+ metadata.gz: 8a87f0e65474a3af1badf1478f7533e006b0c3c45f6ea36b33d39576d4be583c
4
+ data.tar.gz: f52fff862127b634405e01c5231c5359aec5904ff9a6f516ec5cfd69a7ca56e4
5
5
  SHA512:
6
- metadata.gz: 52326d983b9c621be3b4ecc5041eef0f5d6cc3c8f051c6320de0a3c56d13e95242088be9d75c1fcee3d7818d0917d58580f3b493d4ad8649ae11383f1c2f1df3
7
- data.tar.gz: 326f342b23d0ddabe5ca70de689353e568f9356f5a3d7025a91ec9d9e22479838066947b0bb909ebfff6d22bf4d1fec2cd04ce4cb25601be0a18a4bcd60d2d79
6
+ metadata.gz: b73c6b4296a06297ca556b612a1d97cecd9b90af1b70b6aaa6313e5b491886174cec3042f9cfde26e024db3fbc984fc1e952508e027266a0535773569a10d945
7
+ data.tar.gz: a89499d04ad49c8a0c957dc58c3899aec59b2692abda4d133e45b23ec47843602aacc1e38f530a24b11f64597d8adc356b8b6e03ad8ccf0e4c9486ac4ba45623
@@ -1,4 +1,4 @@
1
- class Webhooks::Incoming::BulletTrainWebhook < ApplicationRecord
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
 
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module IncomingWebhooks
3
- VERSION = "1.3.13"
3
+ VERSION = "1.3.15"
4
4
  end
5
5
  end
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.13
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-23 00:00:00.000000000 Z
11
+ date: 2023-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails