forked from loafle/openapi-generator-original
Correct minor typo in Ruby gemspec files (#7263)
[Ruby] Correct minor typo in Ruby gemspec files
This commit is contained in:
committed by
William Cheng
parent
14a2c81adb
commit
9b5bba0193
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
||||
s.license = "{{{gemLicense}}}"
|
||||
{{/gemLicense}}
|
||||
{{^gemLicense}}
|
||||
# TODO uncommnet and update below with a proper license
|
||||
# TODO uncomment and update below with a proper license
|
||||
#s.license = "Apache 2.0"
|
||||
{{/gemLicense}}
|
||||
s.required_ruby_version = "{{{gemRequiredRubyVersion}}}{{^gemRequiredRubyVersion}}>= 1.9{{/gemRequiredRubyVersion}}"
|
||||
|
||||
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
||||
s.homepage = "https://github.com/swagger-api/swagger-codegen"
|
||||
s.summary = "Swagger Petstore */ ' \" =_end -- \\r\\n \\n \\r Ruby Gem"
|
||||
s.description = "This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ */ ' \" =_end -- "
|
||||
# TODO uncommnet and update below with a proper license
|
||||
# TODO uncomment and update below with a proper license
|
||||
#s.license = "Apache 2.0"
|
||||
s.required_ruby_version = ">= 1.9"
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
||||
s.homepage = "https://github.com/swagger-api/swagger-codegen"
|
||||
s.summary = "Swagger Petstore Ruby Gem"
|
||||
s.description = "This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\"
|
||||
# TODO uncommnet and update below with a proper license
|
||||
# TODO uncomment and update below with a proper license
|
||||
#s.license = "Apache 2.0"
|
||||
s.required_ruby_version = ">= 1.9"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user