Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Commit

Permalink
add rspec support
Browse files Browse the repository at this point in the history
  • Loading branch information
lidaobing committed Jul 17, 2012
1 parent d6fb1ff commit c4c8d5e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ GEM
arel (3.0.2)
builder (3.0.0)
cocaine (0.2.1)
diff-lcs (1.1.3)
i18n (0.6.0)
json (1.7.3)
mime-types (1.19)
multi_json (1.3.6)
paperclip (3.1.2)
paperclip (3.1.3)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
Expand All @@ -39,6 +40,14 @@ GEM
ruby-hmac (~> 0.4.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.0)
rspec-expectations (2.11.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.1)
ruby-hmac (0.4.0)
tzinfo (0.3.33)

Expand All @@ -47,3 +56,4 @@ PLATFORMS

DEPENDENCIES
paperclip-qiniu!
rspec
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
storage [paperclip](https://github.com/thoughtbot/paperclip/) attachments to http://qiniutek.com

example project: https://github.com/lidaobing/paperclip-qiniu-example

example site: http://stark-cloud-4321.herokuapp.com/

## Usage
Expand Down
1 change: 1 addition & 0 deletions paperclip-qiniu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ Gem::Specification.new do |gem|
gem.version = Paperclip::Qiniu::VERSION
gem.add_dependency 'paperclip'
gem.add_dependency 'qiniu-rs'
gem.add_development_dependency 'rspec'
end

0 comments on commit c4c8d5e

Please sign in to comment.