fastimage 2.1.4 → 2.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fastimage.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d0945496f100e228621d0ef69bb88b24a5dc137e47f1a1c868c547ca1b8866f
|
4
|
+
data.tar.gz: 5b78353d899bbf42cc46942275ebdc3f6938f732ad5e9d07201bddb1d52b0d1b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17d0ff83ffda0c353cab93a7fa4733681be77f81d1d3dbd67eecab795454c2e25bd341c0c6113d4e287aabef59c7f13327359c2449c469415ecff4d03011b178
|
7
|
+
data.tar.gz: 6aee4ed8228cb834492c8df5a69c5e4eab869460e81999fcdd5f0ce75745d4bf62b228140de92b08d8a10a63c4b39c3892a37dcb85e64baa2ca10b99b9fba7c8
|
data/lib/fastimage.rb
CHANGED
@@ -332,6 +332,7 @@ class FastImage
|
|
332
332
|
end
|
333
333
|
|
334
334
|
def fetch_using_read(readable)
|
335
|
+
readable.rewind if readable.respond_to?(:rewind)
|
335
336
|
# Pathnames respond to read, but always return the first
|
336
337
|
# chunk of the file unlike an IO (even though the
|
337
338
|
# docuementation for it refers to IO). Need to supply
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastimage
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen Sykes
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-11-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fakeweb-fi
|