final commit

This commit is contained in:
Shane Becker 2013-04-18 21:34:08 -07:00
parent 0627c5a4d7
commit 19e8c25f6c
10 changed files with 2 additions and 823 deletions

View file

@ -1,13 +0,0 @@
# -*- ruby -*-
require 'rubygems'
require 'hoe'
Hoe.spec 'microformats2' do
developer('Shane Becker', 'veganstraightedge@gmail.com')
extra_deps << ['nokogiri', ">= 0"]
self.readme_file = "README.md"
end
# vim: syntax=ruby