qiniu-rs 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +0 -0
- data/.rspec +0 -0
- data/Gemfile +0 -0
- data/LICENSE +0 -0
- data/README.md +0 -0
- data/Rakefile +0 -0
- data/lib/qiniu-rs.rb +0 -0
- data/lib/qiniu/rs.rb +0 -0
- data/lib/qiniu/rs/auth.rb +0 -0
- data/lib/qiniu/rs/config.rb +0 -0
- data/lib/qiniu/rs/exceptions.rb +0 -0
- data/lib/qiniu/rs/image.rb +0 -0
- data/lib/qiniu/rs/io.rb +0 -0
- data/lib/qiniu/rs/log.rb +0 -0
- data/lib/qiniu/rs/rs.rb +0 -0
- data/lib/qiniu/rs/utils.rb +0 -0
- data/lib/qiniu/rs/version.rb +1 -1
- data/qiniu-rs.gemspec +1 -1
- data/spec/qiniu/rs/auth_spec.rb +0 -0
- data/spec/qiniu/rs/image_spec.rb +0 -0
- data/spec/qiniu/rs/io_spec.rb +0 -0
- data/spec/qiniu/rs/rs_spec.rb +0 -0
- data/spec/qiniu/rs/utils_spec.rb +0 -0
- data/spec/qiniu/rs/version_spec.rb +0 -0
- data/spec/qiniu/rs_spec.rb +0 -0
- data/spec/spec_helper.rb +0 -0
- metadata +2 -2
data/.gitignore
CHANGED
File without changes
|
data/.rspec
CHANGED
File without changes
|
data/Gemfile
CHANGED
File without changes
|
data/LICENSE
CHANGED
File without changes
|
data/README.md
CHANGED
File without changes
|
data/Rakefile
CHANGED
File without changes
|
data/lib/qiniu-rs.rb
CHANGED
File without changes
|
data/lib/qiniu/rs.rb
CHANGED
File without changes
|
data/lib/qiniu/rs/auth.rb
CHANGED
File without changes
|
data/lib/qiniu/rs/config.rb
CHANGED
File without changes
|
data/lib/qiniu/rs/exceptions.rb
CHANGED
File without changes
|
data/lib/qiniu/rs/image.rb
CHANGED
File without changes
|
data/lib/qiniu/rs/io.rb
CHANGED
File without changes
|
data/lib/qiniu/rs/log.rb
CHANGED
File without changes
|
data/lib/qiniu/rs/rs.rb
CHANGED
File without changes
|
data/lib/qiniu/rs/utils.rb
CHANGED
File without changes
|
data/lib/qiniu/rs/version.rb
CHANGED
data/qiniu-rs.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
|
|
7
7
|
gem.email = ["why404@gmail.com"]
|
8
8
|
gem.description = %q{Qiniu Cloud Storage SDK for Ruby. See: http://docs.qiniutek.com/v1/sdk/ruby/}
|
9
9
|
gem.summary = %q{Qiniu Cloud Storage SDK for Ruby}
|
10
|
-
gem.homepage = "https://github.com/why404/qiniu-rs
|
10
|
+
gem.homepage = "https://github.com/why404/qiniu-rs"
|
11
11
|
|
12
12
|
gem.files = `git ls-files`.split($\)
|
13
13
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
data/spec/qiniu/rs/auth_spec.rb
CHANGED
File without changes
|
data/spec/qiniu/rs/image_spec.rb
CHANGED
File without changes
|
data/spec/qiniu/rs/io_spec.rb
CHANGED
File without changes
|
data/spec/qiniu/rs/rs_spec.rb
CHANGED
File without changes
|
data/spec/qiniu/rs/utils_spec.rb
CHANGED
File without changes
|
File without changes
|
data/spec/qiniu/rs_spec.rb
CHANGED
File without changes
|
data/spec/spec_helper.rb
CHANGED
File without changes
|
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: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -108,7 +108,7 @@ files:
|
|
108
108
|
- spec/qiniu/rs/version_spec.rb
|
109
109
|
- spec/qiniu/rs_spec.rb
|
110
110
|
- spec/spec_helper.rb
|
111
|
-
homepage: https://github.com/why404/qiniu-rs
|
111
|
+
homepage: https://github.com/why404/qiniu-rs
|
112
112
|
licenses: []
|
113
113
|
post_install_message:
|
114
114
|
rdoc_options: []
|