qiniu-rs 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +0 -1
- data/Gemfile.lock +37 -0
- data/README.md +2 -2
- data/lib/qiniu/rs/version.rb +1 -1
- data/spec/qiniu/rs/image_logo_for_test.png +0 -0
- metadata +7 -4
data/.gitignore
CHANGED
data/Gemfile.lock
ADDED
@@ -0,0 +1,37 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
qiniu-rs (2.0.2)
|
5
|
+
json (~> 1.7.3)
|
6
|
+
mime-types (~> 1.19)
|
7
|
+
rest-client (~> 1.6.7)
|
8
|
+
ruby-hmac (~> 0.4.0)
|
9
|
+
|
10
|
+
GEM
|
11
|
+
remote: http://ruby.taobao.org/
|
12
|
+
specs:
|
13
|
+
diff-lcs (1.1.3)
|
14
|
+
fakeweb (1.3.0)
|
15
|
+
json (1.7.3)
|
16
|
+
mime-types (1.19)
|
17
|
+
rake (0.9.2.2)
|
18
|
+
rest-client (1.6.7)
|
19
|
+
mime-types (>= 1.16)
|
20
|
+
rspec (2.10.0)
|
21
|
+
rspec-core (~> 2.10.0)
|
22
|
+
rspec-expectations (~> 2.10.0)
|
23
|
+
rspec-mocks (~> 2.10.0)
|
24
|
+
rspec-core (2.10.1)
|
25
|
+
rspec-expectations (2.10.0)
|
26
|
+
diff-lcs (~> 1.1.3)
|
27
|
+
rspec-mocks (2.10.1)
|
28
|
+
ruby-hmac (0.4.0)
|
29
|
+
|
30
|
+
PLATFORMS
|
31
|
+
ruby
|
32
|
+
|
33
|
+
DEPENDENCIES
|
34
|
+
fakeweb (~> 1.3.0)
|
35
|
+
qiniu-rs!
|
36
|
+
rake (~> 0.9.2.2)
|
37
|
+
rspec (~> 2.10.0)
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# 关于
|
4
4
|
|
5
|
-
此 Ruby SDK 适用于 Ruby 1.8.x, 1.9.x 版本,基于 [七牛云存储官方API](http://docs.qiniutek.com/v1/api/) 构建。使用此 SDK 构建您的网络应用程序,能让您以非常便捷地方式将数据安全地存储到七牛云存储上。无论您的网络应用是一个网站程序,还是包括从云端(服务端程序)到终端(手持设备应用)的架构的服务或应用,通过七牛云存储及其 SDK,都能让您应用程序的终端用户高速上传和下载,同时也让您的服务端更加轻盈。
|
5
|
+
此 Ruby SDK 适用于 Ruby 1.8.x, 1.9.x, jruby, rbx, ree 版本,基于 [七牛云存储官方API](http://docs.qiniutek.com/v1/api/) 构建。使用此 SDK 构建您的网络应用程序,能让您以非常便捷地方式将数据安全地存储到七牛云存储上。无论您的网络应用是一个网站程序,还是包括从云端(服务端程序)到终端(手持设备应用)的架构的服务或应用,通过七牛云存储及其 SDK,都能让您应用程序的终端用户高速上传和下载,同时也让您的服务端更加轻盈。
|
6
6
|
|
7
7
|
## 安装
|
8
8
|
|
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
## 使用
|
22
22
|
|
23
|
-
参考文档:[七牛云存储 Ruby SDK 使用指南](http://docs.qiniutek.com/
|
23
|
+
参考文档:[七牛云存储 Ruby SDK 使用指南](http://docs.qiniutek.com/v2/sdk/ruby/)
|
24
24
|
|
25
25
|
## 贡献代码
|
26
26
|
|
data/lib/qiniu/rs/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qiniu-rs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-06-
|
12
|
+
date: 2012-06-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -134,6 +134,7 @@ files:
|
|
134
134
|
- .rspec
|
135
135
|
- .travis.yml
|
136
136
|
- Gemfile
|
137
|
+
- Gemfile.lock
|
137
138
|
- LICENSE
|
138
139
|
- README.md
|
139
140
|
- Rakefile
|
@@ -150,6 +151,7 @@ files:
|
|
150
151
|
- lib/qiniu/rs/version.rb
|
151
152
|
- qiniu-rs.gemspec
|
152
153
|
- spec/qiniu/rs/auth_spec.rb
|
154
|
+
- spec/qiniu/rs/image_logo_for_test.png
|
153
155
|
- spec/qiniu/rs/image_spec.rb
|
154
156
|
- spec/qiniu/rs/io_spec.rb
|
155
157
|
- spec/qiniu/rs/rs_spec.rb
|
@@ -171,7 +173,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
171
173
|
version: '0'
|
172
174
|
segments:
|
173
175
|
- 0
|
174
|
-
hash:
|
176
|
+
hash: 1836745324764656654
|
175
177
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
176
178
|
none: false
|
177
179
|
requirements:
|
@@ -180,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
180
182
|
version: '0'
|
181
183
|
segments:
|
182
184
|
- 0
|
183
|
-
hash:
|
185
|
+
hash: 1836745324764656654
|
184
186
|
requirements: []
|
185
187
|
rubyforge_project:
|
186
188
|
rubygems_version: 1.8.24
|
@@ -189,6 +191,7 @@ specification_version: 3
|
|
189
191
|
summary: Qiniu Resource (Cloud) Storage SDK for Ruby
|
190
192
|
test_files:
|
191
193
|
- spec/qiniu/rs/auth_spec.rb
|
194
|
+
- spec/qiniu/rs/image_logo_for_test.png
|
192
195
|
- spec/qiniu/rs/image_spec.rb
|
193
196
|
- spec/qiniu/rs/io_spec.rb
|
194
197
|
- spec/qiniu/rs/rs_spec.rb
|