multi_exiftool 0.14.0 → 0.14.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: 52fde3f1ec2afcca37970b15b006910cfe5204fb309d09d2fed6aaf1058f6d99
4
- data.tar.gz: fe392422e2a5076648d8b8995cbb7cc15cb1a42c340948ba5670ab713a9426f5
3
+ metadata.gz: 3e6484209dcfcdb5631184ec92a13b055c55f6d016816c3249b13fe525d775a7
4
+ data.tar.gz: a03cf397dc76f2349da703b808d774d7c666a4be0c86bded5217018558cc9ec8
5
5
  SHA512:
6
- metadata.gz: 6d53477588cd9280322452eff83a8c31e12c878afeaac0462374f138cb05289a4a963fc373528f7efbfdd475609444d9b090d4a81c54a48b1fbec074cd5a808a
7
- data.tar.gz: 5b0c7b775164a0032a2da1f2896c354bc32df822c85ffda2e1a36544fac88abc1044bb437395bea4adfee0915d50568fa360b75c3e12953c82a6b91b9bfe80aa
6
+ metadata.gz: 00ca0c2837993636fc8928cee6208d47f4182da0a5a6b7e2f43a9c3946bd3252126b3b637808fe2bafd081b0d820ed3a55a895a9063393d55b7a73d9f7784cb6
7
+ data.tar.gz: c7844d2906d0025943400b808cbb84bec8928598cc4fa7b9fe2d653a298b11639d12b1f3b2ecdb008791c6cfaac492018a834a385ac93fa2b8a21655d79b9f4c
data/Changelog CHANGED
@@ -1,3 +1,6 @@
1
+ 0.14.1
2
+ Fix two typos.
3
+
1
4
  0.14.0
2
5
  Improve api for batch processing.
3
6
 
data/README.md CHANGED
@@ -233,7 +233,7 @@ SemVerTag.
233
233
 
234
234
  ## Author
235
235
 
236
- Jan Friedrich <janfri26gmail.com>
236
+ Jan Friedrich <janfri26@gmail.com>
237
237
 
238
238
  ## MIT License
239
239
 
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ Rim.setup do |p|
12
12
  p.authors = 'Jan Friedrich'
13
13
  p.email = 'janfri26@gmail.com'
14
14
  p.summary = 'This library is a wrapper for the ExifTool command-line application (https://exiftool.org).'
15
- p.description = 'This library a is 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.'
15
+ p.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.'
16
16
  p.ruby_version = '>=1.9.1'
17
17
  p.license = 'MIT'
18
18
  p.homepage = 'https://github.com/janfri/multi_exiftool'
@@ -8,7 +8,7 @@ require_relative 'multi_exiftool/batch'
8
8
 
9
9
  module MultiExiftool
10
10
 
11
- VERSION = '0.14.0'
11
+ VERSION = '0.14.1'
12
12
 
13
13
  @exiftool_command = 'exiftool'
14
14
 
@@ -1,5 +1,5 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: multi_exiftool 0.14.0 ruby lib
2
+ # stub: multi_exiftool 0.14.1 ruby lib
3
3
  #
4
4
  # This file is automatically generated by rim.
5
5
  # PLEASE DO NOT EDIT IT DIRECTLY!
@@ -7,13 +7,13 @@
7
7
 
8
8
  Gem::Specification.new do |s|
9
9
  s.name = "multi_exiftool"
10
- s.version = "0.14.0"
10
+ s.version = "0.14.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 = "2020-02-04"
16
- s.description = "This library a is 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."
15
+ s.date = "2020-03-19"
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/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"]
19
19
  s.homepage = "https://github.com/janfri/multi_exiftool"
@@ -21,19 +21,25 @@ 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.1.2"
24
+ s.rubygems_version = "3.0.3"
25
25
  s.summary = "This library is a wrapper for the ExifTool command-line application (https://exiftool.org)."
26
26
 
27
27
  if s.respond_to? :specification_version then
28
28
  s.specification_version = 4
29
- end
30
29
 
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"])
30
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
31
+ s.add_development_dependency(%q<rake>, [">= 0"])
32
+ s.add_development_dependency(%q<rim>, ["~> 2.17"])
33
+ s.add_development_dependency(%q<contest>, ["~> 0.1"])
34
+ s.add_development_dependency(%q<test-unit>, [">= 0"])
35
+ s.add_development_dependency(%q<regtest>, ["~> 2"])
36
+ else
37
+ s.add_dependency(%q<rake>, [">= 0"])
38
+ s.add_dependency(%q<rim>, ["~> 2.17"])
39
+ s.add_dependency(%q<contest>, ["~> 0.1"])
40
+ s.add_dependency(%q<test-unit>, [">= 0"])
41
+ s.add_dependency(%q<regtest>, ["~> 2"])
42
+ end
37
43
  else
38
44
  s.add_dependency(%q<rake>, [">= 0"])
39
45
  s.add_dependency(%q<rim>, ["~> 2.17"])
metadata CHANGED
@@ -1,24 +1,24 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multi_exiftool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.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: 2020-02-04 00:00:00.000000000 Z
11
+ date: 2020-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
15
+ prerelease: false
15
16
  requirement: !ruby/object:Gem::Requirement
16
17
  requirements:
17
18
  - - ">="
18
19
  - !ruby/object:Gem::Version
19
20
  version: '0'
20
21
  type: :development
21
- prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
@@ -26,13 +26,13 @@ dependencies:
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rim
29
+ prerelease: false
29
30
  requirement: !ruby/object:Gem::Requirement
30
31
  requirements:
31
32
  - - "~>"
32
33
  - !ruby/object:Gem::Version
33
34
  version: '2.17'
34
35
  type: :development
35
- prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
@@ -40,13 +40,13 @@ dependencies:
40
40
  version: '2.17'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: contest
43
+ prerelease: false
43
44
  requirement: !ruby/object:Gem::Requirement
44
45
  requirements:
45
46
  - - "~>"
46
47
  - !ruby/object:Gem::Version
47
48
  version: '0.1'
48
49
  type: :development
49
- prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
@@ -54,13 +54,13 @@ dependencies:
54
54
  version: '0.1'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: test-unit
57
+ prerelease: false
57
58
  requirement: !ruby/object:Gem::Requirement
58
59
  requirements:
59
60
  - - ">="
60
61
  - !ruby/object:Gem::Version
61
62
  version: '0'
62
63
  type: :development
63
- prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ">="
@@ -68,19 +68,19 @@ dependencies:
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: regtest
71
+ prerelease: false
71
72
  requirement: !ruby/object:Gem::Requirement
72
73
  requirements:
73
74
  - - "~>"
74
75
  - !ruby/object:Gem::Version
75
76
  version: '2'
76
77
  type: :development
77
- prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '2'
83
- description: This library a is wrapper for the ExifTool command-line application (https://exiftool.org)
83
+ description: This library is a wrapper for the ExifTool command-line application (https://exiftool.org)
84
84
  written by Phil Harvey. It is designed for dealing with multiple files at once by
85
85
  creating commands to call exiftool with various arguments, call it and parsing the
86
86
  results.
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
143
  version: '0'
144
144
  requirements:
145
145
  - exiftool, version 7.65 or higher
146
- rubygems_version: 3.1.2
146
+ rubygems_version: 3.0.3
147
147
  signing_key:
148
148
  specification_version: 4
149
149
  summary: This library is a wrapper for the ExifTool command-line application (https://exiftool.org).