photo_folder 1.0.9 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/lib/photo_folder.rb CHANGED
@@ -226,8 +226,12 @@ module PhotoFolder
226
226
  @source_directory_location = source_directory_location
227
227
 
228
228
  begin
229
- MiniExiftool.configure(exif_tool_location)
230
- @mini_exiftool_available = true
229
+ if exif_tool_location
230
+ MiniExiftool.configure(exif_tool_location)
231
+ @mini_exiftool_available = true
232
+ else
233
+ @mini_exiftool_available = false
234
+ end
231
235
  rescue
232
236
  @mini_exiftool_available = false
233
237
  puts "WARNING: Could not configure MiniExifTool, EXIF data will not be parsed."
data/photo_folder.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "photo_folder"
3
- s.version = "1.0.9"
3
+ s.version = "1.1.0"
4
4
  s.date = "2010-05-27"
5
5
  s.summary = "JavaScript gallery"
6
6
  s.email = "ryan@syntacticx.com"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: photo_folder
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
+ - 1
8
9
  - 0
9
- - 9
10
- version: 1.0.9
10
+ version: 1.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Johnson