Clean up the license field in various templates to ensure it's unlicense by default. (#2627)

This commit is contained in:
kacbuk001
2019-04-09 04:38:06 +02:00
committed by William Cheng
parent 2c26fd3a89
commit 07ebccd455
20 changed files with 229 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ sidebar_label: ruby
|gemName|gem name (convention: underscore_case).| |openapi_client|
|moduleName|top module name (convention: CamelCase, usually corresponding to gem name).| |OpenAPIClient|
|gemVersion|gem version.| |1.0.0|
|gemLicense|gem license. | |proprietary|
|gemLicense|gem license. | |unlicense|
|gemRequiredRubyVersion|gem required Ruby version. | |>= 1.9|
|gemHomepage|gem homepage. | |http://org.openapitools|
|gemSummary|gem summary. | |A ruby wrapper for the REST APIs|