Navigation Menu

Skip to content

Commit

Permalink
updating Rakefile
Browse files Browse the repository at this point in the history
git-svn-id: svn://rubyforge.org/var/svn/namecase/trunk@44 917ac306-ed13-0410-8fcf-ecc17ec2e4de
  • Loading branch information
aaronp committed Nov 4, 2006
1 parent 39b4107 commit d5aa4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -14,5 +14,5 @@ Hoe.new(PKG_NAME, PKG_VERSION) do |p|
p.description = p.paragraphs_of('README.txt', 4).join("\n\n")
p.url = p.paragraphs_of('README.txt', 1).first.strip
p.changes = p.paragraphs_of('CHANGELOG.txt', 0..2).join("\n\n")
p.extra_deps = []
p.spec_extras = { :test_files => Dir[*p.test_globs] }
end

0 comments on commit d5aa4a5

Please sign in to comment.