Sha256: 28557b893255c6734b1cf758ac0487f9a8db926f579d8b68292e47768939bbcc
Contents?: true
Size: 209 Bytes
Versions: 18
Compression:
Stored size: 209 Bytes
Contents
module CookbookOmnifetch class GithubLocation < GitLocation def initialize(dependency, options = {}) options[:git] = "git://github.com/#{options.delete(:github)}.git" super end end end
Version data entries
18 entries across 18 versions & 1 rubygems