daengine 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -135,7 +135,7 @@ module Daengine::TeamsiteMetadataParser
135
135
  docs << doc
136
136
  if(File.mtime(file) > last_read)
137
137
  begin
138
- exifdata = ::MiniExiftool.new("#{file}") # spaces in filename
138
+ exifdata = ::MiniExiftool.new(file) # spaces in filename
139
139
  doc['pages'] = exifdata.pagecount # or exifdata['Slides']
140
140
  doc['size'] = exifdata.filesize
141
141
  doc['mime_type'] = exifdata.mimetype
@@ -1,3 +1,3 @@
1
1
  module Daengine
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.5"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: daengine
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.4
5
+ version: 0.3.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - sbhatia
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-08-31 00:00:00.000000000Z
13
+ date: 2012-09-04 00:00:00.000000000Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails