Initial commit

This commit is contained in:
2011-03-01 22:47:32 +00:00
commit fe075cc6c3
6 changed files with 37 additions and 0 deletions

3
lib/twhois.rb Normal file
View File

@@ -0,0 +1,3 @@
module Twhois
# Your code goes here...
end

3
lib/twhois/version.rb Normal file
View File

@@ -0,0 +1,3 @@
module Twhois
VERSION = "0.0.1"
end