tencentcloud-sdk-tem 3.0.371 → 3.0.382
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/tencentcloud-sdk-tem.rb +3 -3
- data/lib/v20210701/client.rb +362 -2
- data/lib/v20210701/models.rb +1732 -88
- metadata +11 -11
    
        metadata
    CHANGED
    
    | @@ -1,27 +1,27 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: tencentcloud-sdk-tem
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 3.0. | 
| 4 | 
            +
              version: 3.0.382
         | 
| 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- | 
| 11 | 
            +
            date: 2022-08-08 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,12 +33,12 @@ executables: [] | |
| 33 33 | 
             
            extensions: []
         | 
| 34 34 | 
             
            extra_rdoc_files: []
         | 
| 35 35 | 
             
            files:
         | 
| 36 | 
            -
            - lib/ | 
| 36 | 
            +
            - lib/v20210701/models.rb
         | 
| 37 | 
            +
            - lib/v20210701/client.rb
         | 
| 37 38 | 
             
            - lib/tencentcloud-sdk-tem.rb
         | 
| 38 | 
            -
            - lib/v20201221/client.rb
         | 
| 39 39 | 
             
            - lib/v20201221/models.rb
         | 
| 40 | 
            -
            - lib/ | 
| 41 | 
            -
            - lib/ | 
| 40 | 
            +
            - lib/v20201221/client.rb
         | 
| 41 | 
            +
            - lib/VERSION
         | 
| 42 42 | 
             
            homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
         | 
| 43 43 | 
             
            licenses:
         | 
| 44 44 | 
             
            - Apache-2.0
         | 
| @@ -51,17 +51,17 @@ require_paths: | |
| 51 51 | 
             
            - lib
         | 
| 52 52 | 
             
            required_ruby_version: !ruby/object:Gem::Requirement
         | 
| 53 53 | 
             
              requirements:
         | 
| 54 | 
            -
              - -  | 
| 54 | 
            +
              - - '>='
         | 
| 55 55 | 
             
                - !ruby/object:Gem::Version
         | 
| 56 56 | 
             
                  version: '0'
         | 
| 57 57 | 
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         | 
| 58 58 | 
             
              requirements:
         | 
| 59 | 
            -
              - -  | 
| 59 | 
            +
              - - '>='
         | 
| 60 60 | 
             
                - !ruby/object:Gem::Version
         | 
| 61 61 | 
             
                  version: '0'
         | 
| 62 62 | 
             
            requirements: []
         | 
| 63 63 | 
             
            rubyforge_project: 
         | 
| 64 | 
            -
            rubygems_version: 2. | 
| 64 | 
            +
            rubygems_version: 2.0.14
         | 
| 65 65 | 
             
            signing_key: 
         | 
| 66 66 | 
             
            specification_version: 4
         | 
| 67 67 | 
             
            summary: Tencent Cloud SDK for Ruby - TEM
         |