bullet_train-incoming_webhooks 1.13.0 → 1.14.0

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: c8987eb13449246a9bd33eae7cb69811ed76f03e52695b13a43f5c332c0fc774
4
- data.tar.gz: ab92d2751fc3f04a1ce14776346ec348652d67e3439d9f8b6404c598b2b85719
3
+ metadata.gz: 98bae47d148583f5ac4d1417119cb2dcfe706a3fd005c59e5415a40dce0ae92a
4
+ data.tar.gz: 5dbcaf2981665fbba26d66664ab341c25de75fb1203d4506b1476c2464a3f82d
5
5
  SHA512:
6
- metadata.gz: 70127d2fdef734b12368c264aedd6aa9cc19ea4e3b4729f50c126508f969deee37e699852411737b63485acc495972b8014fc04b852651aed8421a5976254330
7
- data.tar.gz: 610a083d1fabb7a72a33805e942ba667b9d7d19ca53997e2c186c131afca23eabcaae65b7fa0cac069f02dfad10b90decd7ebd206ff27321f8fa7c3331532407
6
+ metadata.gz: 7c96a901f63ecdb1f249e78a944aea86c3a54e53ac9b4c3ae2d12b6bb8f5e3b03496551431e8d052aefe8f14ae264d3170c4c8f7c3259137164fd3f8f4ecdeb4
7
+ data.tar.gz: 0bdced97bda40a7330eb64b9c3c4ef2d8d3945bfd04933d29dd528cc1dbc513552afc2a1d040086f35623aaa4117d7d1c89e41790fa0f7aa64a2efe3b461a043
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module IncomingWebhooks
3
- VERSION = "1.13.0"
3
+ VERSION = "1.14.0"
4
4
  end
5
5
  end
@@ -28,7 +28,7 @@ class Scaffolding::IncomingWebhooksTransformer < Scaffolding::Transformer
28
28
  new_model_file_name, _ = files.map { |file| file.gsub(file_name_hook, replacement_for(file_name_hook)) }
29
29
 
30
30
  # Set up the model's `verify_authenticity` method to return `true`.
31
- model_file_lines = File.readlines(new_model_file_name)
31
+ File.readlines(new_model_file_name)
32
32
  comment_lines = [
33
33
  "# You can implement your authenticity verification logic in either\n",
34
34
  "# the newly scaffolded model or controller for your incoming webhooks.\n"
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-incoming_webhooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-23 00:00:00.000000000 Z
10
+ date: 2024-12-30 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rails
@@ -138,7 +137,6 @@ licenses:
138
137
  metadata:
139
138
  homepage_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-incoming_webhooks
140
139
  source_code_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-incoming_webhooks
141
- post_install_message:
142
140
  rdoc_options: []
143
141
  require_paths:
144
142
  - lib
@@ -153,8 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
151
  - !ruby/object:Gem::Version
154
152
  version: '0'
155
153
  requirements: []
156
- rubygems_version: 3.5.22
157
- signing_key:
154
+ rubygems_version: 3.6.2
158
155
  specification_version: 4
159
156
  summary: Bullet Train Incoming Webhooks
160
157
  test_files: []