tencentcloud-sdk-dts 3.0.1161 → 3.0.1169

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
  SHA1:
3
- metadata.gz: 7d403658fb1176ee134f9b64b0a9d7bb445e6bcb
4
- data.tar.gz: 2a0983b4291993b2a680618e0f8fbb1b9e07b06e
3
+ metadata.gz: 34630cdd9c51657450b3bb3b00ff0004b8196dcd
4
+ data.tar.gz: 89c654b8db4075eb970122520f13a4a2f15203f8
5
5
  SHA512:
6
- metadata.gz: dd1b82b651989624bcd3464b77e0dcd23424d7d0cfd2bdfb6d0e651483e10036fbedf545ffe30da4fdd3f51f2cf0ff1f27ce256165cd357b03625b1bcc25a43a
7
- data.tar.gz: 192b3b9ea15a965aa45ea499ee0937b160f92d14917f9119afe04e1cfb185868c684fdb86288e5e82a28369005bbb2cff7c63200c395cf408b19f56dee55fe6a
6
+ metadata.gz: aa1dcbed658daee331af65b5f25e97a76bf5a9c7d4444e805aa16101efae7d19df393065da17d00f721c501587eb7559df3bb8ee5b065dbd96046d505ed68ebd
7
+ data.tar.gz: 6729c7c1f1e7cebdf70e98ff709158aab95a573bca5d03cda79cbf683cfccc3b433a13dc86326dab0d4fddea8b0905c2cb092a7ea4ef5def6e25ec86183ce075
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1161
1
+ 3.0.1169
@@ -831,10 +831,10 @@ module TencentCloud
831
831
 
832
832
  attr_accessor :Region, :InstanceId, :Ip, :Port, :ReadOnly, :User, :Password
833
833
  extend Gem::Deprecate
834
- deprecate :Ip, :none, 2025, 9
835
- deprecate :Ip=, :none, 2025, 9
836
- deprecate :Port, :none, 2025, 9
837
- deprecate :Port=, :none, 2025, 9
834
+ deprecate :Ip, :none, 2025, 11
835
+ deprecate :Ip=, :none, 2025, 11
836
+ deprecate :Port, :none, 2025, 11
837
+ deprecate :Port=, :none, 2025, 11
838
838
 
839
839
  def initialize(region=nil, instanceid=nil, ip=nil, port=nil, readonly=nil, user=nil, password=nil)
840
840
  @Region = region
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dts
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1161
4
+ version: 3.0.1169
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-04 00:00:00.000000000 Z
11
+ date: 2025-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common