# -*- ruby -*- require 'rubygems' require 'hoe' require 'lib/twfy.rb' Hoe.new('twfy', Twfy::VERSION) do |p| p.rubyforge_name = 'twfy' p.summary = 'Ruby library to interface with the TheyWorkForYou(.com) API; an information source on Parliament' p.description =<