summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-12 11:22:18 -0800
committerscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-12 11:22:18 -0800
commitec59c5c7ee9fa3b5831ed0b5f713cee218480ea3 (patch)
tree39b41ffa4bd4c3b4d211999d33daf6fde7dbae15 /lib
parent32fbe703605310c91677225442a62ae0869d0892 (diff)
downloadthird_party-ruby-git-ec59c5c7ee9fa3b5831ed0b5f713cee218480ea3.tar.gz
third_party-ruby-git-ec59c5c7ee9fa3b5831ed0b5f713cee218480ea3.tar.xz
third_party-ruby-git-ec59c5c7ee9fa3b5831ed0b5f713cee218480ea3.zip
updated the docs, added a version to the library, added a History file
Diffstat (limited to 'lib')
-rw-r--r--lib/git.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/git.rb b/lib/git.rb
index cfcbc8c..1452427 100644
--- a/lib/git.rb
+++ b/lib/git.rb
@@ -30,6 +30,8 @@ require 'git/ref'
=end
module Git
+
+ VERSION = '1.0.1'
def self.bare(git_dir)
Base.bare(git_dir)