exiftool_vendored 11.42.3 → 11.42.4

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: be0651e58815e2357fcb973a0e25f24e71c2bc0a
4
- data.tar.gz: b5f3eaaa60559c5c2684274c3b8a2a5dddbae3bc
3
+ metadata.gz: afdacbd314b27054de76bbf0f13fffef29d6d56d
4
+ data.tar.gz: 46afabd2d0c363b780b047ce9dcac37b6be32285
5
5
  SHA512:
6
- metadata.gz: 20bf44b4fc2a0d0c23004a570793dd8b0bd2c6c544c0da36faae5c5bdab7a2daa5b0bbfa9f3e9c09be6154aba954922720810d74cc6b875a39d3fceaa4a300ef
7
- data.tar.gz: 0beaed453401ca318466ac64adee5440a85125f2502e92ab91d405ea5dcef0c5458f39e60c7b6c3ea5ddf145602dfc34b89acc5dc9f7ba9aa5d9993e88f1860e
6
+ metadata.gz: 472971daa0b25c039e4fbb934ea70e2a42715123985b1777d97023ac7f8b61cb8345dad7f0118af5fbe9dfb0db706b960378c3a9991bdf56c198e67a4841c430
7
+ data.tar.gz: 81c8888bd1f1a0da00b6392483ae98d91df155bea7e1a185d585e0f1f8924ec07ef92dabafb33a8e5ac4f04833ced797a48556ee31d63837647750c2d1f4645d
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ExiftoolVendored
4
- VERSION = Gem::Version.new('11.42.3')
4
+ VERSION = Gem::Version.new('11.42.4')
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 = 3
5
+ PATCHLEVEL = 4
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.3
4
+ version: 11.42.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew McEachen