exiftool_vendored 11.42.1 → 11.42.2

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: feb6fbf50548c0ec58633f4a9fdf9fa085aedc07
4
- data.tar.gz: 5737f6203082610f6a70f3129766f33593ae90f2
3
+ metadata.gz: 8a8c5193f9e17fa4e6fabaad100986b6139a9fd4
4
+ data.tar.gz: 7c886b802743e96343c6d89bbde776b6f42d0a10
5
5
  SHA512:
6
- metadata.gz: 60070947a75f2db546289c7c071e4bd463da79df51f18a6aa6fbdb06ca9c33642a7d8a53d9a520a7b2036e5bf56f684dad389f00307bc59f17b83cca4514c0d2
7
- data.tar.gz: eab941d367e9c69abc393d3cc106401af693a9348b7f625abb76ac7f146eec40ee35647f50b596fd1912c055076dd6ade1a7eff820dc07928bc4c1b07e2c5667
6
+ metadata.gz: 56b0aa6e4ad78d08914f622fc87907ae157288a56449e974d9d0d801c8dde4ef6b835901f8d9e7e863cb8ac1dd96679a931f6cb012f7ea1efb7a66357410400a
7
+ data.tar.gz: db060800732cead1437c2126c0dbc16f730978135cf2f51268bb1ceaadb6d37409e4134526000669cd9a6e5f82d1e260c175b81dbeaadc9a017f09d7aec31d1c
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ExiftoolVendored
4
- VERSION = Gem::Version.new('11.42.1')
4
+ VERSION = Gem::Version.new('11.42.2')
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 = 1
5
+ PATCHLEVEL = 2
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.1
4
+ version: 11.42.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew McEachen