class Gem::RequestSet::GemDependencyAPI
def git(repository)
def git(repository) @current_repository = repository yield ensure @current_repository = nil end
def git(repository) @current_repository = repository yield ensure @current_repository = nil end