tencentcloud-sdk-tcr 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: ac93d03c4d541810d0abb23df3695508f217ba72
4
+ data.tar.gz: 4cf5571fb15562317aae749dd4d69dc04083c3b8
5
+ SHA512:
6
+ metadata.gz: b8c8d46a0a1c04c28c5d3e3bfd30d2ed18b88da9f73f0bde0ec0db28155db3007cccf207e1921ee2ac18889741f9f046f89f74e14d82d53912afb5436097989f
7
+ data.tar.gz: e0b3617a95686251e21cda4250540751c5399f361bda2d7dc70bf33b668ce214ada780f00dad7f7a5abd6888a73490dec8079bad3193ee1ab7e92bcc9a605289
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 'v20190924/client'
6
+ require_relative 'v20190924/models'
7
+
8
+ module TencentCloud
9
+ module Tcr
10
+ end
11
+ end