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
e5b12583
Commit
e5b12583
authored
Feb 05, 2015
by
LI Daobing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.2.0 released
parent
89fb0c2b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
36 deletions
+43
-36
Gemfile.lock
+40
-35
README.md
+2
-0
lib/paperclip-qiniu/version.rb
+1
-1
No files found.
Gemfile.lock
View file @
e5b12583
PATH
PATH
remote: .
remote: .
specs:
specs:
paperclip-qiniu (0.
1
.0)
paperclip-qiniu (0.
2
.0)
paperclip
paperclip
qiniu
-rs (~> 3.0
)
qiniu
(~> 6.4.1
)
GEM
GEM
remote: https://rubygems.org/
remote: https://rubygems.org/
specs:
specs:
activemodel (4.0.2)
activemodel (4.2.0)
activesupport (= 4.0.2)
activesupport (= 4.2.0)
builder (~> 3.1.0)
builder (~> 3.1)
activesupport (4.0.2)
activesupport (4.2.0)
i18n (~> 0.6, >= 0.6.4)
i18n (~> 0.7)
minitest (~> 4.2)
json (~> 1.7, >= 1.7.7)
multi_json (~> 1.3)
minitest (~> 5.1)
thread_safe (~> 0.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 0.3.37)
tzinfo (~> 1.1)
atomic (1.1.14)
builder (3.2.2)
builder (3.1.4)
climate_control (0.0.3)
climate_control (0.0.3)
activesupport (>= 3.0)
activesupport (>= 3.0)
cocaine (0.5.
3
)
cocaine (0.5.
5
)
climate_control (>= 0.0.3, < 1.0)
climate_control (>= 0.0.3, < 1.0)
diff-lcs (1.2.5)
diff-lcs (1.2.5)
i18n (0.
6.9
)
i18n (0.
7.0
)
json (1.8.
1
)
json (1.8.
2
)
mime-types (
1.25.1
)
mime-types (
2.4.3
)
minitest (
4.7.5
)
minitest (
5.5.1
)
multi_json (1.8.4
)
netrc (0.10.2
)
paperclip (4.
0.0
)
paperclip (4.
2.1
)
activemodel (>= 3.0.0)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
activesupport (>= 3.0.0)
cocaine (~> 0.5.3)
cocaine (~> 0.5.3)
mime-types
mime-types
qiniu
-rs (3.4.6
)
qiniu
(6.4.1
)
json (~> 1.7)
json (~> 1.7)
mime-types (~>
1.19
)
mime-types (~>
2.4.3
)
rest-client (~> 1.6)
rest-client (~> 1.6)
ruby-hmac (~> 0.4)
ruby-hmac (~> 0.4)
rest-client (1.6.7)
rest-client (1.7.2)
mime-types (>= 1.16)
mime-types (>= 1.16, < 3.0)
rspec (2.14.1)
netrc (~> 0.7)
rspec-core (~> 2.14.0)
rspec (3.2.0)
rspec-expectations (~> 2.14.0)
rspec-core (~> 3.2.0)
rspec-mocks (~> 2.14.0)
rspec-expectations (~> 3.2.0)
rspec-core (2.14.7)
rspec-mocks (~> 3.2.0)
rspec-expectations (2.14.5)
rspec-core (3.2.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-support (~> 3.2.0)
rspec-mocks (2.14.5)
rspec-expectations (3.2.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-mocks (3.2.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.1)
ruby-hmac (0.4.0)
ruby-hmac (0.4.0)
thread_safe (0.
1.3
)
thread_safe (0.
3.4
)
atomic
tzinfo (1.2.2)
tzinfo (0.3.38
)
thread_safe (~> 0.1
)
PLATFORMS
PLATFORMS
ruby
ruby
...
...
README.md
View file @
e5b12583
...
@@ -6,6 +6,8 @@ example project: https://github.com/lidaobing/paperclip-qiniu-example
...
@@ -6,6 +6,8 @@ example project: https://github.com/lidaobing/paperclip-qiniu-example
example site: http://paperclip-qiniu-example.herokuapp.com/
example site: http://paperclip-qiniu-example.herokuapp.com/
if you are using Rails 3, please use version 0.1.0: https://rubygems.org/gems/paperclip-qiniu/versions/0.1.0
## Usage
## Usage
*
confirm you are working on a rails app
*
confirm you are working on a rails app
...
...
lib/paperclip-qiniu/version.rb
View file @
e5b12583
module
Paperclip
module
Paperclip
module
Qiniu
module
Qiniu
VERSION
=
"0.
1.1
"
VERSION
=
"0.
2.0
"
end
end
end
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