Sha256: caf8e8984537f5c65ded927e123b6447ebbf5773acbfc50415828cc48f3ca765

Contents?: true

Size: 886 Bytes

Versions: 1

Compression:

Stored size: 886 Bytes

Contents

# -*- encoding: utf-8 -*-

$LOAD_PATH.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 = %w[lib vendor]
  s.has_rdoc      = true
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
image_voodoo-0.8.9 image_voodoo.gemspec