Commit 238e836c by LI Daobing

add depends on paperclip

parent b66638ae
...@@ -2,10 +2,34 @@ PATH ...@@ -2,10 +2,34 @@ PATH
remote: . remote: .
specs: specs:
paperclip-qiniu (0.0.1) paperclip-qiniu (0.0.1)
paperclip
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activemodel (3.2.6)
activesupport (= 3.2.6)
builder (~> 3.0.0)
activerecord (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.6)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
builder (3.0.0)
cocaine (0.2.1)
i18n (0.6.0)
mime-types (1.19)
multi_json (1.3.6)
paperclip (2.7.0)
activerecord (>= 2.3.0)
activesupport (>= 2.3.2)
cocaine (>= 0.0.2)
mime-types
tzinfo (0.3.33)
PLATFORMS PLATFORMS
ruby ruby
......
...@@ -14,4 +14,5 @@ Gem::Specification.new do |gem| ...@@ -14,4 +14,5 @@ Gem::Specification.new do |gem|
gem.name = "paperclip-qiniu" gem.name = "paperclip-qiniu"
gem.require_paths = ["lib"] gem.require_paths = ["lib"]
gem.version = Paperclip::Qiniu::VERSION gem.version = Paperclip::Qiniu::VERSION
gem.add_dependency 'paperclip'
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