Skip to content

Commit

Permalink
capture both Description paragraphs for gemspec decscription
Browse files Browse the repository at this point in the history
  • Loading branch information
coatl committed Jul 6, 2009
1 parent 9801876 commit a5e2afe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Expand Up @@ -19,8 +19,7 @@ require 'lib/macro/version.rb'
readme=open("README.txt")
readme.readline("\n== DESCRIPTION:")
readme.readline("\n\n")
desc=readme.readline("\n\n")
desc=readme.readline("\n==")
hoe=Hoe.new("rubymacros", Macro::VERSION) do |_|
_.author = "Caleb Clausen"
Expand Down

0 comments on commit a5e2afe

Please sign in to comment.