cul_image_props 0.2.2 → 0.2.3

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.
@@ -181,7 +181,7 @@ def self.process_file(f, opts={})
181
181
  # deal with MakerNote contained in EXIF IFD
182
182
  # (Some apps use MakerNote tags but do not use a format for which we
183
183
  # have a description, do not process these).
184
- if hdr.tags.include? 'EXIF MakerNote' and hdr.tags.include? 'Image Make' and detailed
184
+ if hdr.tags.include? 'EXIF MakerNote' and hdr.tags.include? 'Image Make' and details
185
185
  hdr.decode_maker_note()
186
186
  end
187
187
 
@@ -1,7 +1,7 @@
1
1
  module Cul
2
2
  module Image
3
3
  module Properties
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cul_image_props
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: