oci 2.21.0 → 2.21.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -5
  3. data/lib/oci/version.rb +1 -1
  4. metadata +8 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 18c3f2d4fc6954dd638689e54b98d1b56c72f11d0141df88a3597027661e8312
4
- data.tar.gz: 15da80698ec59bab6e266e3d952a17f2a3b2942f596ebbb5b666c752034e9ee2
3
+ metadata.gz: 173bfa47237f2a3f120836610c0fbd1ea62c3d2230225f341aca7d3abe13978d
4
+ data.tar.gz: 1a946bda4a02f57fe21601db039c64d790f1f0fbbaa8d09e20062f05223bdddb
5
5
  SHA512:
6
- metadata.gz: fee0c00cd6123e0ba48870fc95863bacc2c47537a24d2e7f5a5ceb0564eab341f3c029145c30df245b9f119675fae236c98f830d2c28d118db607a2c165c3e0f
7
- data.tar.gz: 6d31cdf81366097f6302ad680d36b905e2f7f1741f64c83718014f6627b9719582237041d7f4a6510c08c5d3da84a864685fa89d72376138c8bab18fe0a6a0d5
6
+ metadata.gz: 2cb74db141ccee7091de0a6b0928a3713e8ecca50022dd232e398526bdb0671c6d5d68efda5ceab4be0f43f03075a7b169e15464ed76a4cae2ebb8d2490e761a
7
+ data.tar.gz: 47c850b2fd05be392c4b8c52f64d67224038b965a14ec9905f0614171af4e2c6ced1676cfaef422e18c124cbc103ccf7e935633291228c606aa5fde5ddcc73e8
data/README.md CHANGED
@@ -4,7 +4,7 @@ This is Oracle Cloud Infrastructure SDK for Ruby. This project is open source an
4
4
 
5
5
  This project is no longer being actively developed by Oracle. We will continue to address security vulnerabilities for the foreseeable future, and will respond to questions on github, but have no plans to introduce any new functionality, and may not be able to address any non-security related issues. We encourage developers to migrate to other OCI SDKs, and developers may fork this project and enhance it as they desire.
6
6
 
7
- **Version 2.21.0**
7
+ **Version 2.21.1**
8
8
 
9
9
  This topic describes how to install, configure, and use the Oracle Cloud Infrastructure Ruby SDK.
10
10
 
@@ -718,9 +718,7 @@ See [CHANGELOG](https://github.com/oracle/oci-ruby-sdk/blob/master/CHANGELOG.md)
718
718
 
719
719
  ## Contributing
720
720
 
721
- oci-ruby-sdk is an open source project. See [CONTRIBUTING](https://github.com/oracle/oci-ruby-sdk/blob/master/CONTRIBUTING.md) for details.
722
-
723
- Oracle gratefully acknowledges the contributions to oci-ruby-sdk that have been made by the community.
721
+ This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
724
722
 
725
723
  ## Notifications
726
724
  To be notified when a new version of the Ruby SDK is released, subscribe to the [Atom feed](https://rubygems.org/gems/oci/versions.atom).
@@ -744,9 +742,13 @@ Addtional ways to get in touch:
744
742
  * [Developer Tools section](https://community.oracle.com/community/cloud_computing/bare-metal/content?filterID=contentstatus%5Bpublished%5D~category%5Bdeveloper-tools%5D&filterID=contentstatus%5Bpublished%5D~objecttype~objecttype%5Bthread%5D) of the Oracle Cloud forums
745
743
  * [My Oracle Support](https://support.oracle.com)
746
744
 
745
+ ## Security
746
+
747
+ Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
748
+
747
749
  ## License
748
750
 
749
- Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
751
+ Copyright (c) 2016, 2023 Oracle and/or its affiliates. All rights reserved.
750
752
 
751
753
  This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl
752
754
  or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
data/lib/oci/version.rb CHANGED
@@ -3,5 +3,5 @@
3
3
 
4
4
  # Top level module for the Oracle Cloud Infrastructure SDK
5
5
  module OCI
6
- VERSION = ('2.21.0'.freeze unless ENV['RUBY_SDK_VERSION']) || ENV['RUBY_SDK_VERSION']
6
+ VERSION = ('2.21.1'.freeze unless ENV['RUBY_SDK_VERSION']) || ENV['RUBY_SDK_VERSION']
7
7
  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.21.0
4
+ version: 2.21.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oracle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-07 00:00:00.000000000 Z
11
+ date: 2024-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -68,22 +68,22 @@ dependencies:
68
68
  name: psych
69
69
  requirement: !ruby/object:Gem::Requirement
70
70
  requirements:
71
+ - - "~>"
72
+ - !ruby/object:Gem::Version
73
+ version: '5.0'
71
74
  - - ">="
72
75
  - !ruby/object:Gem::Version
73
76
  version: 5.0.1
74
- - - "<"
75
- - !ruby/object:Gem::Version
76
- version: 5.1.2
77
77
  type: :runtime
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
80
80
  requirements:
81
+ - - "~>"
82
+ - !ruby/object:Gem::Version
83
+ version: '5.0'
81
84
  - - ">="
82
85
  - !ruby/object:Gem::Version
83
86
  version: 5.0.1
84
- - - "<"
85
- - !ruby/object:Gem::Version
86
- version: 5.1.2
87
87
  - !ruby/object:Gem::Dependency
88
88
  name: event_stream_parser
89
89
  requirement: !ruby/object:Gem::Requirement