lib/git_cli.rb in git_cli-0.4.0 vs lib/git_cli.rb in git_cli-0.5.0

- old
+ new

@@ -88,10 +88,10 @@ log_debug "System GIT version is #{tver}. Min require version is #{MIN_GIT_VERSION}" end end - end + end # Gvcs::Vcs module WsCommon def check_vcs raise_if_empty(@vcs, "VCS must not be null", GitCliException) raise_if_empty(@wsPath, "Workspace path must not be null", GitCliException)