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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a22b214eadc85481dd1c202b468601465f03c7d37a5e30e7e005b87efe3175ad
|
|
4
|
+
data.tar.gz: '077965b6311c595307682dd4b0cca40f966c541be95f8dcc4478e537d3f02721'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
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.
|
|
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
|
+
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.
|
|
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: []
|