Rakefile in svg-graph-1.0.1 vs Rakefile in svg-graph-1.0.3

- old
+ new

@@ -1,14 +1,20 @@ # -*- ruby -*- +# -*- coding: utf-8 -*- +$:.unshift(File.dirname(__FILE__)+"/lib/") require 'rubygems' require 'hoe' + +Hoe.plugin :git $:.unshift("./lib") require 'svggraph' Hoe.spec 'svg-graph' do self.version=SVG::Graph::VERSION self.developer('Sean Russell', 'ser_AT_germane-software.com') self.developer('Claudio Bustos', 'clbustos_AT_gmail.com') + self.developer("Liehann Loots","liehhanl_AT_gmail.com") + self.developer("Piergiuliano Bossi","pgbossi_AT_gmail.com") self.rubyforge_name = 'ruby-statsample' # if different than 'svg_graph' self.remote_rdoc_dir = 'svg-graph' end # vim: syntax=ruby