update user-agent for Ruby

This commit is contained in:
wing328
2016-03-14 21:57:51 +08:00
parent df8d4fd8b8
commit e10c28596c
11 changed files with 67 additions and 78 deletions

View File

@@ -101,6 +101,6 @@ public class CodegenConstants {
public static final String RELEASE_NOTE_DESC = "Release note, default to 'Minor update'.";
public static final String HTTP_USER_AGENT = "httpUserAgent";
public static final String HTTP_USER_AGENT_DESC = "HTTP user agent, e.g. codegen_csharp_api_client, default to 'Swagger-Codegen/{releaseVersion}}/{language}'";
public static final String HTTP_USER_AGENT_DESC = "HTTP user agent, e.g. codegen_csharp_api_client, default to 'Swagger-Codegen/{packageVersion}}/{language}'";
}