oraclebmc 2.0.0 → 2.0.1
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 +2 -1
- data/lib/oraclebmc.rb +3 -1
- 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: cd76257c1282fd6d85178af90e67f0dbcc09c4a3
|
4
|
+
data.tar.gz: 2ab620f167e9380b29e1bdddc80cb48628450c76
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a88f42aa8195fc014a8ff0ed01a20b2f79544166425720101cf226c22f313aa9490cef842a2be0cdcc4683daf30f5dba7fdf55c597cc153a0c11dc70f3c38a0
|
7
|
+
data.tar.gz: d406c7ffd96a6724a95ef6444054d1f141bc9cfd65bba6d1ca944467a1d020697393f40a5a4c4d37ba69f97906cb0d8b90641c24939f563c9ae18807ae5f676d
|
data/README_BMCS.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# Oracle Cloud Infrastructure Ruby SDK
|
2
|
-
**Version 2.0.
|
2
|
+
**Version 2.0.1**
|
3
3
|
|
4
4
|
This topic describes how to install, configure, and use the Oracle Cloud Infrastructure Ruby SDK.
|
5
5
|
|
@@ -14,6 +14,7 @@ The Ruby SDK supports the following services:
|
|
14
14
|
* Identity and Access Management Service
|
15
15
|
* Load Balancing Service
|
16
16
|
* Object Storage Service
|
17
|
+
* Database Service
|
17
18
|
|
18
19
|
**Licensing:** This SDK and sample is dual licensed under the Universal Permissive License 1.0 and the Apache License.
|
19
20
|
|
data/lib/oraclebmc.rb
CHANGED
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.1
|
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-10-12 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.1
|
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.1
|
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."
|