aliyunsdkcore 0.0.1 → 0.0.2

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
  SHA256:
3
- metadata.gz: e2aa2eda4b1227ed6df56755568a56581b32687d09ffafd7a5d409ae97693f9c
4
- data.tar.gz: ac4f65d9277dbd14c0aa8cce81031b7a5235b12263d0c29bf39e381ab76d3a36
3
+ metadata.gz: 34bb50a838b34f10d2cdd31c037f9cad30b7fa064878dd0b48937e668c610e54
4
+ data.tar.gz: 5bd630175c66a108b6bbee9da7cec330b4bfb6c9645d58aa262baee9161138e5
5
5
  SHA512:
6
- metadata.gz: a0a9cc6e88a2aad8345da1e3091d319339b9c82f1d3f933bb66a42e0567260d79c2dd54ab908637b097131e3dfe03252c1b163b7398eaef90b12e86e4e05ed20
7
- data.tar.gz: 715239a7c720126240e85aa19cba49a5ccd7d78dbc0c6e4048e1f7b079ae2f0b8c259a92b59204b167c4fb94176973558c996946fbad9c456bf974a34cf754f1
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.
@@ -0,0 +1,6 @@
1
+ require './rpc_client.rb'
2
+ require './roa_client.rb'
3
+
4
+ module AliyunSDKCore
5
+ VERSION = "0.0.2"
6
+ end
@@ -31,4 +31,4 @@ describe 'roa request' do
31
31
  expect(response.body.instance_of? String).to be true
32
32
  end
33
33
 
34
- end
34
+ end
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.1
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-13 00:00:00.000000000 Z
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/roa_cilent_integration_spec.rb
66
+ - spec/roa_client_integration_spec.rb
66
67
  - spec/roa_client_spec.rb
67
- - spec/rpc_cilent_integration_spec.rb
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/roa_cilent_integration_spec.rb
95
+ - spec/roa_client_integration_spec.rb
95
96
  - spec/roa_client_spec.rb
96
- - spec/rpc_cilent_integration_spec.rb
97
+ - spec/rpc_client_integration_spec.rb
97
98
  - spec/rpc_client_spec.rb
98
99
  - spec/spec_helper.rb