Correct minor typo in Ruby gemspec files (#7263)

[Ruby] Correct minor typo in Ruby gemspec files
This commit is contained in:
Bernat Ràfales
2018-01-07 03:41:14 +00:00
committed by William Cheng
parent 14a2c81adb
commit 9b5bba0193
3 changed files with 3 additions and 3 deletions

View File

@@ -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}}"

View File

@@ -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"

View File

@@ -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"