tencentcloud-sdk-common 1.0.364 → 3.0.380

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. metadata +12 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f7690d55a4d4574de2608fb28efcb92f68d2eab4
4
- data.tar.gz: 168de247c5dd783dbc08b8d451cdbd531843e2c3
3
+ metadata.gz: 673598d82736dd2bc61ffdc60b8e99aea0a8e6d2
4
+ data.tar.gz: a1aee832e701b12fb65b27872db44c44e0cdb534
5
5
  SHA512:
6
- metadata.gz: baf1d443a96e60e2a46b234aa18dade4dc59beb77689a88b98c9c707d796c0b751e38b7bb622a02e519b9108b61c151b7a2125b6a758803be4198b805c0fed16
7
- data.tar.gz: 4d583c890068df15f8f16405943251c43ce13a98c0db2ce755e563025a46c1732b6e09514c82fafcd79fff44f225ab04deebe74a79c762629911bfd0ca52c5bd
6
+ metadata.gz: 2bde504d754591a749a67b79f0d491308dc5e78891a6886ebaed14886f0be85b1a0f694ab94d656c669d134102284984d8fb5e2eb5f7cef5575721a46fed966a
7
+ data.tar.gz: 4b773cb1772287bedd6eaff23ba70fb35deac6cb3c6c56ee72ace5e86fa47515d6f828da71bc72de51cedaedbc30344cc3801c3fbe723b7c7636e7c6fb97bff1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.364
1
+ 3.0.380
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.364
4
+ version: 3.0.380
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-27 00:00:00.000000000 Z
11
+ date: 2022-08-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Tencent Cloud Ruby SDK is the official software development kit, which
14
14
  allows Ruby developers to write software that makes use of Tencent Cloud service.
@@ -18,17 +18,17 @@ executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
- - lib/VERSION
22
- - lib/tencentcloud-sdk-common.rb
23
- - lib/tencentcloud-sdk-common/client.rb
24
- - lib/tencentcloud-sdk-common/credential.rb
25
- - lib/tencentcloud-sdk-common/exception.rb
26
- - lib/tencentcloud-sdk-common/http/request.rb
27
21
  - lib/tencentcloud-sdk-common/log.rb
28
22
  - lib/tencentcloud-sdk-common/models.rb
23
+ - lib/tencentcloud-sdk-common/http/request.rb
24
+ - lib/tencentcloud-sdk-common/sign.rb
25
+ - lib/tencentcloud-sdk-common/exception.rb
26
+ - lib/tencentcloud-sdk-common/credential.rb
29
27
  - lib/tencentcloud-sdk-common/profile/client_profile.rb
30
28
  - lib/tencentcloud-sdk-common/profile/http_profile.rb
31
- - lib/tencentcloud-sdk-common/sign.rb
29
+ - lib/tencentcloud-sdk-common/client.rb
30
+ - lib/tencentcloud-sdk-common.rb
31
+ - lib/VERSION
32
32
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
33
33
  licenses:
34
34
  - Apache-2.0
@@ -41,17 +41,17 @@ require_paths:
41
41
  - lib
42
42
  required_ruby_version: !ruby/object:Gem::Requirement
43
43
  requirements:
44
- - - ">="
44
+ - - '>='
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
47
  required_rubygems_version: !ruby/object:Gem::Requirement
48
48
  requirements:
49
- - - ">="
49
+ - - '>='
50
50
  - !ruby/object:Gem::Version
51
51
  version: '0'
52
52
  requirements: []
53
53
  rubyforge_project:
54
- rubygems_version: 2.6.14
54
+ rubygems_version: 2.0.14
55
55
  signing_key:
56
56
  specification_version: 4
57
57
  summary: Tencent Cloud SDK for Ruby - Common