initial commit

This commit is contained in:
Jessica Lynn Suttles 2013-02-04 12:45:41 -08:00
commit cde204d12f
8 changed files with 125 additions and 0 deletions

5
lib/microformats2.rb Normal file
View file

@ -0,0 +1,5 @@
require "microformats2/version"
module Microformats2
# Your code goes here...
end

View file

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