pdfkit.gemspec in pdfkit-0.4.1 vs pdfkit.gemspec in pdfkit-0.4.2

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- 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"] - s.date = %q{2010-07-19} + s.date = %q{2010-07-23} s.default_executable = %q{pdfkit} s.description = %q{Uses wkhtmltopdf to create PDFs using HTML} s.email = %q{jared@codewordstudios.com} s.executables = ["pdfkit"] s.extra_rdoc_files = [ @@ -21,10 +21,11 @@ s.files = [ ".document", ".gitignore", ".rspec", "LICENSE", + "POST_INSTALL", "README.md", "Rakefile", "VERSION", "bin/pdfkit", "lib/pdfkit.rb", @@ -39,16 +40,17 @@ "spec/pdfkit_spec.rb", "spec/source_spec.rb", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/jdpace/PDFKit} - s.post_install_message = %q{************************************************** + s.post_install_message = %q{****************************************************************** -Run sudo pdfkit --install-wkhtmltopdf to install wkhtmltopdf binaries. +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 (run pdfkit --help to see more options) -************************************************** -} +******************************************************************} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{HTML+CSS -> PDF} s.test_files = [