jpsclient 0.3.0 → 1.0.0
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/jpsclient/auth/token.rb +1 -1
- data/lib/jpsclient/version.rb +1 -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: cfae70995f49f8f2aa2a5217a432e8df567375d05b9c4740f90cd023f393c907
|
4
|
+
data.tar.gz: 76da513a3884f1d33ba66b739cb9a43cdb03b899386f31c084b68d487a8888d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19b1f3cb1b678e44d2472c5a0c5dc12ce2d45b207e2c964d633d2ebe1a7640c9c48c757bcb4bad2fbd1d26029247e7fbd9714b54081951559c1f556afbf1fa50
|
7
|
+
data.tar.gz: b79d3962ca2d54943f96dc983b5ee20401a9a7d9cfa9cc64692c3727123603e16e934019d7f37b076ccaa2c79b2fbd52eeed6c10cc80633cb66aeebcb691b93e
|
data/lib/jpsclient/auth/token.rb
CHANGED
@@ -29,7 +29,7 @@ module JPSClient
|
|
29
29
|
if config && config.token_file_name && !config.token_file_name.empty?
|
30
30
|
@token_file = File.join(@token_dir, config.token_file_name)
|
31
31
|
else
|
32
|
-
@token_file = File.join(@token_dir, '.
|
32
|
+
@token_file = File.join(@token_dir, '.jps_auth_token') # 默认文件名
|
33
33
|
end
|
34
34
|
|
35
35
|
# token 数据
|
data/lib/jpsclient/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jpsclient
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Your Name
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 2025-09-22 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: faraday
|
@@ -263,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
263
263
|
- !ruby/object:Gem::Version
|
264
264
|
version: '0'
|
265
265
|
requirements: []
|
266
|
-
rubygems_version: 3.6.
|
266
|
+
rubygems_version: 3.6.3
|
267
267
|
specification_version: 4
|
268
268
|
summary: JPS Platform API Client with Full API Support
|
269
269
|
test_files: []
|