Project

exiftoolr

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Multiget ExifTool wrapper for ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Ruby wrapper for ExifTool

Build Status Gem Version Code Climate

This gem was renamed from 'exiftoolr' to the less-ungainly 'exiftool' as of version 0.2.0. This gem simply adds a "class alias" from Exiftoolr to Exiftool, and is dependant on that new gem.

Consumers should switch to the new gem's namespace as soon as they can.

Go to exiftool for more information!

Change history

0.2.0

  • Renamed to 'exiftool' (but kept backward compatibility)

0.1.0

  • Better timestamp parsing—now both sub-second and timezone offsets are handled correctly
  • Switched to minitest-spec
  • Ruby 1.8.7 is no longer supported, hence the minor version uptick.

0.0.9

  • Explicitly added MIT licensing to the gemspec.

0.0.8

  • Extracted methods in parsing to make the code complexity lower. FOUR DOT OH GPA

0.0.7

  • Added warning values for EXIF headers that are corrupt
  • Made initialize gracefully accept an empty array, or an array of Pathname instances
  • Added support for ruby 1.9.3 and exiftool v8.15 (Ubuntu Natty) and v8.85 (current stable version)

0.0.5

Fixed homepage URL in gemspec

0.0.4

Added support for multiple file fetching (which is much faster for large directories)