Rakefile in svg-graph-1.0.0 vs Rakefile in svg-graph-1.0.1

- old
+ new

@@ -2,14 +2,14 @@ require 'rubygems' require 'hoe' $:.unshift("./lib") require 'svggraph' -Hoe.spec 'svg-graph' do |p| - p.version=SVG::Graph::VERSION - p.developer('Sean Russell', 'ser_AT_germane-software.com') - p.developer('Claudio Bustos', 'clbustos_AT_gmail.com') - p.rubyforge_name = 'ruby-statsample' # if different than 'svg_graph' - p.remote_rdoc_dir = 'svg-graph' +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.rubyforge_name = 'ruby-statsample' # if different than 'svg_graph' + self.remote_rdoc_dir = 'svg-graph' end # vim: syntax=ruby