initial library setup

This commit is contained in:
Tom Preston-Werner
2010-04-07 00:41:50 -07:00
parent 9668b76617
commit c1abbec2f1
6 changed files with 251 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# external
require 'grit'
# internal
require 'gollum/repo'
module Gollum
VERSION = '0.0.1'
end