oraclebmc 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README_BMCS.md +3 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14eee280e11c54cb3e8cb4d84dfb8affbf30498b
|
4
|
+
data.tar.gz: 1d4ecc476626e98f15f3bb2ee007410432c39ae8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d488a8a7ebef78ef0c12ea6118207848a94038da3ab96d4ae98280281545f2843f21ee155c7865018d041273ab06083841f53209318a45acad1e19b7b071de52
|
7
|
+
data.tar.gz: bfb3a7b274bc3d9b1ad2e0ba91586722d2d84aeabd20af7c17d10424580d644e2615f541727a78527cc7fc8524fbee2d35403aae5dc5cfdbd30aa304d06e4788
|
data/README_BMCS.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# Oracle Cloud Infrastructure Ruby SDK
|
2
|
-
**Version 2.0.
|
2
|
+
**Version 2.0.2**
|
3
3
|
|
4
4
|
This topic describes how to install, configure, and use the Oracle Cloud Infrastructure Ruby SDK.
|
5
5
|
|
@@ -10,11 +10,12 @@ The `oraclebmc` gem is deprecated and will no longer be maintained starting Marc
|
|
10
10
|
|
11
11
|
The Ruby SDK supports the following services:
|
12
12
|
|
13
|
+
* Audit
|
13
14
|
* Core Services (which includes Networking Service, Compute Service, and Block Volume Service)
|
15
|
+
* Database Service
|
14
16
|
* Identity and Access Management Service
|
15
17
|
* Load Balancing Service
|
16
18
|
* Object Storage Service
|
17
|
-
* Database Service
|
18
19
|
|
19
20
|
**Licensing:** This SDK and sample is dual licensed under the Universal Permissive License 1.0 and the Apache License.
|
20
21
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oraclebmc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Oracle
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-11-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: oci
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 2.0.
|
19
|
+
version: 2.0.2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 2.0.
|
26
|
+
version: 2.0.2
|
27
27
|
description: "Ruby SDK for Oracle Cloud Infrastructure. \n \n This gem is deprecated
|
28
28
|
and will no longer be maintained starting March 2018. Please move to 'oci' (https://rubygems.org/gems/oci)
|
29
29
|
instead to avoid interruption."
|