Skip to content

Commit

Permalink
Release 0.5.1 (native dependencies for rmagick)
Browse files Browse the repository at this point in the history
  • Loading branch information
mswart committed Jan 9, 2014
1 parent 88e650d commit 30ef9fd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.5.1 / 2014-01-09
==================

Bug Fixes:

* Specify native dependencies for rmagick


0.5.0 / 2013-10-25
==================

Expand Down
5 changes: 5 additions & 0 deletions lib/cany/recipes/bundler/gem_db.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ class Cany::Recipes::Bundler
depend 'libpq-dev', situation: :build
depend 'libpq5', situation: :runtime
end

Gem.specify :rmagick do
depend 'libmagickcore-dev', situation: :build
depend 'libmagickwand-dev', situation: :build
end
end
2 changes: 1 addition & 1 deletion lib/cany/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Cany
module VERSION
MAJOR = 0
MINOR = 5
PATCH = 0
PATCH = 1
STAGE = nil
STRING = [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join('.')
def self.to_s; STRING end
Expand Down

0 comments on commit 30ef9fd

Please sign in to comment.