Class: Librarian::Puppet::Source::Git

Inherits:
Source::Git show all
Includes:
Local
Defined in:
lib/librarian/puppet/source/git.rb

Instance Method Summary collapse

Methods included from Local

#fetch_version, #install!

Instance Method Details

#fetch_dependencies(name, version, extra) ⇒ Object



48
49
50
51
52
# File 'lib/librarian/puppet/source/git.rb', line 48

def fetch_dependencies(name, version, extra)
  repository.dependencies.map do |k, v|
    Dependency.new(k, v, nil)
  end
end