bullet_train-outgoing_webhooks 1.3.0 → 1.3.2

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: 6e3d2a3c9b8da5cc130a0b5711dad59bef3dc92bc9e3a712be49c35239c11dec
4
- data.tar.gz: c813f831e6f9da3a960a23289e1b3571dd6ebac1d851ff1a800e0f3c5073db3c
3
+ metadata.gz: f0c20abb2b92e9073277c3c0dd2ae6aa62be77b1c9553e903201041edbe1fb3a
4
+ data.tar.gz: ad914941d82ea577a235fafb0224d6d498e32ddb436497c0b7dceb69f2b40504
5
5
  SHA512:
6
- metadata.gz: 0b6aac5ac695caf89aaef20ee79a0d85e455526d787e81008a433990bbf1bbaed32f69cf3019f7949892b867f447ffe6fd2022388b0f3d83cc2461c133918763
7
- data.tar.gz: 4c241459f68ed41ee365f7ec94a428035333924192fae61a9937477581967b9eb38aa63c91a68d9acf8e6037d3753858a67b283fa6d0e1bd439076d960f542b0
6
+ metadata.gz: aca710d27edff2cf8c4bb385c6c097ccaecef80424821393bbe8eb414d4afae27c41dfe53ffdd08b033f6a4513385f83eddcc3c719413a4e6ac710ac20395d9c
7
+ data.tar.gz: 02a66c42ed17165402acf909321f240615a7041329f6e3fc857e6201a952721605be00670bca9c711b9c16797c9a60c8584e49bd9da9af149e12e9d72ea5826c
@@ -71,7 +71,6 @@ class Account::Webhooks::Outgoing::DeliveriesController < Account::ApplicationCo
71
71
  # 🚅 super scaffolding will insert new arrays above this line.
72
72
  )
73
73
 
74
- assign_date_and_time(strong_params, :delivered_at)
75
74
  # 🚅 super scaffolding will insert processing for new fields above this line.
76
75
 
77
76
  strong_params
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module OutgoingWebhooks
3
- VERSION = "1.3.0"
3
+ VERSION = "1.3.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-outgoing_webhooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-11 00:00:00.000000000 Z
11
+ date: 2023-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard
@@ -161,7 +161,7 @@ licenses:
161
161
  metadata:
162
162
  homepage_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-outgoing_webhooks
163
163
  source_code_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-outgoing_webhooks
164
- post_install_message:
164
+ post_install_message:
165
165
  rdoc_options: []
166
166
  require_paths:
167
167
  - lib
@@ -176,8 +176,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  - !ruby/object:Gem::Version
177
177
  version: '0'
178
178
  requirements: []
179
- rubygems_version: 3.3.7
180
- signing_key:
179
+ rubygems_version: 3.4.10
180
+ signing_key:
181
181
  specification_version: 4
182
182
  summary: Allow users of your Rails application to subscribe and receive webhooks when
183
183
  activity takes place in your application.