Skip to content

Commit

Permalink
Keep Hoe happy (sigh) by changing the Hoe.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
pragdave committed Nov 3, 2009
1 parent e7fa7b3 commit 033f6ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/hoe.rb
Expand Up @@ -53,7 +53,8 @@ def extra_deps

# Generate all the Rake tasks
# Run 'rake -T' to see list of generated tasks (from gem root directory)
$hoe = Hoe.new(GEM_NAME, VERS) do |p|
$hoe = Hoe.spec(GEM_NAME) do |p|
p.version = VERS
p.developer(AUTHOR, EMAIL)
p.description = DESCRIPTION
p.summary = DESCRIPTION
Expand Down

0 comments on commit 033f6ab

Please sign in to comment.