Add Upgrading note
Showing
UPGRADING
0 → 100644
| ... | ... | @@ -18,6 +18,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.add_dependency('activerecord', '>= 3.0.0') | ||
| ... | ... |
Please
register
or
sign in
to comment