require "hoe"

Hoe.plugin :seattlerb
Hoe.plugin :inline
Hoe.plugin :isolate

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

  license "MIT"
end

task(:test).prerequisites.delete "clean" # TODO: consider removing from hoe?

# vim: syntax=Ruby
