exiftoolr 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +4 -0
- data/exiftoolr.gemspec +1 -1
- data/lib/exiftoolr/version.rb +1 -1
- metadata +5 -5
data/README.md
CHANGED
data/exiftoolr.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.version = Exiftoolr::VERSION
|
8
8
|
s.authors = ["Matthew McEachen"]
|
9
9
|
s.email = ["matthew-github@mceachen.org"]
|
10
|
-
s.homepage = "https://github.com/mceachen/
|
10
|
+
s.homepage = "https://github.com/mceachen/exiftoolr"
|
11
11
|
s.summary = %q{Multiget ExifTool wrapper for ruby}
|
12
12
|
s.description = %q{Multiget ExifTool wrapper for ruby}
|
13
13
|
|
data/lib/exiftoolr/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: exiftoolr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 5
|
10
|
+
version: 0.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Matthew McEachen
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-02-
|
18
|
+
date: 2012-02-24 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
prerelease: false
|
@@ -86,7 +86,7 @@ files:
|
|
86
86
|
- test/iPhone 4S.jpg
|
87
87
|
- test/iPhone 4S.jpg.yaml
|
88
88
|
- test/test_exiftoolr.rb
|
89
|
-
homepage: https://github.com/mceachen/
|
89
|
+
homepage: https://github.com/mceachen/exiftoolr
|
90
90
|
licenses: []
|
91
91
|
|
92
92
|
post_install_message:
|