Commit c373542d by Jon Moss

Merge pull request #2083 from keram/file_exist

Replace File.exists? with File.exist? in paperclip.gemspec
parents 76f825a8 e384ccd3
......@@ -17,7 +17,7 @@ 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')
if File.exist?('UPGRADING')
s.post_install_message = File.read("UPGRADING")
end
......
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