exiftool_vendored 11.70.0 → 11.71.0

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
  SHA1:
3
- metadata.gz: 99342b0e056690256fd202039dbf7b678e57e74f
4
- data.tar.gz: abc9d3a16667124e8920041f816acc514d004b1f
3
+ metadata.gz: ce624bdef4aad73c9c56b430ff0e1255939af9d9
4
+ data.tar.gz: afdff939c321d4107142ed5f3c733ec9c767be2f
5
5
  SHA512:
6
- metadata.gz: 4cedd4a547029020891081d81be3a9e0356f06fad6bca85df5e0a799ef9eba06e0ea48345e921c066b8c1e74bc1caf7fff084e95da64f2deb23210ee4a29ccf3
7
- data.tar.gz: 591846ec033b7e216d05037ee6c503d291e55b67c36255c48c4b32d2835475ef15c12c3dbc328ec9a9f9ce3b10207d8ed4b4c42e3e3d90e955385fc47ba165e1
6
+ metadata.gz: df4961b2ed295f015c1402ba7dd015d3b5df96d4afcf633a92856343b319f9f909aa473eaf1ae9acda771e27036bcc8dd765d36bb56d34c24e30de2751de8046
7
+ data.tar.gz: 1bad26d4b4a399c4989e8ee6030878c01aa02bc084d221d39296494c42c2c4f9f8fe8f631ae896612f48132b8c2ab074173990f72cc58a6b9f63fa724097c90e
@@ -7,6 +7,17 @@ RSS feed: http://owl.phy.queensu.ca/~phil/exiftool/rss.xml
7
7
  Note: The most recent production release is Version 11.70. (Other versions are
8
8
  considered development releases, and are not uploaded to CPAN.)
9
9
 
10
+ Oct. 16, 2019 - Version 11.71
11
+
12
+ - Added a new Sony LensType (thanks Jos Roost)
13
+ - Added a few new Nikon Z LensID's
14
+ - Added a simple print conversion for DNG OpcodeList tags (note that due to
15
+ this, these tags must now be copied using the -n option)
16
+ - Fixed problems determining some video parameters for DV files
17
+ - Changed behaviour of -sep option when writing empty list items
18
+ - API Changes:
19
+ - Changed ListSplit option to preserve empty list items
20
+
10
21
  Oct. 10, 2019 - Version 11.70 (production release)
11
22
 
12
23
  - Added a new CanonModelID (thanks Laurent Clevy)
@@ -843,6 +843,7 @@ t/Writer_54.out
843
843
  t/Writer_55.out
844
844
  t/Writer_56.out
845
845
  t/Writer_58.out
846
+ t/Writer_59.out
846
847
  t/Writer_6.out
847
848
  t/Writer_7.out
848
849
  t/Writer_9.out
@@ -47,6 +47,6 @@
47
47
  }
48
48
  },
49
49
  "release_status" : "stable",
50
- "version" : "11.70",
50
+ "version" : "11.71",
51
51
  "x_serialization_backend" : "JSON::PP version 4.02"
52
52
  }
@@ -28,5 +28,5 @@ recommends:
28
28
  Time::HiRes: '0'
29
29
  requires:
30
30
  perl: '5.004'
31
- version: '11.70'
31
+ version: '11.71'
32
32
  x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
data/bin/README CHANGED
@@ -104,8 +104,8 @@ your home directory, then you would type the following commands in a
104
104
  terminal window to extract and run ExifTool:
105
105
 
106
106
  cd ~/Desktop
107
- gzip -dc Image-ExifTool-11.70.tar.gz | tar -xf -
108
- cd Image-ExifTool-11.70
107
+ gzip -dc Image-ExifTool-11.71.tar.gz | tar -xf -
108
+ cd Image-ExifTool-11.71
109
109
  ./exiftool t/images/ExifTool.jpg
110
110
 
111
111
  Note: These commands extract meta information from one of the test images.
@@ -10,7 +10,7 @@
10
10
  use strict;
11
11
  require 5.004;
12
12
 
13
- my $version = '11.70';
13
+ my $version = '11.71';
14
14
 
15
15
  # add our 'lib' directory to the include list BEFORE 'use Image::ExifTool'
16
16
  my $exeDir;
@@ -5173,7 +5173,7 @@ with this command:
5173
5173
 
5174
5174
  produces output like this:
5175
5175
 
5176
- -- Generated by ExifTool 11.70 --
5176
+ -- Generated by ExifTool 11.71 --
5177
5177
  File: a.jpg - 2003:10:31 15:44:19
5178
5178
  (f/5.6, 1/60s, ISO 100)
5179
5179
  File: b.jpg - 2006:05:23 11:57:38
@@ -27,7 +27,7 @@ use vars qw($VERSION $RELEASE @ISA @EXPORT_OK %EXPORT_TAGS $AUTOLOAD @fileTypes
27
27
  %mimeType $swapBytes $swapWords $currentByteOrder %unpackStd
28
28
  %jpegMarker %specialTags %fileTypeLookup);
29
29
 
30
- $VERSION = '11.70';
30
+ $VERSION = '11.71';
31
31
  $RELEASE = '';
32
32
  @ISA = qw(Exporter);
33
33
  %EXPORT_TAGS = (
@@ -35,7 +35,7 @@ use Image::ExifTool::Sony;
35
35
  use Image::ExifTool::Validate;
36
36
  use Image::ExifTool::MacOS;
37
37
 
38
- $VERSION = '3.30';
38
+ $VERSION = '3.31';
39
39
  @ISA = qw(Exporter);
40
40
 
41
41
  sub NumbersFirst($$);
@@ -263,7 +263,7 @@ other tags which are not part of the EXIF specification, but may co-exist
263
263
  with EXIF tags in some images. Tags which are part of the EXIF 2.32
264
264
  specification have an underlined B<Tag Name> in the HTML version of this
265
265
  documentation. See
266
- L<http://www.cipa.jp/std/documents/e/DC-008-Translation-2019-E.pdf> for the
266
+ L<http://www.cipa.jp/std/documents/download_e.html?DC-008-Translation-2019-E> for the
267
267
  official EXIF 2.32 specification.
268
268
  },
269
269
  GPS => q{
@@ -15,7 +15,7 @@ use strict;
15
15
  use vars qw($VERSION);
16
16
  use Image::ExifTool qw(:DataAccess :Utils);
17
17
 
18
- $VERSION = '1.01';
18
+ $VERSION = '1.02';
19
19
 
20
20
  # DV profiles (ref 1)
21
21
  my @dvProfiles = (
@@ -24,7 +24,6 @@ my @dvProfiles = (
24
24
  VideoSType => 0x0,
25
25
  FrameSize => 120000,
26
26
  VideoFormat => 'IEC 61834, SMPTE-314M - 525/60 (NTSC)',
27
- VideoScanType => 'Progressive',
28
27
  Colorimetry => '4:1:1',
29
28
  FrameRate => 30000/1001,
30
29
  ImageHeight => 480,
@@ -34,7 +33,6 @@ my @dvProfiles = (
34
33
  VideoSType => 0x0,
35
34
  FrameSize => 144000,
36
35
  VideoFormat => 'IEC 61834 - 625/50 (PAL)',
37
- VideoScanType => 'Progressive',
38
36
  Colorimetry => '4:2:0',
39
37
  FrameRate => 25/1,
40
38
  ImageHeight => 576,
@@ -44,7 +42,6 @@ my @dvProfiles = (
44
42
  VideoSType => 0x0,
45
43
  FrameSize => 144000,
46
44
  VideoFormat => 'SMPTE-314M - 625/50 (PAL)',
47
- VideoScanType => 'Progressive',
48
45
  Colorimetry => '4:1:1',
49
46
  FrameRate => 25/1,
50
47
  ImageHeight => 576,
@@ -54,7 +51,6 @@ my @dvProfiles = (
54
51
  VideoSType => 0x4,
55
52
  FrameSize => 240000,
56
53
  VideoFormat => 'DVCPRO50: SMPTE-314M - 525/60 (NTSC) 50 Mbps',
57
- VideoScanType => 'Progressive',
58
54
  Colorimetry => '4:2:2',
59
55
  FrameRate => 30000/1001,
60
56
  ImageHeight => 480,
@@ -64,7 +60,6 @@ my @dvProfiles = (
64
60
  VideoSType => 0x4,
65
61
  FrameSize => 288000,
66
62
  VideoFormat => 'DVCPRO50: SMPTE-314M - 625/50 (PAL) 50 Mbps',
67
- VideoScanType => 'Progressive',
68
63
  Colorimetry => '4:2:2',
69
64
  FrameRate => 25/1,
70
65
  ImageHeight => 576,
@@ -74,7 +69,6 @@ my @dvProfiles = (
74
69
  VideoSType => 0x14,
75
70
  FrameSize => 480000,
76
71
  VideoFormat => 'DVCPRO HD: SMPTE-370M - 1080i60 100 Mbps',
77
- VideoScanType => 'Interlaced',
78
72
  Colorimetry => '4:2:2',
79
73
  FrameRate => 30000/1001,
80
74
  ImageHeight => 1080,
@@ -84,7 +78,6 @@ my @dvProfiles = (
84
78
  VideoSType => 0x14,
85
79
  FrameSize => 576000,
86
80
  VideoFormat => 'DVCPRO HD: SMPTE-370M - 1080i50 100 Mbps',
87
- VideoScanType => 'Interlaced',
88
81
  Colorimetry => '4:2:2',
89
82
  FrameRate => 25/1,
90
83
  ImageHeight => 1080,
@@ -94,7 +87,6 @@ my @dvProfiles = (
94
87
  VideoSType => 0x18,
95
88
  FrameSize => 240000,
96
89
  VideoFormat => 'DVCPRO HD: SMPTE-370M - 720p60 100 Mbps',
97
- VideoScanType => 'Progressive',
98
90
  Colorimetry => '4:2:2',
99
91
  FrameRate => 60000/1001,
100
92
  ImageHeight => 720,
@@ -104,7 +96,6 @@ my @dvProfiles = (
104
96
  VideoSType => 0x18,
105
97
  FrameSize => 288000,
106
98
  VideoFormat => 'DVCPRO HD: SMPTE-370M - 720p50 100 Mbps',
107
- VideoScanType => 'Progressive',
108
99
  Colorimetry => '4:2:2',
109
100
  FrameRate => 50/1,
110
101
  ImageHeight => 720,
@@ -114,7 +105,6 @@ my @dvProfiles = (
114
105
  VideoSType => 0x1,
115
106
  FrameSize => 144000,
116
107
  VideoFormat => 'IEC 61883-5 - 625/50 (PAL)',
117
- VideoScanType => 'Progressive',
118
108
  Colorimetry => '4:2:0',
119
109
  FrameRate => 25/1,
120
110
  ImageHeight => 576,
@@ -183,7 +173,7 @@ sub ProcessDV($$)
183
173
  $et->SetFileType();
184
174
 
185
175
  my $pos = $start;
186
- my $dsf = Get8u(\$buff, $pos + 3) & 0x80 >> 7;
176
+ my $dsf = (Get8u(\$buff, $pos + 3) & 0x80) >> 7;
187
177
  my $stype = Get8u(\$buff, $pos + 80*5 + 48 + 3) & 0x1f;
188
178
 
189
179
  # 576i50 25Mbps 4:1:1 is a special case
@@ -208,7 +198,8 @@ sub ProcessDV($$)
208
198
  # read DVPack metadata from the VAUX DIF's to extract video tags
209
199
  delete $$profile{DateTimeOriginal};
210
200
  delete $$profile{AspectRatio};
211
- my ($date, $time, $is16_9);
201
+ delete $$profile{VideoScanType};
202
+ my ($date, $time, $is16_9, $interlace);
212
203
  for ($i=1; $i<6; ++$i) {
213
204
  $pos += 80;
214
205
  my $type = Get8u(\$buff, $pos);
@@ -220,6 +211,7 @@ sub ProcessDV($$)
220
211
  my $apt = Get8u(\$buff, $start + 4) & 0x07;
221
212
  my $t = Get8u(\$buff, $p + 2);
222
213
  $is16_9 = (($t & 0x07) == 0x02 or (not $apt and ($t & 0x07) == 0x07));
214
+ $interlace = Get8u(\$buff, $p + 3) & 0x10; # (ref 2)
223
215
  } elsif ($type == 0x62) { # date
224
216
  # mask off unused bits
225
217
  my @d = unpack('C*', substr($buff, $p + 1, 4));
@@ -245,7 +237,10 @@ sub ProcessDV($$)
245
237
  }
246
238
  if ($date and $time) {
247
239
  $$profile{DateTimeOriginal} = "$date $time";
248
- $$profile{AspectRatio} = $is16_9 ? '16:9' : '5:4' if defined $is16_9;
240
+ if (defined $is16_9) {
241
+ $$profile{AspectRatio} = $is16_9 ? '16:9' : '4:3';
242
+ $$profile{VideoScanType} = $interlace ? 'Interlaced' : 'Progressive';
243
+ }
249
244
  }
250
245
 
251
246
  # read audio tags if available
@@ -56,7 +56,7 @@ use vars qw($VERSION $AUTOLOAD @formatSize @formatName %formatNumber %intFormat
56
56
  use Image::ExifTool qw(:DataAccess :Utils);
57
57
  use Image::ExifTool::MakerNotes;
58
58
 
59
- $VERSION = '4.24';
59
+ $VERSION = '4.25';
60
60
 
61
61
  sub ProcessExif($$$);
62
62
  sub WriteExif($$$);
@@ -68,6 +68,7 @@ sub ValidateImageData($$$;$);
68
68
  sub ProcessTiffIFD($$$);
69
69
  sub PrintParameter($$$);
70
70
  sub GetOffList($$$$$);
71
+ sub PrintOpcode($);
71
72
  sub PrintLensInfo($);
72
73
  sub ConvertLensInfo($);
73
74
 
@@ -337,6 +338,23 @@ my %sampleFormat = (
337
338
  0x115 => 1, # SamplesPerPixel
338
339
  );
339
340
 
341
+ # ID's for DNG OpcodeList tags
342
+ my %opcode = (
343
+ 1 => 'WarpRectilinear',
344
+ 2 => 'WarpFisheye',
345
+ 3 => 'FixVignetteRadial',
346
+ 4 => 'FixBadPixelsConstant',
347
+ 5 => 'FixBadPixelsList',
348
+ 6 => 'TrimBounds',
349
+ 7 => 'MapTable',
350
+ 8 => 'MapPolynomial',
351
+ 9 => 'GainMap',
352
+ 10 => 'DeltaPerRow',
353
+ 11 => 'DeltaPerColumn',
354
+ 12 => 'ScalePerRow',
355
+ 13 => 'ScalePerColumn',
356
+ );
357
+
340
358
  # main EXIF tag table
341
359
  %Image::ExifTool::Exif::Main = (
342
360
  GROUPS => { 0 => 'EXIF', 1 => 'IFD0', 2 => 'Image'},
@@ -3706,6 +3724,8 @@ my %sampleFormat = (
3706
3724
  WriteGroup => 'SubIFD',
3707
3725
  Protected => 1,
3708
3726
  Binary => 1,
3727
+ ConvertBinary => 1,
3728
+ PrintConv => \&PrintOpcode,
3709
3729
  # opcodes:
3710
3730
  # 1 => 'WarpRectilinear',
3711
3731
  # 2 => 'WarpFisheye',
@@ -3727,6 +3747,8 @@ my %sampleFormat = (
3727
3747
  WriteGroup => 'SubIFD',
3728
3748
  Protected => 1,
3729
3749
  Binary => 1,
3750
+ ConvertBinary => 1,
3751
+ PrintConv => \&PrintOpcode,
3730
3752
  },
3731
3753
  0xc74e => { # DNG 1.3
3732
3754
  Name => 'OpcodeList3',
@@ -3734,6 +3756,8 @@ my %sampleFormat = (
3734
3756
  WriteGroup => 'SubIFD',
3735
3757
  Protected => 1,
3736
3758
  Binary => 1,
3759
+ ConvertBinary => 1,
3760
+ PrintConv => \&PrintOpcode,
3737
3761
  },
3738
3762
  0xc761 => { # DNG 1.3
3739
3763
  Name => 'NoiseProfile',
@@ -5100,6 +5124,26 @@ sub PrintCFAPattern($)
5100
5124
  return $rtnVal . ']';
5101
5125
  }
5102
5126
 
5127
+ #------------------------------------------------------------------------------
5128
+ # Print Opcode List
5129
+ # Inputs: 0) reference to opcode list data
5130
+ # Returns: Human-readable opcode list
5131
+ sub PrintOpcode($)
5132
+ {
5133
+ my $val = shift;
5134
+ return '' unless length $$val > 4;
5135
+ my $num = unpack('N', $$val);
5136
+ my $pos = 4;
5137
+ my ($i, @ops);
5138
+ for ($i=0; $i<$num; ++$i) {
5139
+ $pos + 16 <= length $$val or push(@ops, '<err>'), last;
5140
+ my ($op, $ver, $flags, $len) = unpack("x${pos}N4", $$val);
5141
+ push @ops, $opcode{$op} || "[opcode $op]";
5142
+ $pos += 16 + $len;
5143
+ }
5144
+ return join ', ', @ops;
5145
+ }
5146
+
5103
5147
  #------------------------------------------------------------------------------
5104
5148
  # Print conversion for lens info
5105
5149
  # Inputs: 0) string of values (min focal, max focal, min F, max F)
@@ -296,6 +296,7 @@ $VERSION = '2.83';
296
296
  50 => 'Sony DT 18-250mm F3.5-6.3 (SAL18250)', #11/JR
297
297
  51 => 'Sony DT 16-105mm F3.5-5.6 (SAL16105)', #11/JR
298
298
  #51.1 => 'Sony AF DT 55-200mm F4-5.5', #11 (anomaly? - PH)
299
+ # LensType 52 also seen for Fringer Contax_N to E-mount adapter Ver.31 and Ver.21 (ref JR)
299
300
  52 => 'Sony 70-300mm F4.5-5.6 G SSM (SAL70300G) or G SSM II or Tamron Lens', #JD
300
301
  52.1 => 'Sony 70-300mm F4.5-5.6 G SSM II (SAL70300G2)', #JR
301
302
  52.2 => 'Tamron SP 70-300mm F4-5.6 Di USD', #JR,NJ (Model A005)
@@ -342,7 +343,7 @@ $VERSION = '2.83';
342
343
  '128.11' => 'Sigma 24-70mm F2.8 IF EX DG HSM', #27
343
344
  '128.12' => 'Sigma 18-250mm F3.5-6.3 DC OS HSM', #27
344
345
  '128.13' => 'Sigma 17-50mm F2.8 EX DC HSM', #Exiv2
345
- '128.14' => 'Sigma 17-70mm F2.8-4 DC Macro HSM', #JR (OS Model C013, ref IB) (but C013 doesn't have OS, ref JR)
346
+ '128.14' => 'Sigma 17-70mm F2.8-4 DC Macro HSM', # (no OS for Sony mount, ref JR) (also C013 Model, ref IB)
346
347
  '128.15' => 'Sigma 150mm F2.8 EX DG OS HSM APO Macro', #Marcus Holland-Moritz
347
348
  '128.16' => 'Sigma 150-500mm F5-6.3 APO DG OS HSM', #IB
348
349
  '128.17' => 'Tamron AF 28-105mm F4-5.6 [IF]', #IB (Model 179D)
@@ -61,7 +61,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
61
61
  use Image::ExifTool::Exif;
62
62
  use Image::ExifTool::GPS;
63
63
 
64
- $VERSION = '3.71';
64
+ $VERSION = '3.72';
65
65
 
66
66
  sub LensIDConv($$$);
67
67
  sub ProcessNikonAVI($$$);
@@ -4485,9 +4485,11 @@ my %nikonFocalConversions = (
4485
4485
  2 => 'Nikkor Z 14-30mm f/4 S',
4486
4486
  4 => 'Nikkor Z 35mm f/1.8 S',
4487
4487
  9 => 'Nikkor Z 50mm f/1.8 S',
4488
+ 11 => 'Nikkor Z DX 16-50mm f/3.5-6.3 VR',
4489
+ 12 => 'Nikkor Z DX 50-250mm f/4.5-6.3 VR',
4488
4490
  13 => 'Nikkor Z 24-70mm f/2.8 S',
4491
+ 14 => 'Nikkor Z 85mm f/1.8 S',
4489
4492
  # missing from this list:
4490
- # Nikkor Z 85mm f/1.8 S
4491
4493
  # Nikkor Z 58mm f/0.95 S Noct (coming soon)
4492
4494
  },
4493
4495
  },
@@ -34,7 +34,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
34
34
  use Image::ExifTool::Exif;
35
35
  use Image::ExifTool::Minolta;
36
36
 
37
- $VERSION = '3.16';
37
+ $VERSION = '3.17';
38
38
 
39
39
  sub ProcessSRF($$$);
40
40
  sub ProcessSR2($$$);
@@ -223,6 +223,7 @@ sub PrintInvLensSpec($;$$);
223
223
  51505 => 'Samyang AF 14mm F2.8 or Samyang AF 35mm F2.8', #forum3833
224
224
  51505.1 => 'Samyang AF 35mm F2.8', #PH (also 32794)
225
225
  51507 => 'Samyang AF 35mm F1.4', #IB
226
+ 51508 => 'Samyang AF 45mm F1.8',
226
227
  );
227
228
 
228
229
  # ExposureProgram values (ref PH, mainly decoded from A200)
@@ -317,7 +317,7 @@ other tags which are not part of the EXIF specification, but may co-exist
317
317
  with EXIF tags in some images. Tags which are part of the EXIF 2.32
318
318
  specification have an underlined B<Tag Name> in the HTML version of this
319
319
  documentation. See
320
- L<http://www.cipa.jp/std/documents/e/DC-008-Translation-2019-E.pdf> for the
320
+ L<http://www.cipa.jp/std/documents/download_e.html?DC-008-Translation-2019-E> for the
321
321
  official EXIF 2.32 specification.
322
322
 
323
323
  Tag ID Tag Name Group Writable
@@ -880,9 +880,9 @@ official EXIF 2.32 specification.
880
880
  0xc71f RowInterleaveFactor - no
881
881
  0xc725 ProfileLookTableDims IFD0 int32u[3]!
882
882
  0xc726 ProfileLookTableData IFD0 float[n]!
883
- 0xc740 OpcodeList1 SubIFD undef!
884
- 0xc741 OpcodeList2 SubIFD undef!
885
- 0xc74e OpcodeList3 SubIFD undef!
883
+ 0xc740 OpcodeList1 SubIFD undef~!
884
+ 0xc741 OpcodeList2 SubIFD undef~!
885
+ 0xc74e OpcodeList3 SubIFD undef~!
886
886
  0xc761 NoiseProfile SubIFD double[n]!
887
887
  0xc763 TimeCodes IFD0 int8u[n]
888
888
  0xc764 FrameRate IFD0 rational64s
@@ -2752,8 +2752,8 @@ Conv: for (;;) {
2752
2752
  ($wantGroup or not defined $wantGroup))
2753
2753
  {
2754
2754
  $listSplit = ',?\s+' if $listSplit eq '1' and $$tagInfo{AutoSplit};
2755
- my @splitVal = split /$listSplit/, $val;
2756
- $val = \@splitVal if @splitVal > 1;
2755
+ my @splitVal = split /$listSplit/, $val, -1;
2756
+ $val = @splitVal > 1 ? \@splitVal : @splitVal ? $splitVal[0] : '';
2757
2757
  }
2758
2758
  }
2759
2759
  $type = $convType || $$self{ConvType} || 'PrintConv';
@@ -1,6 +1,6 @@
1
1
  Summary: perl module for image data extraction
2
2
  Name: perl-Image-ExifTool
3
- Version: 11.70
3
+ Version: 11.71
4
4
  Release: 1
5
5
  License: Artistic/GPL
6
6
  Group: Development/Libraries/Perl
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ExiftoolVendored
4
- VERSION = Gem::Version.new('11.70.0')
4
+ VERSION = Gem::Version.new('11.71.0')
5
5
  end
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.70.0
4
+ version: 11.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew McEachen
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-10-11 00:00:00.000000000 Z
12
+ date: 2019-10-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: exiftool