The exiftool gem requires the exiftool perl package, which this includes.
This is
Future releases of exiftool_vendored
Gem will no longer support following
Ruby Versions due to their End Of Life announcements:
Add this line to your application’s Gemfile:
gem 'exiftool_vendored'
$ 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"
The version of this rubygem will match the major and minor versions of the exiftool library that it
vendors.