pHash 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/pHash.gemspec +1 -3
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3957fdb22e48410b3c1dbcc644ece2f1b34e153c24e874aab6c85f6c2a98f39e
4
- data.tar.gz: 8e9fa080a8399c723fe612c9102b499b750ed9365505d93cf6d6ba9d2ac0ee6f
3
+ metadata.gz: 8090b5e8b681af06ec02f5d40e66a79003e1a66d3b4eedac959ecbf95aa01708
4
+ data.tar.gz: 458e2a95cca3d8f84779cc2661b4ebf328c1eae9287aae12463f4ff686ad2b43
5
5
  SHA512:
6
- metadata.gz: 33c5b8f7c2c9af1f53aa2dcda27f8884965208d19c3c3c1493e80a05e02366caea51b6bd9ed9d3d603623004c9ab0a6e34dc162a1eab6a697395691b88d6bf00
7
- data.tar.gz: cef52db7180245c5b52613cc7ca2e861a776f4d1115dc705b8f3f8b60acb2b5bbf7a4fa7df39de468231f663d5c23e5cf7bff26da554d5c107d280f7a01b03af
6
+ metadata.gz: 9073712c55c12f9e08c6d1802627eb07957193497a5603aec97cdde0c28ed79e25cae2e97642e1b792817e76a5e71c2a92bf30e77076c0978186b29d1e7fd7e3
7
+ data.tar.gz: 2d6a1a45fb04186baa1797e758b6e18242ed4910904483e258b1735bee55a4fc3c6dcbdad40605bf8fdf38df65abf1fddf7f519a0c8d5d21c88f93b68ef6bc43
@@ -2,14 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'pHash'
5
- s.version = '1.2.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.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-01-05 00:00:00.000000000 Z
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.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.2
122
+ rubygems_version: 3.0.3
123
123
  signing_key:
124
124
  specification_version: 4
125
125
  summary: Use pHash with ruby