exiftool_vendored 11.42.2 → 11.42.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of exiftool_vendored might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a8c5193f9e17fa4e6fabaad100986b6139a9fd4
4
- data.tar.gz: 7c886b802743e96343c6d89bbde776b6f42d0a10
3
+ metadata.gz: be0651e58815e2357fcb973a0e25f24e71c2bc0a
4
+ data.tar.gz: b5f3eaaa60559c5c2684274c3b8a2a5dddbae3bc
5
5
  SHA512:
6
- metadata.gz: 56b0aa6e4ad78d08914f622fc87907ae157288a56449e974d9d0d801c8dde4ef6b835901f8d9e7e863cb8ac1dd96679a931f6cb012f7ea1efb7a66357410400a
7
- data.tar.gz: db060800732cead1437c2126c0dbc16f730978135cf2f51268bb1ceaadb6d37409e4134526000669cd9a6e5f82d1e260c175b81dbeaadc9a017f09d7aec31d1c
6
+ metadata.gz: 20bf44b4fc2a0d0c23004a570793dd8b0bd2c6c544c0da36faae5c5bdab7a2daa5b0bbfa9f3e9c09be6154aba954922720810d74cc6b875a39d3fceaa4a300ef
7
+ data.tar.gz: 0beaed453401ca318466ac64adee5440a85125f2502e92ab91d405ea5dcef0c5458f39e60c7b6c3ea5ddf145602dfc34b89acc5dc9f7ba9aa5d9993e88f1860e
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ExiftoolVendored
4
- VERSION = Gem::Version.new('11.42.2')
4
+ VERSION = Gem::Version.new('11.42.3')
5
5
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  # This is only used by the rake 'update_exiftool' task.
4
4
  module ExiftoolVendored
5
- PATCHLEVEL = 2
5
+ PATCHLEVEL = 3
6
6
 
7
7
  def self.extract_version
8
8
  require 'exiftool'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exiftool_vendored
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.42.2
4
+ version: 11.42.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew McEachen