first commit

This commit is contained in:
Shane Becker 2011-06-14 20:02:00 -07:00
commit 9260774403
8 changed files with 120 additions and 0 deletions

12
Rakefile Normal file
View file

@ -0,0 +1,12 @@
# -*- ruby -*-
require 'rubygems'
require 'hoe'
Hoe.spec 'microformats2' do
# developer('FIX', 'FIX@example.com')
# self.rubyforge_name = 'microformats2x' # if different than 'microformats2'
end
# vim: syntax=ruby