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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec6f598c94538b3e622394dda53bd531269dfee837b969c7a1b7bf90a7a6c49e
4
- data.tar.gz: 8fb3c0584f523de1ed12db2218fd076e8dcdf2bcf420414d3635a916e0859d46
3
+ metadata.gz: e71e4611064c0d498145ad294e54dc1acf8c0dc00f2a661e3d03794d84136f88
4
+ data.tar.gz: 1448b0e4bf2370a946c3b1e92b28447e71c64e9b82520470aa1722119109beb9
5
5
  SHA512:
6
- metadata.gz: 358aedff50d8260fb12d259c5bd91304df4d91066fd7eda31d1fecda082448bc457e0c1ccc13bbde357b7cb27ad0c56df90afae51ec8e771f08934f6123c6dda
7
- data.tar.gz: 7b78da8bfc5aedff3f18b790ef4de832d3c489661a1a15a0212e5ef5a58a177eb856aebe23e6b83a6b3fb5d3e77ad28e01ca22bb74fa0dd365b294ed16fc15e1
6
+ metadata.gz: f3a6a46da57428431cb26b7756cb47ffa9b7c1301e599e1fc698fa368b0181850acc2e4c5e5cbd8e25eee7aa403cd144998e22622a38b6c37e91be57faef481e
7
+ data.tar.gz: 201aa76c1d79104d5cf1a11a3626ab279572310ed7a2fc3a4470bec164fe7cd13893cf5ea442e60ec2af123f9caaafe750f8cfcb38181a24e5155ac805f8b1a1
@@ -1,3 +1,3 @@
1
1
  module PhashNative
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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/yourusername/phash_native"
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.0
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/yourusername/phash_native
70
+ homepage: https://github.com/CampNowhere/phash_native
71
71
  licenses:
72
72
  - MIT
73
73
  metadata: