Skip to content

Commit

Permalink
emphasize the installation message
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Nelson committed Apr 3, 2011
1 parent 0ddd391 commit 6b16a4e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions prawn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ Gem::Specification.new do |spec|
Prawn is a fast, tiny, and nimble PDF generator for Ruby
END_DESC
spec.post_install_message = <<END_DESC
********************************************
A lot has changed since 0.8.4. Please read https://github.com/sandal/prawn/wiki/CHANGELOG for details.
********************************************
END_DESC
end

0 comments on commit 6b16a4e

Please sign in to comment.