# -*- encoding: utf-8 -*- # stub: image_voodoo 0.1 ruby lib Gem::Specification.new do |s| s.name = "image_voodoo".freeze s.version = "0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Thomas Enebo, Charles Nutter and JRuby contributors".freeze] s.date = "2008-03-27" s.description = "Install this gem and require 'image_voodoo' to load the library.".freeze s.email = "enebo@acm.org, headius@headius.com".freeze s.executables = ["image_voodoo".freeze] s.extra_rdoc_files = ["Manifest.txt".freeze, "README.txt".freeze, "LICENSE.txt".freeze] s.files = ["LICENSE.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "bin/image_voodoo".freeze, "lib/image_science.rb".freeze, "lib/image_voodoo".freeze, "lib/image_voodoo.rb".freeze, "lib/image_voodoo/version.rb".freeze, "samples/bench.rb".freeze, "samples/checkerboard.jpg".freeze, "samples/file_greyscale.rb".freeze, "samples/file_thumbnail.rb".freeze, "samples/file_view.rb".freeze, "samples/in-memory.rb".freeze, "test/pix.png".freeze, "test/test_image_science.rb".freeze] s.homepage = "http://jruby-extras.rubyforge.org/image_voodoo".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Image manipulation in JRuby with ImageScience compatible API".freeze s.test_files = ["test/test_image_science.rb".freeze] end