image_voodoo 0.8.3 → 0.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a9243b6d594469a7eebc05a90f3291fedeb889ef
4
- data.tar.gz: fe2365817b840e5207b164037f59f88d6d27a752
3
+ metadata.gz: 154df8437b68b194e1d1493c6bf592511702f246
4
+ data.tar.gz: 1ac972b37e7af0729453effebe9afeb3cddf9be6
5
5
  SHA512:
6
- metadata.gz: 1c7aa69a18b2675ed80522d0a114313fe76684e4af47f1c4f2f055fbb603de23f61b8ace562a5837d3546c959ee14e3e92b0e38c6122131282f2be1fc3b79038
7
- data.tar.gz: cb704e65beb74228b77fcdfdaf8165e21721e32aee230a00a789ed212bd95264ea0688885f9ae6ce0ebac8a06b805c68199299147563ccfcb0eaa4f00cc872d4
6
+ metadata.gz: f131451e413fd9cbcd1a6d326c5931865034cfc010f470a3cb83b4d0d79e9e2137d350ea2bc11a041bec27299ac5eb8c877a0bfdd503c5aa1d7d9b0c56f47879
7
+ data.tar.gz: 33c22b496910d12e4d6caf5bfcbecbb4a433dc52d2ff991e14ae76f9cc9ef124489cbc61f70a30755238fda3cccd45415c1d8b9e44d6ebd26ef38ba88214b10e
@@ -202,7 +202,7 @@ class ImageVoodoo
202
202
 
203
203
  def bytes_impl(format)
204
204
  out = ByteArrayOutputStream.new
205
- write_new_image format, out
205
+ write_new_image format, ImageIO.create_image_output_stream(out)
206
206
  out.to_byte_array
207
207
  end
208
208
 
@@ -1,3 +1,3 @@
1
1
  class ImageVoodoo
2
- VERSION = "0.8.3"
2
+ VERSION = "0.8.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image_voodoo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas E. Enebo, Charles Nutter, Nick Sieger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-08 00:00:00.000000000 Z
11
+ date: 2014-08-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Image manipulation in JRuby with ImageScience compatible API
14
14
  email: tom.enebo@gmail.com