Skip to content

Commit

Permalink
chore(master): release ruby 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Jul 28, 2023
1 parent ebcaa4e commit 3bc03cf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
8 changes: 8 additions & 0 deletions clients/ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [2.12.1](https://github.com/phrase/openapi/compare/ruby-v2.12.0...ruby-v2.12.1) (2023-07-28)


### 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))
20 changes: 12 additions & 8 deletions openapi-generator/ruby_lang.yaml
Original file line number Diff line number Diff line change
@@ -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.12.1
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: '[email protected]'
gemAuthorEmail: [email protected]
gitUserId: phrase
gitRepoId: phrase-ruby
templateDir: "openapi-generator/templates/ruby-client"
templateDir: openapi-generator/templates/ruby-client
2 changes: 1 addition & 1 deletion release-please/manifest-ruby.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.12.0"
".": "2.12.1"
}

0 comments on commit 3bc03cf

Please sign in to comment.