Skip to content

Serabe/RMagick4J

Repository files navigation

Gem Version Build Status

RMagick4J

RMagick is a Ruby binding to ImageMagick and GraphicsMagick. RMagick4J implements ImageMagick functionality and the C portions of RMagick for use with JRuby.

API docs

You can find the generated API documentation here:

http://www.rubydoc.info/gems/rmagick4j

Installation

With Bundler

# Gemfile
gem 'rmagick4j', require: 'RMagick'

Authors

This project was written by Thomas Palmer, Sergio Arbeo, Thomas Enebo, and Uwe Kubosch with lots of help from the JRuby community.

License

See LICENSE.md

Creating

To create a gem you should run rake. The useful targets are

:clean, :compile, :gem, :release, :test

To create a new release, you should:

  • Add new version entry to History.txt
  • Update lib/rmagick4j/version.rb to contain new version
  • rake release