Sha256: 232f631216aee88727f537df5cd00e362c0ab609d9ef41c6032d5e224431c474
Contents?: true
Size: 142 Bytes
Versions: 4
Compression:
Stored size: 142 Bytes
Contents
# coding: utf-8 module Githelp def git_check res = nil begin res = `git log` rescue end res != '' end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
githelp-0.1.4 | lib/githelp/git_check.rb |
githelp-0.1.3 | lib/githelp/git_check.rb |
githelp-0.1.2 | lib/githelp/git_check.rb |
githelp-0.1.1 | lib/githelp/git_check.rb |