bullet_train-outgoing_webhooks 1.18.0 → 1.19.1
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 +4 -4
- data/app/views/account/webhooks/outgoing/deliveries/_form.html.erb +1 -1
- data/app/views/account/webhooks/outgoing/delivery_attempts/_form.html.erb +1 -1
- data/app/views/account/webhooks/outgoing/endpoints/_form.html.erb +1 -1
- data/lib/bullet_train/outgoing_webhooks/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49da8295f4428bf9c18b5391609488824425ce7e90865a4acf06cb3c91000892
|
4
|
+
data.tar.gz: e9760647b6f74c695cb63760b98fdefd04c0ac6408c554a2ebeecf81e1369e01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 156254af6a349ac5a9cb28c421d945c18d6f57cce19a8b66a45507ad342f5126c3e51aac93d9b72b2547f8671c88be4725985362960b2bea18c8ce07c56cd0ea
|
7
|
+
data.tar.gz: b2cbc6decd935424267465d48a0d2b735e81d6002bcedbce3109796e2df8e374928f53255f2d21278558fc591efe311d71926fb8f66ecb1a6dc8572dc5fa42c9
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<%= form_with model: delivery, url: (delivery.persisted? ? [:account, delivery] : [:account, @endpoint, :deliveries]),
|
1
|
+
<%= form_with model: delivery, url: (delivery.persisted? ? [:account, delivery] : [:account, @endpoint, :deliveries]), class: 'form' do |form| %>
|
2
2
|
<%= render 'account/shared/forms/errors', form: form %>
|
3
3
|
|
4
4
|
<% with_field_settings form: form do %>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<%= form_with model: delivery_attempt, url: (delivery_attempt.persisted? ? [:account, delivery_attempt] : [:account, @delivery, :delivery_attempts]),
|
1
|
+
<%= form_with model: delivery_attempt, url: (delivery_attempt.persisted? ? [:account, delivery_attempt] : [:account, @delivery, :delivery_attempts]), class: 'form' do |form| %>
|
2
2
|
<%= render 'account/shared/forms/errors', form: form %>
|
3
3
|
|
4
4
|
<% with_field_settings form: form do %>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<%= form_with model: endpoint, url: (endpoint.persisted? ? [:account, endpoint] : [:account, @parent, :webhooks_outgoing_endpoints]),
|
1
|
+
<%= form_with model: endpoint, url: (endpoint.persisted? ? [:account, endpoint] : [:account, @parent, :webhooks_outgoing_endpoints]), class: 'form' do |form| %>
|
2
2
|
<%= render 'account/shared/forms/errors', form: form %>
|
3
3
|
|
4
4
|
<% with_field_settings form: form do %>
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-outgoing_webhooks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.19.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-19 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: standard
|