oraclebmc 2.0.1 → 2.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README_BMCS.md +3 -2
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd76257c1282fd6d85178af90e67f0dbcc09c4a3
4
- data.tar.gz: 2ab620f167e9380b29e1bdddc80cb48628450c76
3
+ metadata.gz: 14eee280e11c54cb3e8cb4d84dfb8affbf30498b
4
+ data.tar.gz: 1d4ecc476626e98f15f3bb2ee007410432c39ae8
5
5
  SHA512:
6
- metadata.gz: 7a88f42aa8195fc014a8ff0ed01a20b2f79544166425720101cf226c22f313aa9490cef842a2be0cdcc4683daf30f5dba7fdf55c597cc153a0c11dc70f3c38a0
7
- data.tar.gz: d406c7ffd96a6724a95ef6444054d1f141bc9cfd65bba6d1ca944467a1d020697393f40a5a4c4d37ba69f97906cb0d8b90641c24939f563c9ae18807ae5f676d
6
+ metadata.gz: d488a8a7ebef78ef0c12ea6118207848a94038da3ab96d4ae98280281545f2843f21ee155c7865018d041273ab06083841f53209318a45acad1e19b7b071de52
7
+ data.tar.gz: bfb3a7b274bc3d9b1ad2e0ba91586722d2d84aeabd20af7c17d10424580d644e2615f541727a78527cc7fc8524fbee2d35403aae5dc5cfdbd30aa304d06e4788
@@ -1,5 +1,5 @@
1
1
  # Oracle Cloud Infrastructure Ruby SDK
2
- **Version 2.0.1**
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.1
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-10-12 00:00:00.000000000 Z
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.1
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.1
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."