Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip-qiniu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip-qiniu
Commits
c4c8d5ea
Commit
c4c8d5ea
authored
Jul 17, 2012
by
LI Daobing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add rspec support
parent
d6fb1ff1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletions
+13
-1
Gemfile.lock
+11
-1
README.md
+1
-0
paperclip-qiniu.gemspec
+1
-0
No files found.
Gemfile.lock
View file @
c4c8d5ea
...
...
@@ -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)
...
...
@@ -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)
...
...
@@ -47,3 +56,4 @@ PLATFORMS
DEPENDENCIES
paperclip-qiniu!
rspec
README.md
View file @
c4c8d5ea
...
...
@@ -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
...
...
paperclip-qiniu.gemspec
View file @
c4c8d5ea
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment