项目作者: exiftool-rb

项目描述 :
The exiftool gem requires the exiftool perl package, which this includes.
高级语言: Perl
项目地址: git://github.com/exiftool-rb/exiftool_vendored.rb.git
创建时间: 2013-07-15T05:31:05Z
项目社区:https://github.com/exiftool-rb/exiftool_vendored.rb

开源协议:MIT License

下载


exiftool-vendored.rb

Build Status
Gem Version
Gem Downloads
Gem Latest
Test Coverage
Maintainability

This is

  • a vendored version of Phil Harvey’s excellent exiftool library, and
  • a dependency on the exiftool rubygem, and
  • an autoload script that configures the Exiftool gem to use the vendored version of the exiftool library.

Ruby Support Deprecation Notice

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

  • Ruby 2.4 (EOL 2020-03-31)
  • Ruby 2.5 (EOL 2021-03-31)
  • Ruby 2.6 (EOL 2022-04-12)
  • Ruby 2.7 (EOL 2023-03-31)
  • Ruby 3.0 (EOL 2024-04-23)

Installation

Add this line to your application’s Gemfile:

  1. gem 'exiftool_vendored'

Example

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

Versioning

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