exiftoolr 0.0.4 → 0.0.5

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.
data/README.md CHANGED
@@ -73,3 +73,7 @@ Exiftoolr.new("Gemfile").errors?
73
73
  ### 0.0.4
74
74
 
75
75
  Added support for multiple file fetching (which is *much* faster for large directories)
76
+
77
+ ### 0.0.5
78
+
79
+ Fixed homepage URL in gemspec
@@ -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/exif_tooler"
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
 
@@ -1,3 +1,3 @@
1
1
  class Exiftoolr
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
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: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
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-23 00:00:00 Z
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/exif_tooler
89
+ homepage: https://github.com/mceachen/exiftoolr
90
90
  licenses: []
91
91
 
92
92
  post_install_message: