mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
[Ruby] Add support for populating a gem metadata (#16872)
* [Ruby] Add support for gems metadata This defaults to an empty hash, but can be overridden with any custom object by the callers via the `gemMetadata` property. * Regenerate samples The gemspecs files will now include a metadata field
This commit is contained in:
@@ -26,6 +26,7 @@ Gem::Specification.new do |s|
|
||||
s.description = "This specification shows how to generate aliases to maps and arrays as models."
|
||||
s.license = "Unlicense"
|
||||
s.required_ruby_version = ">= 2.7"
|
||||
s.metadata = {}
|
||||
|
||||
s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user