daengine 0.3 → 0.3.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.
@@ -131,7 +131,7 @@ module Daengine::TeamsiteMetadataParser
131
131
  if(File.mtime(file) > last_read)
132
132
  begin
133
133
  exifdata = ::MiniExiftool.new file
134
- doc['pages'] = exifdata.pages # or exifdata['Slides']
134
+ doc['pages'] = exifdata.pagecount # or exifdata['Slides']
135
135
  doc['size'] = exifdata.filesize
136
136
  doc['mime_type'] = exifdata.mimetype
137
137
  rescue Exception => e
@@ -1,3 +1,3 @@
1
1
  module Daengine
2
- VERSION = "0.3"
2
+ VERSION = "0.3.1"
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'
5
+ version: 0.3.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - sbhatia