oraclebmc 2.0.5 → 2.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README_BMCS.md +2 -2
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a28198a99b195ebdd589c4218374c7218f0afcf7
4
- data.tar.gz: 72c1ec046a5fc461b1c396a20af867c5dbfa5633
3
+ metadata.gz: c97d63bac99d8d95076383ce032958f73b35a0bb
4
+ data.tar.gz: 31e5d165de0edbafed10e802db5733fef8f45581
5
5
  SHA512:
6
- metadata.gz: b53ad7d7aa505a6476401c1eff20137c23f74dc8a93f8e82d0e81cf8f2edb66a92fecb91db5944c0c99521f738eb606598af96100213e25b4f82b46ed03f12cc
7
- data.tar.gz: 88a10ca661c45559ee193cc5499fca6d06b1373e95a95746d9210c7cfdfbbe36d868b3398517a50f060d8fafc87d0c9e6865725207f317eb656478939e759df4
6
+ metadata.gz: 27e3950a6e001fecbec524a3c1df4221f6f813d2ad8d4b33d5372fc0c039532d2dfe71d11ef935d71e4746ada6fa04fd55c99dbd057db5fcaafe01c37ee3a129
7
+ data.tar.gz: 28a2c04cd54b9f64068f119615635263bd7a906615a20c452e6ae58c703f5bbd70f5826305ca6aac3bb1cf5fb14fef2f0602076cf6f61abde9653842780f59c5
data/README_BMCS.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Oracle Cloud Infrastructure Ruby SDK
2
- **Version 2.0.5**
2
+ **Version 2.0.6**
3
3
 
4
4
  This topic describes how to install, configure, and use the Oracle Cloud Infrastructure Ruby SDK.
5
5
 
@@ -68,7 +68,7 @@ To use the Ruby SDK, you must have:
68
68
  * An Oracle Cloud Infrastructure account.
69
69
  * A user created in that account, in a group with a policy that grants the desired permissions. This can be a user for yourself, or another person/system that needs to call the API. For an example of how to set up a new user, group, compartment, and policy, see [Adding Users](https://docs.us-phoenix-1.oraclecloud.com/Content/GSG/Tasks/addingusers.htm) in the Getting Started Guide. For a list of typical policies you may want to use, see [Common Policies](https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Concepts/commonpolicies.htm) in the User Guide.
70
70
  * A keypair used for signing API requests, with the public key uploaded to Oracle. Only the user calling the API should be in possession of the private key. See the configuration information below.
71
- * Ruby version 2.2 or later running on Mac or Linux. Windows is not supported at this time.
71
+ * Ruby version 2.2 or later running on Mac, Linux or Windows.
72
72
 
73
73
  # Downloading and Installing the Gem File
74
74
  ## Installing the SDK
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.5
4
+ version: 2.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oracle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-11 00:00:00.000000000 Z
11
+ date: 2018-01-25 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.5
19
+ version: 2.0.6
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.5
26
+ version: 2.0.6
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."