sdr-client 2.27.0 → 2.27.1
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 +2 -2
- data/lib/sdr_client/version.rb +1 -1
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 21131479a29b0b88753011cd5a78922c505de7240c0cf18a060e5d58c775b0f7
         | 
| 4 | 
            +
              data.tar.gz: d2c3408c8b5f68ca549e8c694fbf82d5b6f74ad530f87655bdcc6f09a9754c4e
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: c47869648ae8e8b8c9d67eb28d590ca0bb28352a8a6fe7b6a271c3541bb328e74a204ec6ea858c7243074a03ed18d0540767839ae55ef2caebb5d79a04a1473b
         | 
| 7 | 
            +
              data.tar.gz: b9d5164d3f1ea8b1599f4c808ea4c8407cdd12afadfc23e82fd8303c4177416c02b2b9d72ec2e5eafe1d1c5a1521090dd7924189827ecb3e58decf4f573b3e79
         | 
    
        data/Gemfile.lock
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            PATH
         | 
| 2 2 | 
             
              remote: .
         | 
| 3 3 | 
             
              specs:
         | 
| 4 | 
            -
                sdr-client (2.27. | 
| 4 | 
            +
                sdr-client (2.27.1)
         | 
| 5 5 | 
             
                  activesupport
         | 
| 6 6 | 
             
                  cocina-models (~> 0.108.0)
         | 
| 7 7 | 
             
                  config
         | 
| @@ -35,7 +35,7 @@ GEM | |
| 35 35 | 
             
                byebug (12.0.0)
         | 
| 36 36 | 
             
                childprocess (5.1.0)
         | 
| 37 37 | 
             
                  logger (~> 1.5)
         | 
| 38 | 
            -
                cocina-models (0.108. | 
| 38 | 
            +
                cocina-models (0.108.1)
         | 
| 39 39 | 
             
                  activesupport
         | 
| 40 40 | 
             
                  deprecation
         | 
| 41 41 | 
             
                  dry-struct (~> 1.0)
         | 
    
        data/lib/sdr_client/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: sdr-client
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 2.27. | 
| 4 | 
            +
              version: 2.27.1
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Justin Coyne
         | 
| @@ -222,7 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 222 222 | 
             
                - !ruby/object:Gem::Version
         | 
| 223 223 | 
             
                  version: '0'
         | 
| 224 224 | 
             
            requirements: []
         | 
| 225 | 
            -
            rubygems_version: 3.7. | 
| 225 | 
            +
            rubygems_version: 3.7.2
         | 
| 226 226 | 
             
            specification_version: 4
         | 
| 227 227 | 
             
            summary: The CLI for https://github.com/sul-dlss/sdr-api
         | 
| 228 228 | 
             
            test_files: []
         |