extexif 1.0.0 → 1.0.1

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.
Files changed (4) hide show
  1. data/README.txt +2 -2
  2. data/Rakefile +3 -0
  3. data/lib/extexif.rb +2 -1
  4. metadata +2 -2
data/README.txt CHANGED
@@ -1,11 +1,11 @@
1
- ruby-libexif2
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
- ruby-libexif2 is extend ruby-libexif to support GPS Exif data.
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
@@ -1,5 +1,8 @@
1
1
  # -*- ruby -*-
2
2
 
3
+ $: << './lib'
4
+ $: << './ext'
5
+
3
6
  require 'rubygems'
4
7
  require 'hoe'
5
8
  require './lib/extexif.rb'
@@ -15,8 +15,9 @@
15
15
  # images["GPSLatitude"] # => "35.00, 39.00, 45.38"
16
16
  #
17
17
  require 'exif.so'
18
+
18
19
  class ExtExif
19
- VERSION = '1.0.0'
20
+ VERSION = '1.0.1'
20
21
 
21
22
  # Exif data
22
23
  # {{{
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.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: "ruby-libexif2 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:"
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