aws-sdk-robomaker 1.91.0 → 1.92.0
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/CHANGELOG.md +7 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-robomaker/client.rb +1 -1
- data/lib/aws-sdk-robomaker.rb +1 -1
- metadata +4 -3
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 3a8e8166b56689a6092f95df2a41108b4b3a2aee0a3ec7eeb5688bbb75a899f9
         | 
| 4 | 
            +
              data.tar.gz: 45405704299c5e5ccaed885b035e52c3c0ee4ed20a75c1271fa13c2d5506060a
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: fec98120c5ff3f65661af4a8c88136fb7475622aab8f947ad29ce05a41ebc814277ec5eed7654e58689014a4cf7c1b1cd31003544d56e962d750af2dba2ed774
         | 
| 7 | 
            +
              data.tar.gz: 203a653b22b2eb9c90f9ea1e6292b98e2d783b3a66005ddb49f4e9d9fd47ee75bb37e6483bd9fc584fa7ca30ef1d6ae9c70c91a86346ccf5ad0e20d964ef811f
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,6 +1,13 @@ | |
| 1 1 | 
             
            Unreleased Changes
         | 
| 2 2 | 
             
            ------------------
         | 
| 3 3 |  | 
| 4 | 
            +
            1.92.0 (2025-10-30)
         | 
| 5 | 
            +
            ------------------
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            * Feature - RoboMaker has been removed from the SDK because it has been discontinued.
         | 
| 10 | 
            +
             | 
| 4 11 | 
             
            1.91.0 (2025-10-24)
         | 
| 5 12 | 
             
            ------------------
         | 
| 6 13 |  | 
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            1. | 
| 1 | 
            +
            1.92.0
         | 
    
        data/lib/aws-sdk-robomaker.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: aws-sdk-robomaker
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1. | 
| 4 | 
            +
              version: 1.92.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Amazon Web Services
         | 
| @@ -43,8 +43,8 @@ dependencies: | |
| 43 43 | 
             
                - - "~>"
         | 
| 44 44 | 
             
                  - !ruby/object:Gem::Version
         | 
| 45 45 | 
             
                    version: '1.5'
         | 
| 46 | 
            -
            description: Official AWS Ruby gem for AWS RoboMaker (RoboMaker). This | 
| 47 | 
            -
              of the AWS SDK for Ruby.
         | 
| 46 | 
            +
            description: "[DEPRECATED] Official AWS Ruby gem for AWS RoboMaker (RoboMaker). This
         | 
| 47 | 
            +
              gem is part of the AWS SDK for Ruby."
         | 
| 48 48 | 
             
            email:
         | 
| 49 49 | 
             
            - aws-dr-rubygems@amazon.com
         | 
| 50 50 | 
             
            executables: []
         | 
| @@ -76,6 +76,7 @@ licenses: | |
| 76 76 | 
             
            metadata:
         | 
| 77 77 | 
             
              source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-robomaker
         | 
| 78 78 | 
             
              changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-robomaker/CHANGELOG.md
         | 
| 79 | 
            +
            post_install_message: "*** aws-sdk-robomaker is deprecated ***"
         | 
| 79 80 | 
             
            rdoc_options: []
         | 
| 80 81 | 
             
            require_paths:
         | 
| 81 82 | 
             
            - lib
         |