exiftool 1.4.2 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 740491c0d853efc4f0b3aab04e6c2a842155d170ebe2ff76c4347cde06331e79
4
- data.tar.gz: 8f18e6b628226461849dfb1645ce69aec92c70eb36dc60f6fe4e560c4f510635
3
+ metadata.gz: 0cae0346f74ff5e98290205477b94e40b000639d016e856e2cd175d0e6a7af75
4
+ data.tar.gz: 6e3e97c13a6ed3262d236161d970a278995cd98031cb4698717c892f4a302529
5
5
  SHA512:
6
- metadata.gz: 1bb8fe9e9c957b24c766d16caa41a1daeeedfb0874fb770cdd3fc48f5c4a2a1014c94d5bdfcb791b280920fe7fefee6742cd3631de86843b3a3d0ed4ce3194e0
7
- data.tar.gz: d88f7cafe96bd8b0c50f064bb8cdc0538486be07cf99b15085dfea6895e6bbeb912f6a9ab313f9690cd947a74856e295cdb2cff6918b9caf0c60b453a03c3640
6
+ metadata.gz: 8349818edbe27e85fbb6ce6f2289c376a2db05eb513d3a4ece79633cc92aca5411239af8b1cedf04efcdaa506da6cf1a7ba7eb6d06e2a8860414584a2000f1a4
7
+ data.tar.gz: 46c87fca75ec1562a49338a28da08ed5420abdf1260d1e9241af05475fd14982f121e06d38662c76f53719e5dc1b65aece1943cdc3db3670a25bb28e9a87c6ba
@@ -31,9 +31,7 @@ class Exiftool
31
31
  raw_value
32
32
  end
33
33
  rescue StandardError => e
34
- # :nocov:
35
34
  "Warning: Parsing '#{raw_value}' for attribute '#{key}' raised #{e.message}"
36
- # :nocov:
37
35
  end
38
36
 
39
37
  def civil_date
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class Exiftool
4
- VERSION = Gem::Version.new('1.4.2')
4
+ VERSION = Gem::Version.new('1.4.3')
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exiftool
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew McEachen