Sha256: a20ecdce1cfc3a4fa22f241b92f84386cb9549da07caad13df37645839fa564d

Contents?: true

Size: 879 Bytes

Versions: 3

Compression:

Stored size: 879 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "image_voodoo/version"

Gem::Specification.new do |s|
  s.name        = 'image_voodoo'
  s.version     = ImageVoodoo::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = 'Thomas E. Enebo, Charles Nutter, Nick Sieger'
  s.email       = 'tom.enebo@gmail.com'
  s.homepage    = 'http://github.com/jruby/image_voodoo'
  s.summary     = 'Image manipulation in JRuby with ImageScience compatible API'
  s.description = 'Image manipulation in JRuby with ImageScience compatible API'

  s.rubyforge_project = "image_voodoo"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib", "vendor"]
  s.has_rdoc      = true
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
image_voodoo-0.8.8 image_voodoo.gemspec
image_voodoo-0.8.7 image_voodoo.gemspec
image_voodoo-0.8.6 image_voodoo.gemspec