exifr 1.2.3 → 1.2.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +3 -0
- data/tests/data/gopro_hd2.exif +0 -0
- data/tests/data/samsung-sc-02b.jpg +0 -0
- metadata +12 -9
data/CHANGELOG
CHANGED
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: exifr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 65
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 2
|
9
9
|
- 3
|
10
|
-
|
10
|
+
- 1
|
11
|
+
version: 1.2.3.1
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
14
|
- R.W. van 't Veer
|
@@ -15,7 +16,7 @@ autorequire:
|
|
15
16
|
bindir: bin
|
16
17
|
cert_chain: []
|
17
18
|
|
18
|
-
date: 2015-
|
19
|
+
date: 2015-08-18 00:00:00 +02:00
|
19
20
|
default_executable:
|
20
21
|
dependencies: []
|
21
22
|
|
@@ -35,25 +36,27 @@ files:
|
|
35
36
|
- lib/exifr/jpeg.rb
|
36
37
|
- lib/exifr/tiff.rb
|
37
38
|
- tests/data/1x1.jpg
|
38
|
-
- tests/data/apple-aperture-1.5.exif
|
39
|
-
- tests/data/canon-g3.exif
|
40
39
|
- tests/data/Canon_PowerShot_A85.exif
|
41
40
|
- tests/data/Casio-EX-S20.exif
|
41
|
+
- tests/data/FUJIFILM-FinePix_S3000.exif
|
42
|
+
- tests/data/Panasonic-DMC-LC33.exif
|
43
|
+
- tests/data/Trust-DC3500_MINI.exif
|
44
|
+
- tests/data/apple-aperture-1.5.exif
|
45
|
+
- tests/data/bad-shutter_speed_value.exif
|
46
|
+
- tests/data/canon-g3.exif
|
42
47
|
- tests/data/endless-loop.exif
|
43
48
|
- tests/data/exif.jpg
|
44
|
-
- tests/data/
|
49
|
+
- tests/data/gopro_hd2.exif
|
45
50
|
- tests/data/gps.exif
|
46
51
|
- tests/data/image.jpg
|
47
52
|
- tests/data/multiple-app1.jpg
|
48
53
|
- tests/data/negative-exposure-bias-value.exif
|
49
54
|
- tests/data/nikon_d1x.tif
|
50
55
|
- tests/data/out-of-range.exif
|
51
|
-
- tests/data/Panasonic-DMC-LC33.exif
|
52
56
|
- tests/data/plain.tif
|
53
|
-
- tests/data/
|
57
|
+
- tests/data/samsung-sc-02b.jpg
|
54
58
|
- tests/data/user-comment.exif
|
55
59
|
- tests/data/weird_date.exif
|
56
|
-
- tests/data/bad-shutter_speed_value.exif
|
57
60
|
- tests/jpeg_test.rb
|
58
61
|
- tests/test_helper.rb
|
59
62
|
- tests/tiff_test.rb
|