Skip to content

Commit

Permalink
imagemagick v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Nov 7, 2011
1 parent c89a9cf commit 1a69cd1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
26 changes: 21 additions & 5 deletions imagemagick/README.rdoc → imagemagick/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
= DESCRIPTION:
Description
===========

Installs ImageMagick and optionally Rmagick (RubyGem).

= REQUIREMENTS:
Requirements
============

Should work on RHEL and Debian plus derivatives.
## Platform:

= USAGE:
Tested on:

* Ubuntu (10.04)
* RHEL (6.1, 5.7)

Usage
=====

To install just ImageMagick,

Expand All @@ -22,7 +30,15 @@ To install the RubyGem rmagick,

Which will install imagemagick, as well as the development libraries for imagemagick (so rmagick can be built).

= LICENSE:
Changes
=======

## v0.2.2:

* Fixes COOK-662

License and Author
==================

Author:: Joshua Timberman (<[email protected]>)

Expand Down
4 changes: 2 additions & 2 deletions imagemagick/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
maintainer_email "[email protected]"
license "Apache 2.0"
description "Installs/Configures imagemagick"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
version "0.2.0"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.2.2"

recipe "imagemagick", "Installs imagemagick package"
recipe "imagemagick::devel", "Installs imagemagick development libraries"
Expand Down

0 comments on commit 1a69cd1

Please sign in to comment.