xfcc_parser_ruby 0.1.1-x86_64-linux → 0.1.2-x86_64-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/CHANGELOG.md +6 -0
- data/Cargo.lock +1 -1
- data/Cargo.toml +1 -1
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/2.6/xfcc_parser_ruby.so +0 -0
- data/lib/2.7/xfcc_parser_ruby.so +0 -0
- data/lib/3.0/xfcc_parser_ruby.so +0 -0
- data/lib/3.1/xfcc_parser_ruby.so +0 -0
- data/lib/xfcc_parser_ruby/version.rb +1 -1
- data/xfcc_parser_ruby.gemspec +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: 3d9db4785f0ec6823a6c562b6e81d197ce5dbeab193bbb7578d06220d14a4946
         | 
| 4 | 
            +
              data.tar.gz: 1b147fdfacc1368b39d5732673e84078dcc4b9fc6f4e3d2a422ffbca39d5e97e
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 3345ccbb7911c3e7de0c17d63017124bd9c10c01a551013ba7e4f61d11c8c6ec435ad724879a5360762bd0161a76419a37571924770e73cefe2f1468441495be
         | 
| 7 | 
            +
              data.tar.gz: 70385f45e3a32f7fa79798bca9228888ecf83647fc51d8f188897ca0e90e94592a5c9595e7c23165823d25195ef439bdaa93e567aed630596cb7b33cf8f3fd8c
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        data/Cargo.lock
    CHANGED
    
    
    
        data/Cargo.toml
    CHANGED
    
    
    
        data/Gemfile.lock
    CHANGED
    
    
    
        data/README.md
    CHANGED
    
    | @@ -16,7 +16,7 @@ If bundler is not being used to manage dependencies, install the gem by executin | |
| 16 16 |  | 
| 17 17 | 
             
            Note that some distributions have different names for `libruby`, and if you've installed the gems with bundled binaries, you'll see errors like `libruby.so.3.0: cannot open shared object file: No such file or directory` when you load the library.
         | 
| 18 18 |  | 
| 19 | 
            -
            In this case, you can either link the `libruby` shared library to `libruby.[so|dylib|dll].[<version>]`,  | 
| 19 | 
            +
            In this case, you can either link the `libruby` shared library to `libruby.[so|dylib|dll].[<version>]`, or simply install the source gem instead.
         | 
| 20 20 |  | 
| 21 21 | 
             
            ## Usage
         | 
| 22 22 |  | 
    
        data/lib/2.6/xfcc_parser_ruby.so
    CHANGED
    
    | Binary file | 
    
        data/lib/2.7/xfcc_parser_ruby.so
    CHANGED
    
    | Binary file | 
    
        data/lib/3.0/xfcc_parser_ruby.so
    CHANGED
    
    | Binary file | 
    
        data/lib/3.1/xfcc_parser_ruby.so
    CHANGED
    
    | Binary file | 
    
        data/xfcc_parser_ruby.gemspec
    CHANGED
    
    | @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| | |
| 16 16 | 
             
              spec.homepage = "https://github.com/Frederick888/xfcc_parser_ruby/"
         | 
| 17 17 | 
             
              spec.required_ruby_version = [">= 2.6.0", "< 3.2.0"]
         | 
| 18 18 | 
             
              spec.required_rubygems_version = ">= 3.3.11"
         | 
| 19 | 
            -
              spec.platform = Gem::Platform.local if binary_gem
         | 
| 19 | 
            +
              spec.platform = Gem::Platform.local.tap { |p| p.version = nil } if binary_gem
         | 
| 20 20 |  | 
| 21 21 | 
             
              # spec.metadata['allowed_push_host'] = "TODO: Set to your gem server 'https://example.com'"
         | 
| 22 22 |  | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: xfcc_parser_ruby
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.1. | 
| 4 | 
            +
              version: 0.1.2
         | 
| 5 5 | 
             
            platform: x86_64-linux
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Frederick Zhang
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: exe
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2023-03- | 
| 11 | 
            +
            date: 2023-03-30 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: rutie
         |