dorian-yaml-read-write 0.2.6 → 0.3.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
- 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: eee0fc93c0686e66c77b79e81ca82ecfa778732f21931839fd8db9797a7dac0b
         | 
| 4 | 
            +
              data.tar.gz: 0c9e85070b385d9706f92e4ce51fb4f0e0f34bd2bf7246f7c0e8f0b271131f0f
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 653fb81cff684c58f3ce1ba2a7513ec0a5d27d72e168e0f32f8f5ef5697d38f5a7f793fdaee372e0877dfda07b4b4dc0469ea37f7a5770ee44440c15b37c3916
         | 
| 7 | 
            +
              data.tar.gz: daca08a0bc0b67370982ad6d8e173653d48b213673f7cc740cf7922a357c16c254d67d9aefd7f639dced210a7e5efa259b2e87e03435918494dcf4631467a8dd
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: dorian-yaml-read-write
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.3.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Dorian Marié
         | 
| 8 8 | 
             
            autorequire:
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2024- | 
| 11 | 
            +
            date: 2024-07-05 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies: []
         | 
| 13 13 | 
             
            description: |-
         | 
| 14 14 | 
             
              Reads and writes a YAML file
         | 
| @@ -21,7 +21,7 @@ extensions: [] | |
| 21 21 | 
             
            extra_rdoc_files: []
         | 
| 22 22 | 
             
            files:
         | 
| 23 23 | 
             
            - bin/yaml-read-write
         | 
| 24 | 
            -
            homepage: https://github.com/dorianmariecom/yaml-compare
         | 
| 24 | 
            +
            homepage: https://github.com/dorianmariecom/dorian-yaml-compare
         | 
| 25 25 | 
             
            licenses:
         | 
| 26 26 | 
             
            - MIT
         | 
| 27 27 | 
             
            metadata:
         | 
| @@ -34,14 +34,14 @@ required_ruby_version: !ruby/object:Gem::Requirement | |
| 34 34 | 
             
              requirements:
         | 
| 35 35 | 
             
              - - ">="
         | 
| 36 36 | 
             
                - !ruby/object:Gem::Version
         | 
| 37 | 
            -
                  version:  | 
| 37 | 
            +
                  version: '0'
         | 
| 38 38 | 
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         | 
| 39 39 | 
             
              requirements:
         | 
| 40 40 | 
             
              - - ">="
         | 
| 41 41 | 
             
                - !ruby/object:Gem::Version
         | 
| 42 42 | 
             
                  version: '0'
         | 
| 43 43 | 
             
            requirements: []
         | 
| 44 | 
            -
            rubygems_version: 3.5. | 
| 44 | 
            +
            rubygems_version: 3.5.11
         | 
| 45 45 | 
             
            signing_key:
         | 
| 46 46 | 
             
            specification_version: 4
         | 
| 47 47 | 
             
            summary: Reads and writes a YAML file
         |