tsubaiso-sdk 1.2.18 → 1.2.20
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/lib/tsubaiso_sdk.rb +3 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ef76fa95446a467d1b3def8d5c774855b8aab004a7192eaa34b2368cd680f4d
|
4
|
+
data.tar.gz: 4d5cae304c1ee1ec0b22fd4ba80031f33a0a789e3eb734aab5984e99a9b111b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7624a8014cf5805a5242558efe7647fe1eb915917615bdc69d4c2919c16b029d37de332c41f4ffa370e6e8b3c64e1e123f653431e68ee5230826a783862531f
|
7
|
+
data.tar.gz: 1e49a8c284e2e78b0215c3dad52b33bf8783d5774c12e082169108a4a655b690d4ca24ac7a3eb75056f9b6db3b46f91aff7ce3cc9f7b5c970a07480a6029b5ee
|
data/lib/tsubaiso_sdk.rb
CHANGED
@@ -775,7 +775,8 @@ class TsubaisoSDK
|
|
775
775
|
'email_to' => options[:email_to],
|
776
776
|
'name' => options[:name],
|
777
777
|
'freeze_login' => options[:freeze_login],
|
778
|
-
'not_personalize_account' => options[:not_personalize_account]
|
778
|
+
'not_personalize_account' => options[:not_personalize_account],
|
779
|
+
'expiration_date' => options[:expiration_date]
|
779
780
|
}
|
780
781
|
uri = URI.parse(@base_url + '/corporate_masters/create')
|
781
782
|
api_request(uri, 'POST', params)
|
@@ -1984,6 +1985,7 @@ class TsubaisoSDK
|
|
1984
1985
|
request = Net::HTTP::Post.new(uri.path, initheader)
|
1985
1986
|
end
|
1986
1987
|
request['Access-Token'] = @access_token
|
1988
|
+
request['User-Agent'] = @http_option[:user_agent] if @http_option[:user_agent]
|
1987
1989
|
request.body = params.to_json
|
1988
1990
|
response = http.request(request)
|
1989
1991
|
if response.body && !response.body.empty?
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tsubaiso-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tsubaiso, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
117
117
|
- !ruby/object:Gem::Version
|
118
118
|
version: '0'
|
119
119
|
requirements: []
|
120
|
-
rubygems_version: 3.
|
120
|
+
rubygems_version: 3.3.22
|
121
121
|
signing_key:
|
122
122
|
specification_version: 4
|
123
123
|
summary: SDK for the Tsubaiso API
|