Rakefile in pdf-storycards-0.0.1 vs Rakefile in pdf-storycards-0.1.0
- old
+ new
@@ -11,13 +11,14 @@
Hoe.new('pdf-storycards', PDF::Storycards::VERSION) do |p|
p.rubyforge_name = 'pdf-storycards'
p.author = 'Luke Melia'
p.email = 'luke@lukemelia.com'
p.summary = 'Utilities for generating printable story cards for agile planning and measurement'
- p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
- # p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
+ p.description = p.paragraphs_of('README.txt', 1..5).join("\n\n")
+ p.url = 'http://rubyforge.org/projects/pdf-storycards/'
p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
p.extra_deps << ['pdf-writer', '>= 1.1.7']
p.extra_deps << ['rspec', '>= 1.1.1']
+ p.remote_rdoc_dir = '' # Release to root
end
# vim: syntax=Ruby