testcontainers-mariadb 0.1.1 → 0.2.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/Gemfile.lock +4 -3
- data/lib/testcontainers/mariadb/version.rb +1 -1
- metadata +5 -5
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 28eefc0568f48e03bbe875dd3f95208df7a04dc3e345f829c14f068a7e435510
         | 
| 4 | 
            +
              data.tar.gz: 2ab9d92ac8afbcfa2f29616324c23b7773d728f1e8cc9b55771c683bae0a1fe1
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 9fc6ed66796c4de71c6376fabffea0ccd79004cab4a306167eb5ba160eec8dee9e7a561de2ccffabcb668dca3172f3e17799b43f00e5f62a792e1a73115383c9
         | 
| 7 | 
            +
              data.tar.gz: b58480ff586c084c35a9b48bad222b0245df2e46b70884b8c6c54d2d2479af30edb4f0c9066637579927abdbb6f7ef8e883b500768bbf2df1d798c1833dda832
         | 
    
        data/Gemfile.lock
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            PATH
         | 
| 2 2 | 
             
              remote: ../core
         | 
| 3 3 | 
             
              specs:
         | 
| 4 | 
            -
                testcontainers-core (0. | 
| 4 | 
            +
                testcontainers-core (0.2.0)
         | 
| 5 5 | 
             
                  docker-api (~> 2.2)
         | 
| 6 6 |  | 
| 7 7 | 
             
            PATH
         | 
| 8 8 | 
             
              remote: .
         | 
| 9 9 | 
             
              specs:
         | 
| 10 | 
            -
                testcontainers-mariadb (0. | 
| 11 | 
            -
                  testcontainers-core (~> 0.1 | 
| 10 | 
            +
                testcontainers-mariadb (0.2.0)
         | 
| 11 | 
            +
                  testcontainers-core (~> 0.1)
         | 
| 12 12 |  | 
| 13 13 | 
             
            GEM
         | 
| 14 14 | 
             
              remote: https://rubygems.org/
         | 
| @@ -64,6 +64,7 @@ GEM | |
| 64 64 |  | 
| 65 65 | 
             
            PLATFORMS
         | 
| 66 66 | 
             
              arm64-darwin-21
         | 
| 67 | 
            +
              ruby
         | 
| 67 68 |  | 
| 68 69 | 
             
            DEPENDENCIES
         | 
| 69 70 | 
             
              minitest (~> 5.0)
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: testcontainers-mariadb
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.2.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Guillermo Iguaran
         | 
| 8 8 | 
             
            autorequire:
         | 
| 9 9 | 
             
            bindir: exe
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date:  | 
| 11 | 
            +
            date: 2024-02-09 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: testcontainers-core
         | 
| @@ -16,14 +16,14 @@ dependencies: | |
| 16 16 | 
             
                requirements:
         | 
| 17 17 | 
             
                - - "~>"
         | 
| 18 18 | 
             
                  - !ruby/object:Gem::Version
         | 
| 19 | 
            -
                    version: 0.1 | 
| 19 | 
            +
                    version: '0.1'
         | 
| 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 | 
            -
                    version: 0.1 | 
| 26 | 
            +
                    version: '0.1'
         | 
| 27 27 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 28 28 | 
             
              name: rake
         | 
| 29 29 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 132 132 | 
             
                - !ruby/object:Gem::Version
         | 
| 133 133 | 
             
                  version: '0'
         | 
| 134 134 | 
             
            requirements: []
         | 
| 135 | 
            -
            rubygems_version: 3.4. | 
| 135 | 
            +
            rubygems_version: 3.4.14
         | 
| 136 136 | 
             
            signing_key:
         | 
| 137 137 | 
             
            specification_version: 4
         | 
| 138 138 | 
             
            summary: 'Testcontainers for Ruby: Mariadb module'
         |