Skip to content

Commit

Permalink
Regenerated gemspec for version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpace committed Jul 23, 2010
1 parent 48c0f73 commit 9fec22a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pdfkit.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{pdfkit}
s.version = "0.4.1"
s.version = "0.4.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["jdpace"]
Expand All @@ -23,6 +23,7 @@ Gem::Specification.new do |s|
".gitignore",
".rspec",
"LICENSE",
"POST_INSTALL",
"README.md",
"Rakefile",
"VERSION",
Expand All @@ -42,6 +43,7 @@ Gem::Specification.new do |s|
]
s.homepage = %q{http://github.com/jdpace/PDFKit}
s.post_install_message = %q{******************************************************************
Now install wkhtmltopdf binaries:
Global: sudo `which pdfkit` --install-wkhtmltopdf
or inside RVM folder: export TO=`which pdfkit | sed 's:/pdfkit:/wkhtmltopdf:'` && pdfkit --install-wkhtmltopdf
Expand Down

0 comments on commit 9fec22a

Please sign in to comment.