Skip to content

Commit

Permalink
Move changelog into main repository
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Feb 18, 2015
1 parent 6750348 commit 386a87b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ compatibility](https://github.com/prawnpdf/prawn/wiki/API-Compatibility-Notes)
guidelines. Generally speaking, you can expect tiny version updates to always be
safe upgrades, but minor and major updates can introduce incompatibilities.

Be sure to read the release notes each time we cut a new release and lock your gems accordingly.
You can find the project CHANGELOG at: https://github.com/prawnpdf/prawn/wiki/CHANGELOG
Be sure to read the release notes in CHANGELOG.md each time we cut a
new release, and lock your gems accordingly.

## Support

Expand Down
15 changes: 0 additions & 15 deletions prawn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,5 @@ Gem::Specification.new do |spec|
spec.homepage = "http://prawn.majesticseacreature.com"
spec.description = <<END_DESC
Prawn is a fast, tiny, and nimble PDF generator for Ruby
END_DESC
spec.post_install_message = <<END_DESC
********************************************
A lot has changed recently in Prawn.
Please read the changelog for details:
https://github.com/prawnpdf/prawn/wiki/CHANGELOG
********************************************
END_DESC
end

0 comments on commit 386a87b

Please sign in to comment.