From ec59c5c7ee9fa3b5831ed0b5f713cee218480ea3 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Mon, 12 Nov 2007 11:22:18 -0800 Subject: updated the docs, added a version to the library, added a History file --- lib/git.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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) -- cgit