Compare commits

...
6 Commits
Author SHA1 Message Date
404 2cc53fabdd Merge branch 'hotfix/v2.0.4' 2012-06-29 02:25:46 +08:00
404 7eb27d0deb fixed VERSION number 2012-06-29 02:25:31 +08:00
404 b0b568d0c7 Merge branch 'hotfix/v2.0.3' 2012-06-29 02:20:51 +08:00
404 cffec32884 updated gem source and Gemfile 2012-06-29 02:20:35 +08:00
404 0f59b15100 Merge branch 'hotfix/v2.0.2' 2012-06-29 02:12:28 +08:00
404 459c32c278 fixed sdk doc link 2012-06-29 02:12:12 +08:00
4 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
source 'http://ruby.taobao.org'
source 'https://rubygems.org'
# Specify your gem's dependencies in qiniu-s3.gemspec
gemspec
+10 -8
View File
@@ -1,10 +1,11 @@
PATH
remote: .
specs:
qiniu-rs (1.1.0)
json
mime-types
rest-client
qiniu-rs (2.0.4)
json (~> 1.7.3)
mime-types (~> 1.19)
rest-client (~> 1.6.7)
ruby-hmac (~> 0.4.0)
GEM
remote: https://rubygems.org/
@@ -12,7 +13,7 @@ GEM
diff-lcs (1.1.3)
fakeweb (1.3.0)
json (1.7.3)
mime-types (1.18)
mime-types (1.19)
rake (0.9.2.2)
rest-client (1.6.7)
mime-types (>= 1.16)
@@ -24,12 +25,13 @@ GEM
rspec-expectations (2.10.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.10.1)
ruby-hmac (0.4.0)
PLATFORMS
ruby
DEPENDENCIES
fakeweb
fakeweb (~> 1.3.0)
qiniu-rs!
rake
rspec
rake (~> 0.9.2.2)
rspec (~> 2.10.0)
+2 -2
View File
@@ -2,7 +2,7 @@
# 关于
此 Ruby SDK 适用于 Ruby 1.8.x, 1.9.x 版本,基于 [七牛云存储官方API](http://docs.qiniutek.com/v1/api/) 构建。使用此 SDK 构建您的网络应用程序,能让您以非常便捷地方式将数据安全地存储到七牛云存储上。无论您的网络应用是一个网站程序,还是包括从云端(服务端程序)到终端(手持设备应用)的架构的服务或应用,通过七牛云存储及其 SDK,都能让您应用程序的终端用户高速上传和下载,同时也让您的服务端更加轻盈。
此 Ruby SDK 适用于 Ruby 1.8.x, 1.9.x, jruby, rbx, ree 版本,基于 [七牛云存储官方API](http://docs.qiniutek.com/v1/api/) 构建。使用此 SDK 构建您的网络应用程序,能让您以非常便捷地方式将数据安全地存储到七牛云存储上。无论您的网络应用是一个网站程序,还是包括从云端(服务端程序)到终端(手持设备应用)的架构的服务或应用,通过七牛云存储及其 SDK,都能让您应用程序的终端用户高速上传和下载,同时也让您的服务端更加轻盈。
## 安装
@@ -20,7 +20,7 @@
## 使用
参考文档:[七牛云存储 Ruby SDK 使用指南](http://docs.qiniutek.com/v1/sdk/ruby/)
参考文档:[七牛云存储 Ruby SDK 使用指南](http://docs.qiniutek.com/v2/sdk/ruby/)
## 贡献代码
+1 -1
View File
@@ -2,6 +2,6 @@
module Qiniu
module RS
VERSION = "2.0.1"
VERSION = "2.0.4"
end
end