# -*- ruby -*-

require "rubygems"
require "hoe"

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

# Hoe.plugin :compiler
# Hoe.plugin :doofus
# Hoe.plugin :email
# Hoe.plugin :gem_prelude_sucks
# Hoe.plugin :history
# Hoe.plugin :inline
# Hoe.plugin :isolate
# Hoe.plugin :minitest
# Hoe.plugin :perforce
# Hoe.plugin :racc
# Hoe.plugin :rcov
# Hoe.plugin :rdoc
# Hoe.plugin :seattlerb

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

  license "MIT"
end

# vim: syntax=ruby
