autocorrect-rb 2.5.5-x86_64-darwin → 2.5.6.pre1-x86_64-darwin
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
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 8726c72c87b8d01272ce3468a5bad6dbd04ed4cd7a441801fc370293cf1f2ab8
         | 
| 4 | 
            +
              data.tar.gz: bb50293136dfecd8c26501e1c0539b2abaaedc0a2cca1f86cf04dca0912d9656
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 51dfeb51e3ece75bbe2753b421a7d6acfdc3eac1345936d038dab9fcdd793aebb3ec1dead8370ffcb023c62ff8b3eb357fedce55f95562b5e122675f41bb48b1
         | 
| 7 | 
            +
              data.tar.gz: 19836fbe28d0c244060bbddacc8e080f579abd93a23e138b9b4c1906597d458ae63580643a64f62f47dc4ea53f618f1d2f574072d8813671571f1ac3c17a87d7
         | 
    
        data/Rakefile
    CHANGED
    
    
    
        data/ext/autocorrect/Cargo.toml
    CHANGED
    
    
| Binary file | 
| Binary file | 
| Binary file | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: autocorrect-rb
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 2.5. | 
| 4 | 
            +
              version: 2.5.6.pre1
         | 
| 5 5 | 
             
            platform: x86_64-darwin
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Jason Lee
         | 
| 8 8 | 
             
            autorequire:
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date:  | 
| 11 | 
            +
            date: 2023-01-03 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: rb_sys
         | 
| @@ -59,11 +59,11 @@ required_ruby_version: !ruby/object:Gem::Requirement | |
| 59 59 | 
             
                  version: 3.2.dev
         | 
| 60 60 | 
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         | 
| 61 61 | 
             
              requirements:
         | 
| 62 | 
            -
              - - " | 
| 62 | 
            +
              - - ">"
         | 
| 63 63 | 
             
                - !ruby/object:Gem::Version
         | 
| 64 | 
            -
                  version:  | 
| 64 | 
            +
                  version: 1.3.1
         | 
| 65 65 | 
             
            requirements: []
         | 
| 66 | 
            -
            rubygems_version: 3. | 
| 66 | 
            +
            rubygems_version: 3.3.22
         | 
| 67 67 | 
             
            signing_key:
         | 
| 68 68 | 
             
            specification_version: 4
         | 
| 69 69 | 
             
            summary: AutoCorrect is a linter and formatter to help you to improve copywriting.
         |