image_size 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.markdown +1 -1
- data/image_size.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YjEzYTA2MGVhZGM1YWUzOThkYzMzNTVjNTllZTQ5YjNkMTlmNDJlNQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZWFiNzQyZDc5MDhhNDk0NjQwOGE2NWIwMTI2Y2IzMjcwOWE2OTRmOQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
OTcyNDA0OTMzNmU2YTkxZDUzMzI0Y2M0NjM1OTllZGM1OWQyMmNhMmYzYzU0
|
10
|
+
ZTg2MmFiNmZiNmMxYWJhZjUyZGIzYmE4OGZhM2ViMmI1YjU0M2JlYjY1Nzk4
|
11
|
+
N2EzMzkxNDAyZDA1ZDZkNmNjOWZlMGQxMDlhMDYwZmRmZDU4MGM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZTBjMWM2ZmRhYjEzOTIwNjEzMTQ2MjBhZDNkMjNkOTMwZTlhNzMwMWM4NmY4
|
14
|
+
YjRiZjNlNmEwZmJiNWRmN2M5ZDUzMGViOTMzZjM1YmUwMGUwYThhODRjNDVk
|
15
|
+
M2E2NTc0MDU4ODhhNzE1YzBhZTY4OGJkMjFlN2VlMDU4ZTZiM2Y=
|
data/README.markdown
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# image_size
|
2
2
|
|
3
3
|
measure image size using pure Ruby
|
4
|
-
formats: `bmp`, `gif`, `jpeg`, `pbm`, `pcx`, `pgm`, `png`, `ppm`, `psd`, `swf`, `tiff`, `xbm`, `xpm`
|
4
|
+
formats: `bmp`, `cur`, `gif`, `jpeg`, `ico`, `pbm`, `pcx`, `pgm`, `png`, `ppm`, `psd`, `swf`, `tiff`, `xbm`, `xpm`
|
5
5
|
|
6
6
|
[![Build Status](https://travis-ci.org/toy/image_size.png?branch=master)](https://travis-ci.org/toy/image_size)
|
7
7
|
|
data/image_size.gemspec
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = 'image_size'
|
5
|
-
s.version = '1.4.
|
5
|
+
s.version = '1.4.1'
|
6
6
|
s.summary = %q{Measure image size using pure Ruby}
|
7
|
-
s.description = %q{Measure following file dimensions: bmp, gif, jpeg, pbm, pcx, pgm, png, ppm, psd, swf, tiff, xbm, xpm}
|
7
|
+
s.description = %q{Measure following file dimensions: bmp, cur, gif, jpeg, ico, pbm, pcx, pgm, png, ppm, psd, swf, tiff, xbm, xpm}
|
8
8
|
s.homepage = "http://github.com/toy/#{s.name}"
|
9
9
|
s.authors = ['Keisuke Minami', 'Ivan Kuchin']
|
10
10
|
s.license = 'MIT'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: image_size
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Keisuke Minami
|
@@ -25,8 +25,8 @@ dependencies:
|
|
25
25
|
- - ~>
|
26
26
|
- !ruby/object:Gem::Version
|
27
27
|
version: '3.0'
|
28
|
-
description: ! 'Measure following file dimensions: bmp, gif, jpeg,
|
29
|
-
png, ppm, psd, swf, tiff, xbm, xpm'
|
28
|
+
description: ! 'Measure following file dimensions: bmp, cur, gif, jpeg, ico, pbm,
|
29
|
+
pcx, pgm, png, ppm, psd, swf, tiff, xbm, xpm'
|
30
30
|
email:
|
31
31
|
executables: []
|
32
32
|
extensions: []
|