mini_exiftool 2.7.4 → 2.7.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Changelog +4 -0
- data/Rakefile +9 -3
- data/lib/mini_exiftool.rb +1 -1
- metadata +19 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea40303c6a7de75b6cdd50f622b0c6295bb8ae1e
|
4
|
+
data.tar.gz: c421222c79260015489790b5c7f4c706228b5f04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b45a765fc368d5788fdfdeb8569b12440fdb4b9073716ea0d6f302c27cd8cd51e985872aeb4a6485a3d0824f22bf31f32ae345a4dda4d831b5111c6e8f2ebab
|
7
|
+
data.tar.gz: 6569763de8d775f67315a8c5b22565bf915ae0dc662d175253cbca84c5e0822d301f3bd98f19616dc8b02486adb211267ea68dbfeafe0012ac66e020f10d0f6a
|
data/Changelog
CHANGED
data/Rakefile
CHANGED
@@ -10,12 +10,18 @@ Rim.setup do |p|
|
|
10
10
|
p.version = MiniExiftool::VERSION
|
11
11
|
p.authors = 'Jan Friedrich'
|
12
12
|
p.email = 'janfri26@gmail.com'
|
13
|
-
p.summary = 'This library is wrapper for the ExifTool command-line application (http://www.sno.phy.queensu.ca/~phil/exiftool).'
|
13
|
+
p.summary = 'This library is a wrapper for the ExifTool command-line application (http://www.sno.phy.queensu.ca/~phil/exiftool).'
|
14
|
+
p.description <<-END
|
15
|
+
This library is a wrapper for the ExifTool command-line application
|
16
|
+
(http://www.sno.phy.queensu.ca/~phil/exiftool) written by Phil Harvey.
|
17
|
+
It provides the full power of ExifTool to Ruby: reading and writing of
|
18
|
+
EXIF-data, IPTC-data and XMP-data.
|
19
|
+
END
|
14
20
|
p.homepage = 'https://github.com/janfri/mini_exiftool'
|
15
21
|
p.license = 'LGPL-2.1'
|
16
22
|
p.gem_files << 'Tutorial.rdoc'
|
17
23
|
p.gem_files += FileList.new('examples/**')
|
18
|
-
p.install_message =
|
24
|
+
p.install_message = <<-END
|
19
25
|
+-----------------------------------------------------------------------+
|
20
26
|
| Please ensure you have installed exiftool at least version 7.65 |
|
21
27
|
| and it's found in your PATH (Try "exiftool -ver" on your commandline).|
|
@@ -25,6 +31,6 @@ Rim.setup do |p|
|
|
25
31
|
| If you need support for Ruby 1.8 or exiftool prior 7.65 install |
|
26
32
|
| mini_exiftool version < 2.0.0. |
|
27
33
|
+-----------------------------------------------------------------------+
|
28
|
-
|
34
|
+
END
|
29
35
|
p.test_warning = false
|
30
36
|
end
|
data/lib/mini_exiftool.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mini_exiftool
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.7.
|
4
|
+
version: 2.7.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jan Friedrich
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-06-
|
11
|
+
date: 2016-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rim
|
@@ -24,7 +24,11 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '2.9'
|
27
|
-
description:
|
27
|
+
description: |
|
28
|
+
This library is a wrapper for the ExifTool command-line application
|
29
|
+
(http://www.sno.phy.queensu.ca/~phil/exiftool) written by Phil Harvey.
|
30
|
+
It provides the full power of ExifTool to Ruby: reading and writing of
|
31
|
+
EXIF-data, IPTC-data and XMP-data.
|
28
32
|
email: janfri26@gmail.com
|
29
33
|
executables: []
|
30
34
|
extensions: []
|
@@ -75,14 +79,16 @@ homepage: https://github.com/janfri/mini_exiftool
|
|
75
79
|
licenses:
|
76
80
|
- LGPL-2.1
|
77
81
|
metadata: {}
|
78
|
-
post_install_message:
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
82
|
+
post_install_message: |
|
83
|
+
+-----------------------------------------------------------------------+
|
84
|
+
| Please ensure you have installed exiftool at least version 7.65 |
|
85
|
+
| and it's found in your PATH (Try "exiftool -ver" on your commandline).|
|
86
|
+
| For more details see |
|
87
|
+
| http://www.sno.phy.queensu.ca/~phil/exiftool/install.html |
|
88
|
+
| You need also Ruby 1.9 or higher. |
|
89
|
+
| If you need support for Ruby 1.8 or exiftool prior 7.65 install |
|
90
|
+
| mini_exiftool version < 2.0.0. |
|
91
|
+
+-----------------------------------------------------------------------+
|
86
92
|
rdoc_options: []
|
87
93
|
require_paths:
|
88
94
|
- lib
|
@@ -101,5 +107,6 @@ rubyforge_project:
|
|
101
107
|
rubygems_version: 2.6.4
|
102
108
|
signing_key:
|
103
109
|
specification_version: 4
|
104
|
-
summary: This library is wrapper for the ExifTool command-line application (http://www.sno.phy.queensu.ca/~phil/exiftool).
|
110
|
+
summary: This library is a wrapper for the ExifTool command-line application (http://www.sno.phy.queensu.ca/~phil/exiftool).
|
105
111
|
test_files: []
|
112
|
+
has_rdoc:
|