vibrant 0.2.1 → 0.2.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: ffcc67dff3749518923397b3a5a31d6897a649f2
4
- data.tar.gz: c80b243110c65b265661b92cbd5337511cee12be
3
+ metadata.gz: b130ed9035dea6bc126f8ec1e43f2eee591bba62
4
+ data.tar.gz: ad79833e8ef396addc99adb28c06f0af2f0b2372
5
5
  SHA512:
6
- metadata.gz: 7bd252f8a02cae5ca3771f1cf4c76127ffc9ca8394db10df5f83d6793af68ca5b5f20efae8aed7d90041715bbe5d3027385fe4d2c7bb202e56123014bbc546bf
7
- data.tar.gz: fea90672489df1e05a43b5429671686ec1630247a15af18c4ad62ac5081a72bf83ffba01f657955b22195bf57b943e6510cffee0319c6238a21bcce043ebc656
6
+ metadata.gz: 0baab30f37657d582c318e3cd204ce13dcb0e5dbdd2fbae92cd5af6a83034e32455e6983162381475f5e38cc602cf6ee0ba43eb74c0e120d85fd5299d3199324
7
+ data.tar.gz: 4debddd3659be0cc8b355ae2f001a9c3940f21f3d7c48d8835c09c79f078da23cc6925f74d99e0a7ce16bd7cbcbedb97aacd1477c4c6b85f610fbd2f04f31dd8
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Gem Version](https://badge.fury.io/rb/vibrant-rb.svg)](https://badge.fury.io/rb/vibrant-rb)
1
+ [![Gem Version](https://badge.fury.io/rb/vibrant.svg)](https://badge.fury.io/rb/vibrant)
2
2
 
3
3
  # Vibrant
4
4
 
@@ -25,6 +25,7 @@ module Vibrant
25
25
 
26
26
  def self._read_with_temp(file, color_count: 64, quality: 5)
27
27
  Tempfile.open(['vibrant']) do |tempfile|
28
+ tempfile.binmode
28
29
  tempfile.write(file.read)
29
30
  read(tempfile.path)
30
31
  end
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module Vibrant
3
- VERSION = '0.2.1'
3
+ VERSION = '0.2.2'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vibrant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - dondoco7