bullet_train-outgoing_webhooks 1.3.1 → 1.3.2

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: ce972d3861804cde7c035194d253b8f73c0848e4425575929b2be9a627d08099
4
- data.tar.gz: d7f511395d325990c1b29bc04685c378aa44ea71b8a350f8c01ebd0157e9fc90
3
+ metadata.gz: f0c20abb2b92e9073277c3c0dd2ae6aa62be77b1c9553e903201041edbe1fb3a
4
+ data.tar.gz: ad914941d82ea577a235fafb0224d6d498e32ddb436497c0b7dceb69f2b40504
5
5
  SHA512:
6
- metadata.gz: 2ea6e1b9d619e63c1420c302bcccc0bf67a34d85e1078957370c5a2d23b004a7651507df2aff22698e061090c46146db922d98cbcff19e800412b0f0217dcb68
7
- data.tar.gz: d279c41ead48060fc88678c565fd6fa5d0466f829e7e7f6bc7f7fc5306ac80dd9a1f4aa2202e4c4d850930fe1fd73d91049d75b5fc2e046ffe379f6c4145cebe
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.1"
3
+ VERSION = "1.3.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-outgoing_webhooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver