Skip to content

Commit

Permalink
Version bump in prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeering committed Jun 17, 2011
1 parent 301702d commit c37bb79
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pdfkit (0.5.0)
pdfkit (0.5.1)

GEM
remote: http://rubygems.org/
Expand Down
12 changes: 11 additions & 1 deletion History.md
@@ -1,4 +1,14 @@
2010-12-27
2011-06-17
==================
* Bump to 0.5.1
* Fix for response body coming through as an array.
* Added root_url configuration for setup where a host my not know its own name.
* Awareness of Bundler when looking for the wkhtmltopdf executable.
* Fix for file data getting truncated in Ruby 1.8.6
* Fix for 0.5.0 release getting stuck rendering all requests as PDFs.
* More robust meta tag detection.

2010-12-27
==================
* Bump to 0.5.0
* Switched to popen - adds support for JRuby and Windows
Expand Down
2 changes: 1 addition & 1 deletion lib/pdfkit/version.rb
@@ -1,3 +1,3 @@
class PDFKit
VERSION = "0.5.0"
VERSION = "0.5.1"
end

0 comments on commit c37bb79

Please sign in to comment.