Sha256: 46d2f4fa9ff555f05abe2135006f6324497b8f2278ff63bbfabaf4d9f73b2f27

Contents?: true

Size: 1 KB

Versions: 1

Compression:

Stored size: 1 KB

Contents

[![Gem Version](https://badge.fury.io/rb/rmagick4j.svg)](https://badge.fury.io/rb/rmagick4j)
[![Build Status](https://travis-ci.org/Serabe/RMagick4J.svg?branch=master)](https://travis-ci.org/Serabe/RMagick4J)

RMagick4J
=========

[RMagick](https://github.com/rmagick/rmagick) is a Ruby binding to ImageMagick
and GraphicsMagick.  **RMagick4J** implements ImageMagick functionality and the
C portions of RMagick for use with JRuby.

## Authors

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

## API docs

You can find the generated API documentation here:

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


## License

See [LICENSE.md](LICENSE.md)

## Creating

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

    :clean, :compile, :gem, :release, :test (hoe has more -- see hoe docs).

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rmagick4j-0.4.0-java README.md