Skip to content

Commit

Permalink
Merge pull request #3 from oracle-quickstart/quickfix
Browse files Browse the repository at this point in the history
version bump to 2.0.2 to keep it in line with rubygems
  • Loading branch information
KiranNadupuru authored Feb 17, 2022
2 parents 0c59f1a + b6b4584 commit 65967d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 2.0.1 - 2022-02-15
## 2.0.2 - 2022-02-17
### Added
- Added required ruby version in gemspec.
- Added spec metadata (Documentation, Source code and Change log) details.
Expand Down
4 changes: 2 additions & 2 deletions fluent-plugin-oci-logging-analytics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "fluent-plugin-oci-logging-analytics"
spec.version = "2.0.1"
spec.version = "2.0.2"
spec.authors = ["Oracle","OCI Observability: Logging Analytics"]
spec.email = ["[email protected]"]

Expand All @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.metadata = {
"documentation_uri" => "https://docs.oracle.com/en/learn/oci_logging_analytics_fluentd/",
"source_code_uri" => "https://github.com/oracle-quickstart/oci-logan-fluentd-output-plugin",
"changelog_uri" => "https://github.com/oracle-quickstart/oci-logan-fluentd-output-plugin/CHANGELOG.md"
"changelog_uri" => "https://github.com/oracle-quickstart/oci-logan-fluentd-output-plugin/blob/main/CHANGELOG.md"
}

spec.add_development_dependency "rake", "~> 12.0"
Expand Down

0 comments on commit 65967d9

Please sign in to comment.