multi_exiftool 0.4.0 → 0.4.2

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
  SHA1:
3
- metadata.gz: ab58cfbd7358a3bf89c39cfecaddbb22f80b50b8
4
- data.tar.gz: 224cfd83f86b6dff424400d0d69ab5cc93428553
3
+ metadata.gz: 5e24b7530d8b9064dd88b25587d9bb1ea9eef3fc
4
+ data.tar.gz: 12eab64dc6a83e2841856fcb84c42dcadb35a768
5
5
  SHA512:
6
- metadata.gz: e3212194490e8eea822f5d064ede3b51f5a755b60f7fb7018288c05b7507663a19c1d2162c8cd2225407226991eacca712031e746b3861bef0af6b1e5c8fd44f
7
- data.tar.gz: 9da30d30b957eb0e8e16c91e26529ab54ec87a9f93c619fda500c2a796e25d5c4fb224b782a4b2c53b472a31c25e60627b505cc54d5d910fa07eaa279a2acec1
6
+ metadata.gz: d9f895027ac59b801e1d003da7243bdc54f24e1e217b5eee25bd15c4a81f93033c2f306a21a25892e93d5b7a80b4f2a4c5d72459f17036f2eb90aed8723de351
7
+ data.tar.gz: f4b07cbe16a9819625e71c04d8976e4270af0f518375a3694057b8d7f3deed4c2a6c9f07a10d49af392b3696f7fab6f42a753bc714650a692aa2c12ee7e44c58
data/CHANGELOG CHANGED
@@ -1,3 +1,9 @@
1
+ 0.4.2
2
+ Nothing new, 0.4.1 was broken.
3
+
4
+ 0.4.1
5
+ Adding gemspec file.
6
+
1
7
  0.4.0
2
8
  New method Values#tags to get access to unmodified tag names.
3
9
  Directly sending parameters to stdin of exiftool to make it
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'regtest/task'
5
5
 
6
6
  Rim.setup do |p|
7
7
  p.name = 'multi_exiftool'
8
- p.version = '0.4.0'
8
+ p.version = '0.4.2'
9
9
  p.authors = 'Jan Friedrich'
10
10
  p.email = 'janfri26@gmail.com'
11
11
  p.summary = 'This library is a wrapper for the Exiftool command-line application (http://www.sno.phy.queensu.ca/~phil/exiftool).'
data/test/temp/a.jpg CHANGED
Binary file
Binary file
data/test/temp/b.jpg CHANGED
Binary file
Binary file
data/test/temp/c.jpg CHANGED
Binary file
Binary file
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.4.0
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Friedrich
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-27 00:00:00.000000000 Z
11
+ date: 2015-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rim
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '2.5'
19
+ version: '2.6'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '2.5'
26
+ version: '2.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: contest
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -75,8 +75,11 @@ files:
75
75
  - test/data/c.jpg
76
76
  - test/helper.rb
77
77
  - test/temp/a.jpg
78
+ - test/temp/a.jpg_original
78
79
  - test/temp/b.jpg
80
+ - test/temp/b.jpg_original
79
81
  - test/temp/c.jpg
82
+ - test/temp/c.jpg_original
80
83
  - test/test_executable.rb
81
84
  - test/test_exiftool_stuff.rb
82
85
  - test/test_functional_api.rb
@@ -111,8 +114,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
114
  requirements:
112
115
  - exiftool, version 7.65 or higher
113
116
  rubyforge_project:
114
- rubygems_version: 2.4.5
117
+ rubygems_version: 2.5.0
115
118
  signing_key:
116
119
  specification_version: 4
117
120
  summary: This library is a wrapper for the Exiftool command-line application (http://www.sno.phy.queensu.ca/~phil/exiftool).
118
121
  test_files: []
122
+ has_rdoc: