phashion 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES.md +5 -0
- data/ext/phashion_ext/pHash-0.9.3.tar.gz +0 -0
- data/lib/phashion.rb +1 -1
- data/phashion.gemspec +1 -1
- metadata +5 -6
- data/TODO.md +0 -6
data/CHANGES.md
CHANGED
Binary file
|
data/lib/phashion.rb
CHANGED
data/phashion.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phashion
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2012-08-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake-compiler
|
16
|
-
requirement: &
|
16
|
+
requirement: &70298302351400 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: 0.7.0
|
22
22
|
type: :development
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70298302351400
|
25
25
|
description: Simple wrapper around the pHash library
|
26
26
|
email: mperham@gmail.com
|
27
27
|
executables: []
|
@@ -35,7 +35,6 @@ files:
|
|
35
35
|
- LICENSE
|
36
36
|
- README.md
|
37
37
|
- Rakefile
|
38
|
-
- TODO.md
|
39
38
|
- ext/phashion_ext/extconf.rb
|
40
39
|
- ext/phashion_ext/pHash-0.9.3.tar.gz
|
41
40
|
- ext/phashion_ext/phashion_ext.c
|
@@ -74,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
74
73
|
version: '0'
|
75
74
|
requirements: []
|
76
75
|
rubyforge_project:
|
77
|
-
rubygems_version: 1.8.
|
76
|
+
rubygems_version: 1.8.15
|
78
77
|
signing_key:
|
79
78
|
specification_version: 3
|
80
79
|
summary: Simple wrapper around the pHash library
|