aliyun-sdk 0.1.5 → 0.1.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a175798738ab2c2b9d5769d915913dbc7e025d4
4
- data.tar.gz: af6c15c360539b23b596c93221660d44453d7349
3
+ metadata.gz: 7a494939c9f83dcd41a86515be0899915726047e
4
+ data.tar.gz: 62364948ccda0fe11376d12f31d1237c8b0948f6
5
5
  SHA512:
6
- metadata.gz: f0ac5dd1199cef681699ef6ba6e7ed24fbc5c4a34e35a056c809a8eadb1cc0b76346b4e206d2cf8b1742d489de206349b6b5d4a5a53c0f0c4da6f05b66ec759f
7
- data.tar.gz: 9b33d6da0bb5e48c70a353fa3babb202654d0ea4fd2e498ca16692bf7aad59124693057a5d90623f934f4a8fd7e78bca6aed81c33b91e1dbf27221fbd32c3206
6
+ metadata.gz: c7023534cfa153f6954ac5a106730649373ce86f166a4d01749affa33349034f1da97e182f020eacb47050929687980d5758173af9ed032053d08854f2aa26b0
7
+ data.tar.gz: b667452313a12f2d63cc37e1095c61d28fcd11d52458f575d2cbea4b9666f4410b1422f9da87701ed34b3a39a30937fe53cc0b02a0b6fe67350a488941e44010
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## Change Log
2
2
 
3
+ ### v0.1.6
4
+
5
+ - Required ruby version >= 1.9.3 due to 1.9.2 has String encoding
6
+ compatibility problems
7
+ - Add travis & overalls
8
+ - Open source to github.com
9
+
3
10
  ### v0.1.5
4
11
 
5
12
  - Add open_timeout and read_timeout config
data/README.md CHANGED
@@ -1,16 +1,17 @@
1
1
  # Aliyun OSS SDK for Ruby
2
2
 
3
- ![Build Status](http://cise.alibaba-inc.com/task/119062/build/10/status.svg)
3
+ [![Build Status](https://travis-ci.org/aliyun/aliyun-oss-ruby-sdk.svg)](https://travis-ci.org/aliyun/aliyun-oss-ruby-sdk)
4
+ [![Coverage Status](https://coveralls.io/repos/aliyun/aliyun-oss-ruby-sdk/badge.svg?branch=master&service=github)](https://coveralls.io/github/aliyun/aliyun-oss-ruby-sdk?branch=master)
4
5
 
5
6
  -----
6
7
 
7
- Aliyun::OSS是用于方便访问阿里云OSS(Object Storage Service)RESTful
8
- API的Ruby客户端程序。了解OSS的的更多信息请访问OSS官网:
8
+ Aliyun OSS SDK for Ruby是用于方便访问阿里云OSS(Object Storage Service)
9
+ RESTful API的Ruby客户端程序。了解OSS的的更多信息请访问OSS官网:
9
10
  http://www.aliyun.com/product/oss
10
11
 
11
12
  ## 运行环境
12
13
 
13
- - Ruby版本 >= 1.9.2
14
+ - Ruby版本 >= 1.9.3
14
15
  - 支持Ruby运行环境的Windows/Linux/OS X
15
16
 
16
17
  安装Ruby请参考:https://www.ruby-lang.org/zh_cn/downloads/
@@ -3,7 +3,7 @@
3
3
  module Aliyun
4
4
  module OSS
5
5
 
6
- VERSION = "0.1.5"
6
+ VERSION = "0.1.6"
7
7
 
8
8
  end # OSS
9
9
  end # Aliyun
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aliyun-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tianlong Wu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-26 00:00:00.000000000 Z
11
+ date: 2015-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - ~>
46
46
  - !ruby/object:Gem::Version
47
- version: '1.5'
47
+ version: '1.10'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
- version: '1.5'
54
+ version: '1.10'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -110,7 +110,7 @@ dependencies:
110
110
  version: '0.10'
111
111
  description: A Ruby program to facilitate accessing Aliyun Object Storage Service
112
112
  email:
113
- - tianlong.wtl@alibaba-inc.com
113
+ - rockuw.@gmail.com
114
114
  executables: []
115
115
  extensions: []
116
116
  extra_rdoc_files:
@@ -155,7 +155,7 @@ files:
155
155
  - tests/test_multipart.rb
156
156
  - tests/test_object_key.rb
157
157
  - tests/test_resumable.rb
158
- homepage: https://gitlab.alibaba-inc.com/oss/ruby-sdk
158
+ homepage: https://github.com/aliyun/aliyun-oss-ruby-sdk
159
159
  licenses:
160
160
  - MIT
161
161
  metadata: {}
@@ -167,7 +167,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
167
167
  requirements:
168
168
  - - '>='
169
169
  - !ruby/object:Gem::Version
170
- version: 1.9.2
170
+ version: 1.9.3
171
171
  required_rubygems_version: !ruby/object:Gem::Requirement
172
172
  requirements:
173
173
  - - '>='