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