# -*- ruby -*-

require 'rubygems'
require 'hoe'

# Hoe.plugin :compiler
# Hoe.plugin :gem_prelude_sucks
# Hoe.plugin :inline
# Hoe.plugin :inline
# Hoe.plugin :racc
# Hoe.plugin :rubyforge

Hoe.spec 'benchmark_suite' do
  developer('Evan Phoenix', 'evan@fallingsnow.net')
  dependency "benchmark-ips", "~> 1.0"
end

# vim: syntax=ruby
