Skip to content

adding configurable options to the gemspec file #1829

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 8, 2016

Conversation

KevinGlinski
Copy link
Contributor

No description provided.

cliOptions.add(new CliOption(GEM_DESCRIPTION, "gem description. ").
defaultValue("This gem maps to a swagger API"));

cliOptions.add(new CliOption(GEM_AUTHOR, "gem author (only one is supported)."));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

couldn't get a list of strings. if i made gemAuthor a String[], it was turned into a String by the time it reached the template, if i created a string value that contained double quotes, those were removed by the time it hit the template. If there is a way to do this, i'll update it.

@wing328
Copy link
Contributor

wing328 commented Jan 7, 2016

@KevinGlinski thanks for the PR. Seems like issue with Travis CI at the moment. I'll restart the build process later to see if the build issue persists.

@wing328 wing328 added this to the v2.1.6 milestone Jan 7, 2016
@fehguy
Copy link
Contributor

fehguy commented Jan 7, 2016

Hi, please rebase with master. The .travis.yml file needs to be updated for the PR to pass.

@fehguy fehguy merged commit 06717fb into swagger-api:master Jan 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants