tencentcloud-sdk-common 3.0.371 → 3.0.379

Sign up to get free protection for your applications and to get access to all the features.
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: a456ca7c6497f85391b8e4076c2920159d01ead6
4
- data.tar.gz: 54e64379ae49bb224c525217b570844ae79f9dae
3
+ metadata.gz: 65a1635cfaa08a2831da9c5bdc708c7b9b56e4dd
4
+ data.tar.gz: 2ac6d9507e24349f10377dc45c6de8ac3a475efd
5
5
  SHA512:
6
- metadata.gz: 842c1df4123e56e99198ccf9826d1d9a70d78343414e65c4f3303d6530c9c5f72853a1fd33dd0498cca88f166a456956adcdf90040bcadd13e1191756938395b
7
- data.tar.gz: 76c419d59fb3444473a835f5d7027f90219451379483308c0af20ceff8b1e02b05e81676d87f9ebce78db863a539c05590d4877f5546af4d03862a51ba90a106
6
+ metadata.gz: bee318ff7c1259c1e3f7ac197e859f47eaca2066be248b903b6de5faf10045df14a703939463c3f81c2131740ebadd810cfb2da47f3f11213ff00ed2d96d37b7
7
+ data.tar.gz: 93e2c605366dcf60e18392c6150689ec883a00b806db9ac74fbc85c5e64b97821807726df20e3dd428d482c595ed5bd8caa9acab7855e16cf80f5c36f4e33cd3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.371
1
+ 3.0.379
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: 3.0.371
4
+ version: 3.0.379
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-08-01 00:00:00.000000000 Z
11
+ date: 2022-08-03 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