image_voodoo 0.6 → 0.7
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.
- data/lib/image_voodoo.rb +4 -0
- data/lib/image_voodoo/version.rb +1 -1
- metadata +6 -5
data/lib/image_voodoo.rb
CHANGED
|
@@ -184,6 +184,10 @@ class ImageVoodoo
|
|
|
184
184
|
block_given? ? yield(image) : image
|
|
185
185
|
end
|
|
186
186
|
|
|
187
|
+
class << self
|
|
188
|
+
alias_method :with_image_from_memory, :with_bytes
|
|
189
|
+
end
|
|
190
|
+
|
|
187
191
|
#
|
|
188
192
|
# *_impl providers only need provide the implementation if it can
|
|
189
193
|
# support it. Otherwise, this method will detect that the method is
|
data/lib/image_voodoo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: image_voodoo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: "0.
|
|
4
|
+
version: "0.7"
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas Enebo, Charles Nutter and JRuby contributors
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-11-05 00:00:00 -06:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
@@ -30,7 +30,6 @@ files:
|
|
|
30
30
|
- README.txt
|
|
31
31
|
- LICENSE.txt
|
|
32
32
|
- lib/image_science.rb
|
|
33
|
-
- lib/image_voodoo
|
|
34
33
|
- lib/image_voodoo/awt.rb
|
|
35
34
|
- lib/image_voodoo/gae.rb
|
|
36
35
|
- lib/image_voodoo/version.rb
|
|
@@ -45,6 +44,8 @@ files:
|
|
|
45
44
|
- test/test_image_science.rb
|
|
46
45
|
has_rdoc: true
|
|
47
46
|
homepage: http://jruby-extras.rubyforge.org/image_voodoo
|
|
47
|
+
licenses: []
|
|
48
|
+
|
|
48
49
|
post_install_message:
|
|
49
50
|
rdoc_options:
|
|
50
51
|
- --main
|
|
@@ -66,9 +67,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
66
67
|
requirements: []
|
|
67
68
|
|
|
68
69
|
rubyforge_project: jruby-extras
|
|
69
|
-
rubygems_version: 1.3.
|
|
70
|
+
rubygems_version: 1.3.5
|
|
70
71
|
signing_key:
|
|
71
|
-
specification_version:
|
|
72
|
+
specification_version: 3
|
|
72
73
|
summary: Image manipulation in JRuby with ImageScience compatible API
|
|
73
74
|
test_files:
|
|
74
75
|
- test/test_image_science.rb
|