class CookbookOmnifetch::GithubLocation
def initialize(dependency, options = {})
def initialize(dependency, options = {}) options[:git] = "git://github.com/#{options.delete(:github)}.git" super end
def initialize(dependency, options = {}) options[:git] = "git://github.com/#{options.delete(:github)}.git" super end