tencentcloud-sdk-tcaplusdb 1.0.200

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: ce5ee44c6a12df3725b685c2e81c51e77801ab30
4
+ data.tar.gz: fa31924e62713f5af25d8d4a3e936166c010cf9b
5
+ SHA512:
6
+ metadata.gz: df39f6df17202addec5f9efc7d3d37e39fc33fb903211ea108820ca499bf79eb732813282aa36effb0af7c61a44b8aca4c8ef64203fc851e808c49d33e777d44
7
+ data.tar.gz: da6ccae9b06f5ef5ac9c0383b2f346b22d4cc38a1bf01c748026140a0d25de7c22edfd1a58e09e3a8ad82620962ad3b184d68e7fe8e2dd2eab334885e0c421a0
data/lib/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.0.200
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'tencentcloud-sdk-common'
4
+
5
+ require_relative 'v20190823/client'
6
+ require_relative 'v20190823/models'
7
+
8
+ module TencentCloud
9
+ module Tcaplusdb
10
+ end
11
+ end