bullet_train-incoming_webhooks 1.3.24 → 1.3.25

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec0f4604ae8f5d6f46ee4c4db4b7c8f9fd76ce685459d049e6884a49d5acdfbc
4
- data.tar.gz: af843981d634fdafb88f2e4eaf7d2b523ca74eb03468c071a2909b6351511667
3
+ metadata.gz: 4f0126ebf0d44b7d9c90d0074698a9609454d4fe77746cb5b595dd5deae7e1ca
4
+ data.tar.gz: 8c8280812a83c759a66c7ae93154a5837dfe8b8b92eb65d58ec7645f6d4566e3
5
5
  SHA512:
6
- metadata.gz: 1b275736c63aee5403d30eab8bc4c5c26f7fcb7561c7d0d8d27a5391890a156a43a8f2d187cb803a1be55be84ccf2b8dccc2b827fd387152127eec5b288eb8f9
7
- data.tar.gz: 3d36da60f462bee890b22c73dc83df29afd4067c9e47b1a8c521467bc600a52b3a3ed759ec903a11a80d42dfb13a85be2a5aaef98b60663f904910ad068e6a6b
6
+ metadata.gz: 3559d3d5d83e653808cfeee0ec8f0bd5d0e3f9846981d47a49653646cda109082938e575e66530c41d3bfefb8c4d0d18a7be1eea02d86eb217f5575b5c4e3a1c
7
+ data.tar.gz: f4a9a5be646c4958314b132e2e350d5577bfb4f416c68167ecf806466ec621b49a23c68140b72f4f5d7128dcec8da822d48fc86dc3ae2753ade6044be4a4c189
data/config/routes.rb CHANGED
@@ -1,2 +1,7 @@
1
1
  Rails.application.routes.draw do
2
+ namespace :webhooks do
3
+ namespace :incoming do
4
+ resources :bullet_train_webhooks
5
+ end
6
+ end
2
7
  end
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module IncomingWebhooks
3
- VERSION = "1.3.24"
3
+ VERSION = "1.3.25"
4
4
  end
5
5
  end
@@ -12,7 +12,8 @@ class Scaffolding::IncomingWebhooksTransformer < Scaffolding::Transformer
12
12
  def scaffold_incoming_webhook
13
13
  files = [
14
14
  "./app/models/webhooks/incoming/bullet_train_webhook.rb",
15
- "./app/controllers/webhooks/incoming/bullet_train_webhooks_controller.rb"
15
+ "./app/controllers/webhooks/incoming/bullet_train_webhooks_controller.rb",
16
+ "./test/controllers/webhooks/incoming/bullet_train_webhooks_controller_test.rb"
16
17
  ]
17
18
 
18
19
  files.each do |name|
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.24
4
+ version: 1.3.25
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-09-06 00:00:00.000000000 Z
11
+ date: 2023-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails