extexif 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.txt +2 -2
- data/Rakefile +3 -0
- data/lib/extexif.rb +2 -1
- metadata +2 -2
data/README.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
|
1
|
+
ExtExif
|
2
2
|
by Rakuto Furutani
|
3
3
|
http://rakuto.blogspot.com/
|
4
4
|
http://www.uievolution.co.jp/
|
5
5
|
|
6
6
|
== DESCRIPTION:
|
7
7
|
|
8
|
-
|
8
|
+
ExtExif is extend ruby-libexif to support GPS Exif data.
|
9
9
|
API of ruby-libexif2 is compatible with ruby-libexif.
|
10
10
|
|
11
11
|
ruby-libexif : http://raa.ruby-lang.org/project/ruby-libexif/
|
data/Rakefile
CHANGED
data/lib/extexif.rb
CHANGED
metadata
CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
|
|
3
3
|
specification_version: 1
|
4
4
|
name: extexif
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 1.0.
|
6
|
+
version: 1.0.1
|
7
7
|
date: 2007-05-24 00:00:00 +00:00
|
8
8
|
summary: an ruby-libexif extended to support GPS Exif data.
|
9
9
|
require_paths:
|
@@ -12,7 +12,7 @@ require_paths:
|
|
12
12
|
email: rakuto@gamil.com
|
13
13
|
homepage: " by Rakuto Furutani"
|
14
14
|
rubyforge_project: extexif
|
15
|
-
description: "
|
15
|
+
description: "ExtExif is extend ruby-libexif to support GPS Exif data. API of ruby-libexif2 is compatible with ruby-libexif. ruby-libexif : http://raa.ruby-lang.org/project/ruby-libexif/ == FEATURES/PROBLEMS: * An extension library for libexif * Util Ruby's library to use Exif data == SYNOPSIS:"
|
16
16
|
autorequire:
|
17
17
|
default_executable:
|
18
18
|
bindir: bin
|