autocorrect-rb 2.5.6.pre1-aarch64-linux → 2.5.7-aarch64-linux
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/Rakefile +2 -2
- data/ext/autocorrect/extconf.rb +1 -1
- data/lib/autocorrect/3.1/autocorrect.so +0 -0
- data/lib/autocorrect/{2.7 → 3.2}/autocorrect.so +0 -0
- metadata +13 -14
- data/lib/autocorrect/3.0/autocorrect.so +0 -0
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 2060caab0d4b38021849bf462762962a81a44a570d546d96f398bfb51f5683cb
         | 
| 4 | 
            +
              data.tar.gz: 275b8255b902a63bb7a405d8fbec4d5a0f9abc063a0906552faedcd280e040f7
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: ed004af2cb24f5dac2626812d09d0e7bc9cc7c5d7f945bc2315f6ad67f9e156a4d875127ce75beddf63a697d97c0a233b6c85a3c551d4261a0aa5aa0cc6e6c9f
         | 
| 7 | 
            +
              data.tar.gz: a8c30cea734abf215825b87762edadaa2bcb7d8851861c97111cba0798f25b71bb98814a809ca1295c6ec202715ab2373f33bac76a0515dfdf5fff739c7e48d8
         | 
    
        data/Rakefile
    CHANGED
    
    | @@ -30,8 +30,8 @@ end | |
| 30 30 | 
             
            spec = Bundler.load_gemspec("autocorrect-rb.gemspec")
         | 
| 31 31 |  | 
| 32 32 | 
             
            # Make a autocorrect-rb-0.0.0.gem
         | 
| 33 | 
            -
            #  | 
| 34 | 
            -
             | 
| 33 | 
            +
            # Release gem for platform: ruby
         | 
| 34 | 
            +
            Gem::PackageTask.new(spec).define
         | 
| 35 35 |  | 
| 36 36 | 
             
            # Make a native gem, eg. autocorrect-rb-0.0.0-x86_64-linux.gem
         | 
| 37 37 | 
             
            Rake::ExtensionTask.new("autocorrect", spec) do |ext|
         | 
    
        data/ext/autocorrect/extconf.rb
    CHANGED
    
    
| 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.7
         | 
| 5 5 | 
             
            platform: aarch64-linux
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Jason Lee
         | 
| 8 | 
            -
            autorequire:
         | 
| 8 | 
            +
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2023-01- | 
| 11 | 
            +
            date: 2023-01-10 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: rb_sys
         | 
| @@ -16,14 +16,14 @@ dependencies: | |
| 16 16 | 
             
                requirements:
         | 
| 17 17 | 
             
                - - ">="
         | 
| 18 18 | 
             
                  - !ruby/object:Gem::Version
         | 
| 19 | 
            -
                    version: 0.9. | 
| 19 | 
            +
                    version: 0.9.54
         | 
| 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.9. | 
| 26 | 
            +
                    version: 0.9.54
         | 
| 27 27 | 
             
            description: AutoCorrect is a linter and formatter to help you to improve copywriting,
         | 
| 28 28 | 
             
              correct spaces, words, punctuations between CJK (Chinese, Japanese, Korean).
         | 
| 29 29 | 
             
            email:
         | 
| @@ -38,14 +38,13 @@ files: | |
| 38 38 | 
             
            - ext/autocorrect/extconf.rb
         | 
| 39 39 | 
             
            - ext/autocorrect/src/lib.rs
         | 
| 40 40 | 
             
            - lib/autocorrect-rb.rb
         | 
| 41 | 
            -
            - lib/autocorrect/2.7/autocorrect.so
         | 
| 42 | 
            -
            - lib/autocorrect/3.0/autocorrect.so
         | 
| 43 41 | 
             
            - lib/autocorrect/3.1/autocorrect.so
         | 
| 42 | 
            +
            - lib/autocorrect/3.2/autocorrect.so
         | 
| 44 43 | 
             
            homepage: https://github.com/huacnlee/autocorrect
         | 
| 45 44 | 
             
            licenses:
         | 
| 46 45 | 
             
            - MIT
         | 
| 47 46 | 
             
            metadata: {}
         | 
| 48 | 
            -
            post_install_message:
         | 
| 47 | 
            +
            post_install_message: 
         | 
| 49 48 | 
             
            rdoc_options: []
         | 
| 50 49 | 
             
            require_paths:
         | 
| 51 50 | 
             
            - lib
         | 
| @@ -53,18 +52,18 @@ required_ruby_version: !ruby/object:Gem::Requirement | |
| 53 52 | 
             
              requirements:
         | 
| 54 53 | 
             
              - - ">="
         | 
| 55 54 | 
             
                - !ruby/object:Gem::Version
         | 
| 56 | 
            -
                  version: ' | 
| 55 | 
            +
                  version: '3.1'
         | 
| 57 56 | 
             
              - - "<"
         | 
| 58 57 | 
             
                - !ruby/object:Gem::Version
         | 
| 59 | 
            -
                  version: 3. | 
| 58 | 
            +
                  version: 3.3.dev
         | 
| 60 59 | 
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         | 
| 61 60 | 
             
              requirements:
         | 
| 62 | 
            -
              - - " | 
| 61 | 
            +
              - - ">="
         | 
| 63 62 | 
             
                - !ruby/object:Gem::Version
         | 
| 64 | 
            -
                  version:  | 
| 63 | 
            +
                  version: '0'
         | 
| 65 64 | 
             
            requirements: []
         | 
| 66 | 
            -
            rubygems_version: 3.3 | 
| 67 | 
            -
            signing_key:
         | 
| 65 | 
            +
            rubygems_version: 3.4.3
         | 
| 66 | 
            +
            signing_key: 
         | 
| 68 67 | 
             
            specification_version: 4
         | 
| 69 68 | 
             
            summary: AutoCorrect is a linter and formatter to help you to improve copywriting.
         | 
| 70 69 | 
             
            test_files: []
         | 
| Binary file |