mirror of
https://github.com/wahyd4/ruby-sdk.git
synced 2026-08-26 21:26:46 +10:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2cc53fabdd | ||
|
|
7eb27d0deb | ||
|
|
b0b568d0c7 | ||
|
|
cffec32884 |
@@ -1,4 +1,4 @@
|
|||||||
source 'http://ruby.taobao.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
# Specify your gem's dependencies in qiniu-s3.gemspec
|
# Specify your gem's dependencies in qiniu-s3.gemspec
|
||||||
gemspec
|
gemspec
|
||||||
|
|||||||
+10
-8
@@ -1,10 +1,11 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
qiniu-rs (1.1.0)
|
qiniu-rs (2.0.4)
|
||||||
json
|
json (~> 1.7.3)
|
||||||
mime-types
|
mime-types (~> 1.19)
|
||||||
rest-client
|
rest-client (~> 1.6.7)
|
||||||
|
ruby-hmac (~> 0.4.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
@@ -12,7 +13,7 @@ GEM
|
|||||||
diff-lcs (1.1.3)
|
diff-lcs (1.1.3)
|
||||||
fakeweb (1.3.0)
|
fakeweb (1.3.0)
|
||||||
json (1.7.3)
|
json (1.7.3)
|
||||||
mime-types (1.18)
|
mime-types (1.19)
|
||||||
rake (0.9.2.2)
|
rake (0.9.2.2)
|
||||||
rest-client (1.6.7)
|
rest-client (1.6.7)
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
@@ -24,12 +25,13 @@ GEM
|
|||||||
rspec-expectations (2.10.0)
|
rspec-expectations (2.10.0)
|
||||||
diff-lcs (~> 1.1.3)
|
diff-lcs (~> 1.1.3)
|
||||||
rspec-mocks (2.10.1)
|
rspec-mocks (2.10.1)
|
||||||
|
ruby-hmac (0.4.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
fakeweb
|
fakeweb (~> 1.3.0)
|
||||||
qiniu-rs!
|
qiniu-rs!
|
||||||
rake
|
rake (~> 0.9.2.2)
|
||||||
rspec
|
rspec (~> 2.10.0)
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
module Qiniu
|
module Qiniu
|
||||||
module RS
|
module RS
|
||||||
VERSION = "2.0.2"
|
VERSION = "2.0.4"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user