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

Yanking gems #36

Merged
merged 11 commits into from
Oct 26, 2015
Merged

Yanking gems #36

merged 11 commits into from
Oct 26, 2015

Conversation

smellsblue
Copy link
Contributor

Support yanking gems via the gem yank command

This fixes #17

@smellsblue smellsblue mentioned this pull request Oct 26, 2015
@@ -11,6 +11,10 @@ def initialize(client)
@client = client
end

def flush
@client.flush
Copy link
Contributor

Choose a reason for hiding this comment

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

Use forwardable? not important any way.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed in 195aa82 along with some other forwardable calls

@smellsblue smellsblue merged commit 9cc2b00 into master Oct 26, 2015
@smellsblue smellsblue deleted the yanking-gems branch October 26, 2015 21:59
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.

Yank a private gem
2 participants