oraclebmc 2.0.8 → 2.0.9
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
- 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: 0990773c9d867e8c1df64cefaa1388c9312938be
|
4
|
+
data.tar.gz: 53b013100afd6cb2c624db07e1a4bb1a0409f5ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7973bb66cb99924dd867c0d10735026927028244fd16080da3c63b8d270f0c59e58a41979227fe781bae0774190760b892f167b610f170088b319590c6095f4d
|
7
|
+
data.tar.gz: 776201b2b5947e6973c97a8c2eca62da1d8cd89e0f389d0bb6f4882e4c38952474d585cd9d74768f9011d6345dd1e2b786ddb21cc5551b09834f51df6475352a
|
data/README_BMCS.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# Oracle Cloud Infrastructure Ruby SDK
|
2
|
-
**Version 2.0.
|
2
|
+
**Version 2.0.9**
|
3
3
|
|
4
4
|
This topic describes how to install, configure, and use the Oracle Cloud Infrastructure Ruby SDK.
|
5
5
|
|
@@ -18,6 +18,7 @@ The Ruby SDK supports the following services:
|
|
18
18
|
* Object Storage Service
|
19
19
|
* Domain Name System Service
|
20
20
|
* File Storage Service
|
21
|
+
* Email Service
|
21
22
|
|
22
23
|
**Licensing:** This SDK and sample is dual licensed under the Universal Permissive License 1.0 and the Apache License.
|
23
24
|
|
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.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Oracle
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-03-07 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.9
|
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.9
|
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."
|