bullet_train-api 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: ff783d524b793e584b3889ab0582b296c9440f658f1f2f07020c9b19ed75c8a7
4
- data.tar.gz: 5875c34a336aa87e5a2a6aad6cbc938667fee235105ba8fccdf98809f498460e
3
+ metadata.gz: a22b214eadc85481dd1c202b468601465f03c7d37a5e30e7e005b87efe3175ad
4
+ data.tar.gz: '077965b6311c595307682dd4b0cca40f966c541be95f8dcc4478e537d3f02721'
5
5
  SHA512:
6
- metadata.gz: 54e1eaf5f5ffad5e0b3f684d886b6fa01f52a228e630a4f27be0e63b9ac60194766a6cf1edcad7d6b5115ff8d6abae37c07a597ce1fd078cecb4f20796e415b1
7
- data.tar.gz: 885cd2ab86c63f15a4c283eda6949efdbd1ca5592267092ed5ac4847c4e2512f179e764d30636f61ae2f178b73d7fdb8a6f91c0373335b80618dd7b99acb0dc5
6
+ metadata.gz: 2ed4c76506b567ef0fa992e28ab8d7dedddddc2d2a1b6da2ab6ac882fedde64cfeda1e5e5aa7a79c58dbcdd8660cc31ddcfda137b7279513be683a05cdefb4b6
7
+ data.tar.gz: 1fd023161b795fa77ca70383306624d46632686d1add605976bc3ff426334d8d8c3dbb84839d29862f3b39f40c00ee505082b77d017db0e27a1bf5d105c2128d
@@ -70,7 +70,6 @@ class Account::Platform::AccessTokensController < Account::ApplicationController
70
70
  include strong_parameters_from_api
71
71
 
72
72
  def process_params(strong_params)
73
- assign_date_and_time(strong_params, :last_used_at)
74
73
  # 🚅 super scaffolding will insert processing for new fields above this line.
75
74
  end
76
75
  end
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module Api
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-api
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
@@ -216,7 +216,7 @@ licenses:
216
216
  metadata:
217
217
  homepage_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-api
218
218
  source_code_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-api
219
- post_install_message:
219
+ post_install_message:
220
220
  rdoc_options: []
221
221
  require_paths:
222
222
  - lib
@@ -231,8 +231,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
231
231
  - !ruby/object:Gem::Version
232
232
  version: '0'
233
233
  requirements: []
234
- rubygems_version: 3.3.7
235
- signing_key:
234
+ rubygems_version: 3.4.10
235
+ signing_key:
236
236
  specification_version: 4
237
237
  summary: Bullet Train API
238
238
  test_files: []