# -*- ruby -*-

require 'rubygems'
require 'hoe'

Hoe.plugin :yard
Hoe.plugin :git
Hoe.plugin :rcov

Hoe.spec('ruby-ogginfo') do 
  developer('Guillaume Pierronnet','moumar@rubyforge.org')
  developer('Grant Gardner','grant@lastweekend.com.au')
  summary = 'ruby-ogginfo is a pure-ruby library that gives low level informations on ogg files'
end

# vim: syntax=Ruby
