shit works

This commit is contained in:
Shane Becker 2011-06-15 00:35:24 -07:00
parent 9260774403
commit ce2ea993a8
4 changed files with 364 additions and 7 deletions

View file

@ -4,9 +4,9 @@ require 'rubygems'
require 'hoe'
Hoe.spec 'microformats2' do
# developer('FIX', 'FIX@example.com')
# self.rubyforge_name = 'microformats2x' # if different than 'microformats2'
developer('Shane Becker', 'veganstraightedge@gmail.com')
extra_deps << ['nokogiri', ">= 0"]
end
# vim: syntax=ruby