class Librarian::Chef::Source::Github

Public Class Methods

from_lock_options(environment, options) click to toggle source
# File lib/librarian/chef/source/github.rb, line 14
def from_lock_options(environment, options)
  Git.from_lock_options(environment, options)
end
from_spec_args(environment, uri, options) click to toggle source
# File lib/librarian/chef/source/github.rb, line 18
def from_spec_args(environment, uri, options)
  Git.from_spec_args(environment, "https://github.com/#{uri}", options)
end
lock_name() click to toggle source
# File lib/librarian/chef/source/github.rb, line 10
def lock_name
  Git.lock_name
end