# -*- ruby -*-

require 'rubygems'
require 'hoe'

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

Hoe.spec 'stompserver' do
  developer('Timothy Redaelli', 'timothy@redaelli.eu')
  extra_deps <<
    ["eventmachine", ">= 0.7.2"] <<
    ["hoe", ">= 2.0.0"]
end

# vim: syntax=ruby
