oci 2.2.0 → 2.2.1

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.
@@ -1,5 +1,5 @@
1
1
  # Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
2
2
 
3
3
  module OCI
4
- VERSION = '2.2.0'.freeze
4
+ VERSION = '2.2.1'.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.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oracle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-16 00:00:00.000000000 Z
11
+ date: 2018-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -431,9 +431,11 @@ files:
431
431
  - "./lib/oci/identity/identity_client_composite_operations.rb"
432
432
  - "./lib/oci/identity/models/add_user_to_group_details.rb"
433
433
  - "./lib/oci/identity/models/api_key.rb"
434
+ - "./lib/oci/identity/models/auth_token.rb"
434
435
  - "./lib/oci/identity/models/availability_domain.rb"
435
436
  - "./lib/oci/identity/models/compartment.rb"
436
437
  - "./lib/oci/identity/models/create_api_key_details.rb"
438
+ - "./lib/oci/identity/models/create_auth_token_details.rb"
437
439
  - "./lib/oci/identity/models/create_compartment_details.rb"
438
440
  - "./lib/oci/identity/models/create_customer_secret_key_details.rb"
439
441
  - "./lib/oci/identity/models/create_dynamic_group_details.rb"
@@ -467,6 +469,7 @@ files:
467
469
  - "./lib/oci/identity/models/tag_summary.rb"
468
470
  - "./lib/oci/identity/models/tenancy.rb"
469
471
  - "./lib/oci/identity/models/ui_password.rb"
472
+ - "./lib/oci/identity/models/update_auth_token_details.rb"
470
473
  - "./lib/oci/identity/models/update_compartment_details.rb"
471
474
  - "./lib/oci/identity/models/update_customer_secret_key_details.rb"
472
475
  - "./lib/oci/identity/models/update_dynamic_group_details.rb"