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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47fe60126882e8f0ef14de2a05200d359978028dbbbcb444914742cbf117d38a
4
- data.tar.gz: 6ac66bc49e80a67edeb24eaacc53c6a14203684a1f6f76a2c676eb1ba12d1f76
3
+ metadata.gz: cfae70995f49f8f2aa2a5217a432e8df567375d05b9c4740f90cd023f393c907
4
+ data.tar.gz: 76da513a3884f1d33ba66b739cb9a43cdb03b899386f31c084b68d487a8888d9
5
5
  SHA512:
6
- metadata.gz: c8ceeca4c8d0eb2f92668bc9e5ebf004f8d53e07fcf9c426297a7cc6efa17711c840d4b9bb5424772a855d9c6ab806bb3355290b4a60c6488f690453355cb013
7
- data.tar.gz: 10d6e64d98e92271d73b56a6c68380234a1377cf5dbeec53fa9027019f3917bf60c7b75729d3d5b7489fecb51604d69e11744948ff5d0cebb033a66636315ea3
6
+ metadata.gz: 19b1f3cb1b678e44d2472c5a0c5dc12ce2d45b207e2c964d633d2ebe1a7640c9c48c757bcb4bad2fbd1d26029247e7fbd9714b54081951559c1f556afbf1fa50
7
+ data.tar.gz: b79d3962ca2d54943f96dc983b5ee20401a9a7d9cfa9cc64692c3727123603e16e934019d7f37b076ccaa2c79b2fbd52eeed6c10cc80633cb66aeebcb691b93e
@@ -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, '.jpstoken') # 默认文件名
32
+ @token_file = File.join(@token_dir, '.jps_auth_token') # 默认文件名
33
33
  end
34
34
 
35
35
  # token 数据
@@ -1,3 +1,3 @@
1
1
  module JPSClient
2
- VERSION = "0.3.0"
2
+ VERSION = "1.0.0"
3
3
  end
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.3.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: 1980-01-02 00:00:00.000000000 Z
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.9
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: []