From 9b5bba01938d7e7b5113ba5185698725bcd5259a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20R=C3=A0fales?= Date: Sun, 7 Jan 2018 03:41:14 +0000 Subject: [PATCH] Correct minor typo in Ruby gemspec files (#7263) [Ruby] Correct minor typo in Ruby gemspec files --- .../swagger-codegen/src/main/resources/ruby/gemspec.mustache | 2 +- samples/client/petstore-security-test/ruby/petstore.gemspec | 2 +- samples/client/petstore/ruby/petstore.gemspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/swagger-codegen/src/main/resources/ruby/gemspec.mustache b/modules/swagger-codegen/src/main/resources/ruby/gemspec.mustache index 7501d1360e8e..1f30abfe0d2b 100644 --- a/modules/swagger-codegen/src/main/resources/ruby/gemspec.mustache +++ b/modules/swagger-codegen/src/main/resources/ruby/gemspec.mustache @@ -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}}" diff --git a/samples/client/petstore-security-test/ruby/petstore.gemspec b/samples/client/petstore-security-test/ruby/petstore.gemspec index 51d168e828b3..b525d76e62c1 100644 --- a/samples/client/petstore-security-test/ruby/petstore.gemspec +++ b/samples/client/petstore-security-test/ruby/petstore.gemspec @@ -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" diff --git a/samples/client/petstore/ruby/petstore.gemspec b/samples/client/petstore/ruby/petstore.gemspec index 5971503b533b..1fd31302b796 100644 --- a/samples/client/petstore/ruby/petstore.gemspec +++ b/samples/client/petstore/ruby/petstore.gemspec @@ -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"