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 +4 -4
- data/README.md +1 -1
- data/aliyun-odps.gemspec +3 -3
- data/lib/aliyun/odps/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f3587eab6c6ddac881152e05ecc296dd5ab0fbd
|
4
|
+
data.tar.gz: 8b6a3e6b2508f1b307afbb0b0cbcb061793d7a33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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'
|
data/lib/aliyun/odps/version.rb
CHANGED
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.
|
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:
|