mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 16:05:40 +03:00
Remove deprecated gemspec option
This commit is contained in:
@@ -9,7 +9,6 @@ Gem::Specification.new do |s|
|
||||
s.email = %q{jyurek@thoughtbot.com}
|
||||
s.extra_rdoc_files = ["README.rdoc"]
|
||||
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|gemfiles)/}) }
|
||||
s.has_rdoc = true
|
||||
s.homepage = %q{http://www.thoughtbot.com/projects/paperclip}
|
||||
s.rdoc_options = ["--line-numbers", "--inline-source"]
|
||||
s.require_paths = ["lib"]
|
||||
|
||||
Reference in New Issue
Block a user