# -*- ruby -*-

require "rubygems"
require "hoe"

Hoe.plugin :isolate
Hoe.plugin :seattlerb
Hoe.plugin :rdoc
Hoe.plugin :cov

Hoe.spec "path_expander" do
  developer "Ryan Davis", "ryand-ruby@zenspider.com"

  license "MIT"
end

# vim: syntax=ruby
