rake build does not warning
Showing
... | ... | @@ -4,9 +4,9 @@ require File.expand_path('../lib/paperclip-qiniu/version', __FILE__) |
Gem::Specification.new do |gem| | ||
gem.authors = ["LI Daobing"] | ||
gem.email = ["lidaobing@gmail.com"] | ||
gem.description = %q{TODO: Write a gem description} | ||
gem.summary = %q{TODO: Write a gem summary} | ||
gem.homepage = "" | ||
gem.description = %q{paperclip plugin for qiniu} | ||
gem.summary = %q{paperclip plugin for qiniu} | ||
gem.homepage = "https://github.com/lidaobing/paperclip-qiniu" | ||
gem.files = `git ls-files`.split($\) | ||
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } | ||
... | ... | @@ -15,4 +15,5 @@ Gem::Specification.new do |gem| |
gem.require_paths = ["lib"] | ||
gem.version = Paperclip::Qiniu::VERSION | ||
gem.add_dependency 'paperclip' | ||
gem.add_dependency 'qiniu-rs' | ||
end |
Please
register
or
sign in
to comment