Commit 59646f19 by Isaac Betesh Committed by Tute Costa

Revert "After three long, hard years... we know how to upgrade"

This reverts commit f6f5ea1b.
parent b8d432d1
......@@ -17,6 +17,10 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
if File.exists?('UPGRADING')
s.post_install_message = File.read("UPGRADING")
end
s.requirements << "ImageMagick"
s.required_ruby_version = ">= 1.9.2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment