oci 2.5.2 → 2.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ require 'logger'
5
5
 
6
6
  # rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
7
7
  module OCI
8
- # Oracle Resource Manager API.
8
+ # API for the Resource Manager service. Use this API to install, configure, and manage resources via the "infrastructure-as-code" model. For more information, see [Overview of Resource Manager](/iaas/Content/ResourceManager/Concepts/resourcemanager.htm).
9
9
  class ResourceManager::ResourceManagerClient
10
10
  # Client used to make HTTP requests.
11
11
  # @return [OCI::ApiClient]
@@ -1,5 +1,5 @@
1
1
  # Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
2
2
 
3
3
  module OCI
4
- VERSION = '2.5.2'.freeze
4
+ VERSION = '2.5.3'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oci
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.2
4
+ version: 2.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oracle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-11 00:00:00.000000000 Z
11
+ date: 2019-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -561,6 +561,8 @@ files:
561
561
  - "./lib/oci/database/models/create_autonomous_data_warehouse_backup_details.rb"
562
562
  - "./lib/oci/database/models/create_autonomous_data_warehouse_details.rb"
563
563
  - "./lib/oci/database/models/create_autonomous_database_backup_details.rb"
564
+ - "./lib/oci/database/models/create_autonomous_database_base.rb"
565
+ - "./lib/oci/database/models/create_autonomous_database_clone_details.rb"
564
566
  - "./lib/oci/database/models/create_autonomous_database_details.rb"
565
567
  - "./lib/oci/database/models/create_backup_details.rb"
566
568
  - "./lib/oci/database/models/create_data_guard_association_details.rb"