pHash 1.2.2 → 1.2.3
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/pHash.gemspec +1 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8090b5e8b681af06ec02f5d40e66a79003e1a66d3b4eedac959ecbf95aa01708
|
4
|
+
data.tar.gz: 458e2a95cca3d8f84779cc2661b4ebf328c1eae9287aae12463f4ff686ad2b43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9073712c55c12f9e08c6d1802627eb07957193497a5603aec97cdde0c28ed79e25cae2e97642e1b792817e76a5e71c2a92bf30e77076c0978186b29d1e7fd7e3
|
7
|
+
data.tar.gz: 2d6a1a45fb04186baa1797e758b6e18242ed4910904483e258b1735bee55a4fc3c6dcbdad40605bf8fdf38df65abf1fddf7f519a0c8d5d21c88f93b68ef6bc43
|
data/pHash.gemspec
CHANGED
@@ -2,14 +2,12 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = 'pHash'
|
5
|
-
s.version = '1.2.
|
5
|
+
s.version = '1.2.3'
|
6
6
|
s.summary = %q{Use pHash with ruby}
|
7
7
|
s.homepage = "http://github.com/toy/#{s.name}"
|
8
8
|
s.authors = ['Ivan Kuchin']
|
9
9
|
s.license = 'GPLv3'
|
10
10
|
|
11
|
-
s.rubyforge_project = s.name
|
12
|
-
|
13
11
|
s.metadata = {
|
14
12
|
'bug_tracker_uri' => "https://github.com/toy/#{s.name}/issues",
|
15
13
|
'documentation_uri' => "https://www.rubydoc.info/gems/#{s.name}/#{s.version}",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pHash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ivan Kuchin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-07-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi
|
@@ -101,7 +101,7 @@ licenses:
|
|
101
101
|
- GPLv3
|
102
102
|
metadata:
|
103
103
|
bug_tracker_uri: https://github.com/toy/pHash/issues
|
104
|
-
documentation_uri: https://www.rubydoc.info/gems/pHash/1.2.
|
104
|
+
documentation_uri: https://www.rubydoc.info/gems/pHash/1.2.3
|
105
105
|
source_code_uri: https://github.com/toy/pHash
|
106
106
|
post_install_message: "pHash library can be installed using macports or brew:\n\tport
|
107
107
|
install pHash\n\tbrew install --without-video-hash homebrew/boneyard/phash"
|
@@ -119,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
119
119
|
- !ruby/object:Gem::Version
|
120
120
|
version: '0'
|
121
121
|
requirements: []
|
122
|
-
rubygems_version: 3.0.
|
122
|
+
rubygems_version: 3.0.3
|
123
123
|
signing_key:
|
124
124
|
specification_version: 4
|
125
125
|
summary: Use pHash with ruby
|