From 97b93f03f57e1405ccbee437224248a5fba69b15 Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 22 Aug 2023 11:36:28 +0200 Subject: [PATCH] chore(master): release ruby 2.13.0 --- clients/ruby/CHANGELOG.md | 14 ++++++++++++++ openapi-generator/ruby_lang.yaml | 20 ++++++++++++-------- release-please/manifest-ruby.json | 2 +- 3 files changed, 27 insertions(+), 9 deletions(-) create mode 100644 clients/ruby/CHANGELOG.md diff --git a/clients/ruby/CHANGELOG.md b/clients/ruby/CHANGELOG.md new file mode 100644 index 00000000..f89d389b --- /dev/null +++ b/clients/ruby/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [2.13.0](https://github.com/phrase/openapi/compare/ruby-v2.12.0...ruby-v2.13.0) (2023-08-22) + + +### Features + +* **TSE-950:** Document comment_reactions endpoints ([#380](https://github.com/phrase/openapi/issues/380)) ([f230244](https://github.com/phrase/openapi/commit/f230244e6e9c069b18edc4c35dd5e290fd14793b)) + + +### Bug Fixes + +* Fix gitlab_sync history status type mismatch ([#363](https://github.com/phrase/openapi/issues/363)) ([ebcaa4e](https://github.com/phrase/openapi/commit/ebcaa4e5dfcb2f73559a56c78b0f2512ca798375)) +* **schemas:** Fix gitlab_sync type mismatch ([#373](https://github.com/phrase/openapi/issues/373)) ([1cb1f65](https://github.com/phrase/openapi/commit/1cb1f650598c68afee6e2cd7c3c4ede1484aba35)) diff --git a/openapi-generator/ruby_lang.yaml b/openapi-generator/ruby_lang.yaml index 863908a1..842d79b9 100644 --- a/openapi-generator/ruby_lang.yaml +++ b/openapi-generator/ruby_lang.yaml @@ -1,16 +1,20 @@ -'!include': 'shared.yaml' +'!include': shared.yaml generatorName: ruby outputDir: clients/ruby moduleName: Phrase gemName: phrase -gemVersion: 2.12.0 -gemDescription: 'Phrase Strings is a translation management platform for software projects.' -gemSummary: 'You can collaborate on language file translation with your team or order translations through our platform. The API allows you to import locale files, download locale files, tag keys or interact in other ways with the localization data stored in Phrase Strings for your account.' +gemVersion: 2.13.0 +gemDescription: Phrase Strings is a translation management platform for software projects. +gemSummary: >- + You can collaborate on language file translation with your team or order + translations through our platform. The API allows you to import locale files, + download locale files, tag keys or interact in other ways with the + localization data stored in Phrase Strings for your account. gemRequiredRubyVersion: '>= 2.6.0' -gemLicense: 'MIT' -gemHomepage: 'https://phrase.com' +gemLicense: MIT +gemHomepage: https://phrase.com gemAuthor: Phrase -gemAuthorEmail: 'support@phrase.com' +gemAuthorEmail: support@phrase.com gitUserId: phrase gitRepoId: phrase-ruby -templateDir: "openapi-generator/templates/ruby-client" +templateDir: openapi-generator/templates/ruby-client diff --git a/release-please/manifest-ruby.json b/release-please/manifest-ruby.json index 0746cbe2..e6eadb43 100644 --- a/release-please/manifest-ruby.json +++ b/release-please/manifest-ruby.json @@ -1,3 +1,3 @@ { - ".": "2.12.0" + ".": "2.13.0" } \ No newline at end of file