# encoding: utf-8

require 'rubygems'
require 'hoe'
require './lib/diff-display.rb'

Hoe.new('diff-display', Diff::Display::VERSION::STRING) do |p|
  p.rubyforge_name = 'hoe_testx'
  p.developer('Johan Sørensen', 'johan@johansorensen.com')
end
