aliyunsdkcore 0.0.1 → 0.0.2
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 34bb50a838b34f10d2cdd31c037f9cad30b7fa064878dd0b48937e668c610e54
|
4
|
+
data.tar.gz: 5bd630175c66a108b6bbee9da7cec330b4bfb6c9645d58aa262baee9161138e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e6165a8e5557d51c25a1dc232955ad02583c10287e8fd08271ccf604c0fc96276c8695159962ddbbbd8f0ba1cfd883a1c4ea9523bc3ccc78d4f0a3a27c7a1e7
|
7
|
+
data.tar.gz: db83aa378af2ce23d91a309032dbed65fbf3604b60592ac08e38ac9358a5059da7fff71c24d0a8e0c2db2380336601a019b57315c46570115f2fead2608c5d69
|
data/README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
# Alibaba Cloud Ruby Software Development Kit(Working in progress)
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/aliyunsdkcore.svg)](https://badge.fury.io/rb/aliyunsdkcore)
|
3
4
|
[![Build Status](https://travis-ci.org/aliyun/openapi-core-ruby-sdk.svg?branch=master)](https://travis-ci.org/aliyun/openapi-core-ruby-sdk)
|
5
|
+
[![Build status](https://ci.appveyor.com/api/projects/status/uyepkk5bjbynofvu/branch/master?svg=true)](https://ci.appveyor.com/project/aliyun/openapi-core-ruby-sdk/branch/master)
|
4
6
|
[![codecov](https://codecov.io/gh/aliyun/openapi-core-ruby-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/aliyun/openapi-core-ruby-sdk)
|
5
7
|
|
6
8
|
The Alibaba Cloud Ruby Software Development Kit (SDK) allows you to access Alibaba Cloud services such as Elastic Compute Service (ECS), Server Load Balancer (SLB), and CloudMonitor. You can access Alibaba Cloud services without the need to handle API related tasks, such as signing and constructing your requests.
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aliyunsdkcore
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alibaba Cloud SDK
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-03-
|
11
|
+
date: 2019-03-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: simplecov
|
@@ -60,11 +60,12 @@ extensions: []
|
|
60
60
|
extra_rdoc_files: []
|
61
61
|
files:
|
62
62
|
- README.md
|
63
|
+
- lib/aliyunsdkcore.rb
|
63
64
|
- lib/roa_client.rb
|
64
65
|
- lib/rpc_client.rb
|
65
|
-
- spec/
|
66
|
+
- spec/roa_client_integration_spec.rb
|
66
67
|
- spec/roa_client_spec.rb
|
67
|
-
- spec/
|
68
|
+
- spec/rpc_client_integration_spec.rb
|
68
69
|
- spec/rpc_client_spec.rb
|
69
70
|
- spec/spec_helper.rb
|
70
71
|
homepage: http://www.alibabacloud.com/
|
@@ -91,8 +92,8 @@ signing_key:
|
|
91
92
|
specification_version: 4
|
92
93
|
summary: Alibaba Cloud Ruby Core SDK
|
93
94
|
test_files:
|
94
|
-
- spec/
|
95
|
+
- spec/roa_client_integration_spec.rb
|
95
96
|
- spec/roa_client_spec.rb
|
96
|
-
- spec/
|
97
|
+
- spec/rpc_client_integration_spec.rb
|
97
98
|
- spec/rpc_client_spec.rb
|
98
99
|
- spec/spec_helper.rb
|