bullet_train-incoming_webhooks 1.13.0 → 1.14.0
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: 98bae47d148583f5ac4d1417119cb2dcfe706a3fd005c59e5415a40dce0ae92a
|
4
|
+
data.tar.gz: 5dbcaf2981665fbba26d66664ab341c25de75fb1203d4506b1476c2464a3f82d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c96a901f63ecdb1f249e78a944aea86c3a54e53ac9b4c3ae2d12b6bb8f5e3b03496551431e8d052aefe8f14ae264d3170c4c8f7c3259137164fd3f8f4ecdeb4
|
7
|
+
data.tar.gz: 0bdced97bda40a7330eb64b9c3c4ef2d8d3945bfd04933d29dd528cc1dbc513552afc2a1d040086f35623aaa4117d7d1c89e41790fa0f7aa64a2efe3b461a043
|
@@ -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
|
-
|
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.
|
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-
|
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.
|
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: []
|