# -*- ruby -*- require 'rubygems' require 'hoe' $:.unshift(File.dirname(__FILE__) + "/lib") require 'lvm/attributes' Hoe.new('ruby-lvm-attrib', LVM::Attributes::VERSION) do |p| p.developer('Matthew Kent', 'mkent@magoazul.com') p.remote_rdoc_dir = '' end # vim: syntax=Ruby