mirror of https://github.com/licensee/licensee.git
autoload rugged
This commit is contained in:
parent
75ee8f09e6
commit
0aae9d90a4
|
@ -1,7 +1,6 @@
|
|||
require_relative 'licensee/version'
|
||||
require 'forwardable'
|
||||
require 'pathname'
|
||||
require 'rugged'
|
||||
require 'yaml'
|
||||
|
||||
module Licensee
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
# Project files for this project type will contain the following keys:
|
||||
# :name - the file's path relative to the repo root
|
||||
# :oid - the file's OID
|
||||
|
||||
autoload :Rugged, 'rugged'
|
||||
|
||||
module Licensee
|
||||
module Projects
|
||||
class GitProject < Licensee::Projects::Project
|
||||
|
|
Loading…
Reference in New Issue