multi_exiftool 0.17.0 → 0.17.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2053e8c04690c5e8d32f19dd323c2cfbd73719ca0b4046dfa2ab5f6a460a29ef
4
- data.tar.gz: be1df1fd8128b1907c40673c80edec623e3c95639be8938cb01bf3db1474133e
3
+ metadata.gz: 2da035005cfd8b951a7cc60ecd7e1675ab9652d020f3b067ac6a3c8cd656f5a4
4
+ data.tar.gz: 913ebcb588e47bbd3a0d3ea7f8cfadba69cfd996be7508b1348f59833f719f3c
5
5
  SHA512:
6
- metadata.gz: afa561c8c911fa20bd98501e54bc95c958a9f29b4753fce76942865622e7c6f6a7c599c06da654d328f769893fbd3205b335359fc1e01695f1a8c9d7f53a62c3
7
- data.tar.gz: b3ab0b48315d92dcea8f13aa5eb48c1b4e512df92622cf3857747c44c0dbb46dde1b582fb2133e583bc0fe81daeef3ba8b326c5250ef342b01f46bc88cfe846f
6
+ metadata.gz: 29779137c5f5b6a4548373955f10b6ed0621001e0dcebc5779d79023a54ed35189f3bd52a29f910f2be6b88204bb77ae7084d59e7db3ac3e2058b618f875a025
7
+ data.tar.gz: 731d597e9d15160b8b3c0fed87e287f5d33ef3cb2f11184f1d16d8fe13e1a5bee0eecde4c1d49cddfe293d42f4da79d6865ceb37b8833198919f5bbee9e78260
data/Changelog CHANGED
@@ -1,3 +1,6 @@
1
+ 0.17.1
2
+ Maintenance release: update Ruby versions for CI.
3
+
1
4
  0.17.0
2
5
  In case of an invalid timestamp value return the unconverted string value of
3
6
  that tag.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # MultiExiftool [![Build Status](https://travis-ci.org/janfri/multi_exiftool.svg?branch=master)](https://travis-ci.org/janfri/multi_exiftool)
1
+ # MultiExiftool ![test workflow](https://github.com/janfri/multi_exiftool/actions/workflows/main.yml/badge.svg)
2
2
 
3
3
  ## Description
4
4
 
@@ -8,7 +8,7 @@ require_relative 'multi_exiftool/batch'
8
8
 
9
9
  module MultiExiftool
10
10
 
11
- VERSION = '0.17.0'
11
+ VERSION = '0.17.1'
12
12
 
13
13
  @exiftool_command = 'exiftool'
14
14
 
@@ -1,5 +1,5 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: multi_exiftool 0.17.0 ruby lib
2
+ # stub: multi_exiftool 0.17.1 ruby lib
3
3
  #
4
4
  # This file is automatically generated by rim.
5
5
  # PLEASE DO NOT EDIT IT DIRECTLY!
@@ -7,12 +7,12 @@
7
7
 
8
8
  Gem::Specification.new do |s|
9
9
  s.name = "multi_exiftool"
10
- s.version = "0.17.0"
10
+ s.version = "0.17.1"
11
11
 
12
12
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
13
13
  s.require_paths = ["lib"]
14
14
  s.authors = ["Jan Friedrich"]
15
- s.date = "2022-02-08"
15
+ s.date = "2023-10-06"
16
16
  s.description = "This library is a wrapper for the ExifTool command-line application (https://exiftool.org) written by Phil Harvey. It is designed for dealing with multiple files at once by creating commands to call exiftool with various arguments, call it and parsing the results."
17
17
  s.email = "janfri26@gmail.com"
18
18
  s.files = ["./.aspell.pws", "Changelog", "Gemfile", "LICENSE", "README.md", "Rakefile", "lib/multi_exiftool", "lib/multi_exiftool.rb", "lib/multi_exiftool/batch.rb", "lib/multi_exiftool/executable.rb", "lib/multi_exiftool/reader.rb", "lib/multi_exiftool/values.rb", "lib/multi_exiftool/writer.rb", "multi_exiftool.gemspec", "regtest/read_all_tags.rb", "regtest/read_all_tags.yml", "regtest/test.jpg", "test/data", "test/data/a.jpg", "test/data/b.jpg", "test/data/c.jpg", "test/data/example.config", "test/helper.rb", "test/test_batch.rb", "test/test_executable.rb", "test/test_exiftool_stuff.rb", "test/test_functional_api.rb", "test/test_reader.rb", "test/test_values.rb", "test/test_values_using_groups.rb", "test/test_writer.rb", "test/test_writer_groups.rb"]
@@ -21,24 +21,14 @@ Gem::Specification.new do |s|
21
21
  s.post_install_message = "\n+-----------------------------------------------------------------------+\n| Please ensure you have installed exiftool version 7.65 or higher and |\n| it's found in your PATH (Try \"exiftool -ver\" on your commandline). |\n| For more details see |\n| https://exiftool.org/install.html |\n+-----------------------------------------------------------------------+\n "
22
22
  s.required_ruby_version = Gem::Requirement.new(">= 1.9.1")
23
23
  s.requirements = ["exiftool, version 7.65 or higher"]
24
- s.rubygems_version = "3.2.15"
24
+ s.rubygems_version = "3.5.0.dev"
25
25
  s.summary = "This library is a wrapper for the ExifTool command-line application (https://exiftool.org)."
26
26
 
27
- if s.respond_to? :specification_version then
28
- s.specification_version = 4
29
- end
27
+ s.specification_version = 4
30
28
 
31
- if s.respond_to? :add_runtime_dependency then
32
- s.add_development_dependency(%q<rake>, [">= 0"])
33
- s.add_development_dependency(%q<rim>, ["~> 2.17"])
34
- s.add_development_dependency(%q<contest>, ["~> 0.1"])
35
- s.add_development_dependency(%q<test-unit>, [">= 0"])
36
- s.add_development_dependency(%q<regtest>, ["~> 2"])
37
- else
38
- s.add_dependency(%q<rake>, [">= 0"])
39
- s.add_dependency(%q<rim>, ["~> 2.17"])
40
- s.add_dependency(%q<contest>, ["~> 0.1"])
41
- s.add_dependency(%q<test-unit>, [">= 0"])
42
- s.add_dependency(%q<regtest>, ["~> 2"])
43
- end
29
+ s.add_development_dependency(%q<rake>, [">= 0"])
30
+ s.add_development_dependency(%q<rim>, ["~> 2.17"])
31
+ s.add_development_dependency(%q<contest>, ["~> 0.1"])
32
+ s.add_development_dependency(%q<test-unit>, [">= 0"])
33
+ s.add_development_dependency(%q<regtest>, ["~> 2"])
44
34
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multi_exiftool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Friedrich
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-08 00:00:00.000000000 Z
11
+ date: 2023-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  version: '0'
145
145
  requirements:
146
146
  - exiftool, version 7.65 or higher
147
- rubygems_version: 3.2.15
147
+ rubygems_version: 3.5.0.dev
148
148
  signing_key:
149
149
  specification_version: 4
150
150
  summary: This library is a wrapper for the ExifTool command-line application (https://exiftool.org).