Home

Awesome

exiftool-vendored.rb

Build Status Gem Version Gem Downloads Gem Latest Test Coverage Maintainability

This is

Ruby Support Deprecation Notice

Future releases of exiftool_vendored Gem will no longer support following Ruby Versions due to their End Of Life announcements:

Installation

Add this line to your application's Gemfile:

gem 'exiftool_vendored'

Example

$ exiftool
-bash: exiftool: command not found
irb(main):001:0> require 'exiftool_vendored'
=> true
irb(main):002:0> Exiftool.command
=> "/Users/sergey/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/exiftool_vendored-12.15.0/bin/exiftool"
irb(main):003:0> Exiftool.exiftool_version
=> "12.15"

Versioning

The version of this rubygem will match the major and minor versions of the exiftool library that it vendors.