Module: SafeUpdate
- Defined in:
- lib/safe_update/git_repo.rb,
lib/safe_update.rb,
lib/safe_update/updater.rb,
lib/safe_update/version.rb,
lib/safe_update/outdated_gem.rb
Overview
This class models a git repo that we are running safe_update on, and the operations we need to perform in the context of running safe_update. This class is not unit tested. It’s simple code that mostly just makes system calls to git.
Defined Under Namespace
Classes: GitRepo, OutdatedGem, Updater
Constant Summary collapse
- VERSION =
'0.3.2'