From 90dea6d415bfc5734bc87c2797b26cca311246bc Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Tue, 20 Nov 2007 13:24:44 -0800 Subject: have the pure ruby bindings working to some degree --- lib/git/raw/object.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/git/raw/object.rb') diff --git a/lib/git/raw/object.rb b/lib/git/raw/object.rb index 7e3e618..f10d853 100644 --- a/lib/git/raw/object.rb +++ b/lib/git/raw/object.rb @@ -263,6 +263,6 @@ module Git :tag end end - + end end \ No newline at end of file -- cgit