tencentcloud-sdk-tcr 1.0.364 → 3.0.381

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd580dbd3c5ee3bda7676a53ac6c2b07b5822df5
4
- data.tar.gz: ed7bac78ef8037421bee22b9b493e51e6e5fa6b4
3
+ metadata.gz: d94aa2889ae823df08a683455510db0c5cc1014f
4
+ data.tar.gz: 9b3629cd84fa2a5592f4403059386370a8769fe2
5
5
  SHA512:
6
- metadata.gz: a8330ffaf74ff6b0d50ee9dd98ccf044785fce2b9df2dee28926f666f179d31cd7ff97abf3d77a7aa0d2f867cc93ef5a73981ae0819dea09ff958c7478b45ae7
7
- data.tar.gz: e1a520b4e83810ffe70b4bed9c9777b4453cc928daab71326f49484bb671ab6f661efdde56585a78c347c0275431a7e7da53c92e41df6aa04459445313a6865d
6
+ metadata.gz: d2a74e6bfa26478c4880b229863164c1a599c8a85142073e8ead29e46d64d4b6b8557610300d09cf2e9924efafcbbc2e47bad790fc5dd854a41f1c146280604d
7
+ data.tar.gz: 4e7cca0520612e5e351b9048a3c84237fd9f881651eb778bb280358abfe04d9bd8072a29d70be59899aef269143e9ace1d153b39092fbce4b46198f1889c1c9e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.364
1
+ 3.0.381
@@ -5662,7 +5662,7 @@ module TencentCloud
5662
5662
  # @type Name: String
5663
5663
  # @param Namespace: 命名空间名称
5664
5664
  # @type Namespace: String
5665
- # @param CreationTime: 创建时间
5665
+ # @param CreationTime: 创建时间,格式"2006-01-02 15:04:05.999999999 -0700 MST"
5666
5666
  # @type CreationTime: String
5667
5667
  # @param Public: 是否公开
5668
5668
  # @type Public: Boolean
@@ -5672,7 +5672,7 @@ module TencentCloud
5672
5672
  # @param BriefDescription: 简单描述
5673
5673
  # 注意:此字段可能返回 null,表示取不到有效值。
5674
5674
  # @type BriefDescription: String
5675
- # @param UpdateTime: 更新时间
5675
+ # @param UpdateTime: 更新时间,格式"2006-01-02 15:04:05.999999999 -0700 MST"
5676
5676
  # @type UpdateTime: String
5677
5677
 
5678
5678
  attr_accessor :Name, :Namespace, :CreationTime, :Public, :Description, :BriefDescription, :UpdateTime
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.364
4
+ version: 3.0.381
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-26 00:00:00.000000000 Z
11
+ date: 2022-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.0'
27
27
  description: Tencent Cloud Ruby SDK is the official software development kit, which
@@ -33,10 +33,10 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/VERSION
37
36
  - lib/tencentcloud-sdk-tcr.rb
38
- - lib/v20190924/client.rb
39
37
  - lib/v20190924/models.rb
38
+ - lib/v20190924/client.rb
39
+ - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses:
42
42
  - Apache-2.0
@@ -49,17 +49,17 @@ require_paths:
49
49
  - lib
50
50
  required_ruby_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - ">="
57
+ - - '>='
58
58
  - !ruby/object:Gem::Version
59
59
  version: '0'
60
60
  requirements: []
61
61
  rubyforge_project:
62
- rubygems_version: 2.6.14
62
+ rubygems_version: 2.0.14
63
63
  signing_key:
64
64
  specification_version: 4
65
65
  summary: Tencent Cloud SDK for Ruby - TCR