phash_native 0.1.0 → 0.1.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/lib/phash_native/version.rb +1 -1
- data/phash_native.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: e71e4611064c0d498145ad294e54dc1acf8c0dc00f2a661e3d03794d84136f88
         | 
| 4 | 
            +
              data.tar.gz: 1448b0e4bf2370a946c3b1e92b28447e71c64e9b82520470aa1722119109beb9
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: f3a6a46da57428431cb26b7756cb47ffa9b7c1301e599e1fc698fa368b0181850acc2e4c5e5cbd8e25eee7aa403cd144998e22622a38b6c37e91be57faef481e
         | 
| 7 | 
            +
              data.tar.gz: 201aa76c1d79104d5cf1a11a3626ab279572310ed7a2fc3a4470bec164fe7cd13893cf5ea442e60ec2af123f9caaafe750f8cfcb38181a24e5155ac805f8b1a1
         | 
    
        data/lib/phash_native/version.rb
    CHANGED
    
    
    
        data/phash_native.gemspec
    CHANGED
    
    | @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| | |
| 8 8 |  | 
| 9 9 | 
             
              spec.summary       = "Native perceptual hash (pHash) implementation using C and stb_image"
         | 
| 10 10 | 
             
              spec.description   = "A blazing-fast Ruby extension for generating perceptual hashes and comparing them using Hamming distance."
         | 
| 11 | 
            -
              spec.homepage      = "https://github.com/ | 
| 11 | 
            +
              spec.homepage      = "https://github.com/CampNowhere/phash_native"
         | 
| 12 12 | 
             
              spec.license       = "MIT"
         | 
| 13 13 |  | 
| 14 14 | 
             
              spec.files         = Dir["lib/**/*.rb"] +
         | 
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: phash_native
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.1. | 
| 4 | 
            +
              version: 0.1.1
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Jon Jenkins
         | 
| @@ -67,7 +67,7 @@ files: | |
| 67 67 | 
             
            - lib/phash_native.rb
         | 
| 68 68 | 
             
            - lib/phash_native/version.rb
         | 
| 69 69 | 
             
            - phash_native.gemspec
         | 
| 70 | 
            -
            homepage: https://github.com/ | 
| 70 | 
            +
            homepage: https://github.com/CampNowhere/phash_native
         | 
| 71 71 | 
             
            licenses:
         | 
| 72 72 | 
             
            - MIT
         | 
| 73 73 | 
             
            metadata:
         |