Skip to content
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

gem sources --list doesn't print anything to the terminal #672

Merged
merged 1 commit into from Oct 9, 2013

Conversation

nmarley
Copy link

@nmarley nmarley commented Oct 5, 2013

Commit d58c5b2 introduces a bug in the "gem sources" command.

When "--list" or "-l" is passed to "gem sources", the command is currently ignoring it (nothing is printed to terminal).

Currently, when options[:list] is set (by passing -l or --list), the list() method is never reached.

When "--list" or "-l" is passed to "gem sources", the command is
currently ignoring it.
drbrain added a commit that referenced this pull request Oct 9, 2013
gem sources --list doesn't print anything to the terminal
@drbrain drbrain merged commit ee2977c into rubygems:master Oct 9, 2013
drbrain added a commit that referenced this pull request Oct 9, 2013
Pull request #672 fixes `gem sources --list`, but does not include a
test to verify.

This test will verify the pull request.
drbrain added a commit that referenced this pull request Oct 9, 2013
@nmarley nmarley deleted the fix-list-command branch October 9, 2013 02:04
drbrain added a commit that referenced this pull request Oct 9, 2013
Pull request #672 fixes `gem sources --list`, but does not include a
test to verify.

This test will verify the pull request.
drbrain added a commit that referenced this pull request Oct 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants