git_cache 0.1.0
The GitCache class provides cached access to remote git data. Given a remote repository, a path, and a commit, it makes the files from that repository available in the local file system. Access is cached, so repeated requests for the same commit and path in the same repo do not make additional network calls.
Gemfile:
=
install:
=
Runtime Dependencies (2):
exec_service
~> 0.1
simple_xdg
~> 0.1