aliyun-odps 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 668bb0a1605386f0934814e45f60e6550a8d21d8
4
- data.tar.gz: 2b94dd56d05754e2b7ad7e674ec5d78cf4fc8235
3
+ metadata.gz: 2f3587eab6c6ddac881152e05ecc296dd5ab0fbd
4
+ data.tar.gz: 8b6a3e6b2508f1b307afbb0b0cbcb061793d7a33
5
5
  SHA512:
6
- metadata.gz: 3066f7654504c549c91823f88ffecdaeb319f8614f59386920fd70ec08955198c7717d5cc99075d9a820a3f406fd8c02bc1cc62ece513f0b0b194f24f302c7a6
7
- data.tar.gz: b65df29d07ea272729c4d8cbf72c2ee9fe6ca6b8f14cfee6c7223cd8e81a7046d8dfe0d2e7a26848571752d006a4a1b38f7fcc51a42b304c920ef7a36b1d4e96
6
+ metadata.gz: d2d8b5fe3acbd52db2425b1721b122066b69969f097e6214a79276ec1c3b03f34223e9792dbc31365cd45c3b589f2f0ece297a2b808e5c3a96725f3ddbe35228
7
+ data.tar.gz: b0b4289b1aca539aa759337689b0ba0960a5566dba5f7dd043c2f46c1af204f4718805121943988274c07072a93fdfb057d685a03185fc79e1194e1b81ccc827
data/README.md CHANGED
@@ -65,7 +65,7 @@ Here is original Restful API, It has the most detailed and authoritative explana
65
65
 
66
66
  Here is our RDoc Document, It's well format to help you find more detail about methods.
67
67
 
68
- + [RDoc Document](http://www.rubydoc.info/gems/aliyun-odps/0.1.0)
68
+ + [RDoc Document](http://www.rubydoc.info/gems/aliyun-odps)
69
69
 
70
70
 
71
71
  Here are some more guides for help you. Welcome to advice.
data/aliyun-odps.gemspec CHANGED
@@ -6,12 +6,12 @@ require 'aliyun/odps/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'aliyun-odps'
8
8
  spec.version = Aliyun::Odps::VERSION
9
- spec.authors = ['Newell Zhu']
10
- spec.email = ['zlx.star@gmail.com']
9
+ spec.authors = ['Newell Zhu', 'genewoo']
10
+ spec.email = ['zlx.star@gmail.com', 'gene_wu@hotmail.com']
11
11
 
12
12
  spec.summary = 'It is a full-featured Ruby Library for Aliyun ODPS API. Enjoy it!'
13
13
  spec.description = 'It is a full-featured Ruby Library for Aliyun ODPS API. Enjoy it!'
14
- spec.homepage = 'https://github.com/aliyun-beta'
14
+ spec.homepage = 'https://github.com/aliyun-beta/aliyun-odps-ruby-sdk'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
17
  spec.bindir = 'exe'
@@ -1,5 +1,5 @@
1
1
  module Aliyun
2
2
  module Odps
3
- VERSION = '0.4.0'
3
+ VERSION = '0.4.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aliyun-odps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Newell Zhu
8
+ - genewoo
8
9
  autorequire:
9
10
  bindir: exe
10
11
  cert_chain: []
@@ -195,6 +196,7 @@ dependencies:
195
196
  description: It is a full-featured Ruby Library for Aliyun ODPS API. Enjoy it!
196
197
  email:
197
198
  - zlx.star@gmail.com
199
+ - gene_wu@hotmail.com
198
200
  executables: []
199
201
  extensions: []
200
202
  extra_rdoc_files: []
@@ -255,7 +257,7 @@ files:
255
257
  - wiki/ssl.md
256
258
  - wiki/tables.md
257
259
  - wiki/tunnels.md
258
- homepage: https://github.com/aliyun-beta
260
+ homepage: https://github.com/aliyun-beta/aliyun-odps-ruby-sdk
259
261
  licenses: []
260
262
  metadata: {}
261
263
  post_install_message: