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 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
File without changes
File without changes
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
File without changes
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Qiniu
4
4
  module RS
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.1"
6
6
  end
7
7
  end
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-sdk-for-ruby"
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) }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
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.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-sdk-for-ruby
111
+ homepage: https://github.com/why404/qiniu-rs
112
112
  licenses: []
113
113
  post_install_message:
114
114
  rdoc_options: []