Commit 13005ac4 by LI Daobing

rake build does not warning

parent 238e836c
...@@ -3,6 +3,7 @@ PATH ...@@ -3,6 +3,7 @@ PATH
specs: specs:
paperclip-qiniu (0.0.1) paperclip-qiniu (0.0.1)
paperclip paperclip
qiniu-rs
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
...@@ -22,13 +23,23 @@ GEM ...@@ -22,13 +23,23 @@ GEM
builder (3.0.0) builder (3.0.0)
cocaine (0.2.1) cocaine (0.2.1)
i18n (0.6.0) i18n (0.6.0)
json (1.7.3)
mime-types (1.19) mime-types (1.19)
multi_json (1.3.6) multi_json (1.3.6)
paperclip (2.7.0) paperclip (3.1.2)
activerecord (>= 2.3.0) activemodel (>= 3.0.0)
activesupport (>= 2.3.2) activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
cocaine (>= 0.0.2) cocaine (>= 0.0.2)
mime-types mime-types
qiniu-rs (2.1.2)
json (~> 1.7.3)
mime-types (~> 1.19)
rest-client (~> 1.6.7)
ruby-hmac (~> 0.4.0)
rest-client (1.6.7)
mime-types (>= 1.16)
ruby-hmac (0.4.0)
tzinfo (0.3.33) tzinfo (0.3.33)
PLATFORMS PLATFORMS
......
...@@ -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
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