Skip to content

Commit

Permalink
add Todd to authors list
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerley committed Nov 21, 2009
1 parent 9fc2c23 commit d321c11
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Rakefile
Expand Up @@ -11,7 +11,8 @@ Hoe.spec 'radius' do |p|
p.author = [
"John W. Long (me@johnwlong.com)",
"David Chelimsky (dchelimsky@gmail.com)",
"Bryce Kerley (bkerley@brycekerley.net)"
"Bryce Kerley (bkerley@brycekerley.net)",
"Todd Willey (todd@rubidine.com)"
]
p.changes = p.paragraphs_of("CHANGELOG", 1..2).join("\n\n")
p.rubyforge_name = p.name
Expand All @@ -28,4 +29,4 @@ Hoe.spec 'radius' do |p|
end

require 'newgem/tasks' # load /tasks/*.rake
Dir['tasks/**/*.rake'].each { |t| load t }
Dir['tasks/**/*.rake'].each { |t| load t }

0 comments on commit d321c11

Please sign in to comment.