pdfkit.gemspec in pdfkit-middleware-to-file-0.5.4 vs pdfkit.gemspec in pdfkit-middleware-to-file-0.5.5

- old
+ new

@@ -2,16 +2,16 @@ $:.push File.expand_path("../lib", __FILE__) require "pdfkit/version" Gem::Specification.new do |s| s.name = "pdfkit-middleware-to-file" - s.version = "0.5.4" # PDFKit::VERSION + s.version = "0.5.5" # PDFKit::VERSION s.platform = Gem::Platform::RUBY - s.authors = ["Jared Pace", "Relevance", "Ashish"] + s.authors = ["Jared Pace", "Relevance", "Ashish", "kikuchiyo"] # s.email = ["jared@codewordstudios.com"] # s.homepage = "http://github.com/jdpace/PDFKit" s.summary = "HTML+CSS -> PDF" - s.description = "Uses wkhtmltopdf to create PDFs using HTML - and save file -> from Ashish post on stack overflow" + s.description = "Updates to PDFKit by Jared Pace and Relevance with stack overflow post suggested by Ashish implemented to save server side pdf file, and code to save pdf file on repository." s.rubyforge_project = "pdfkit" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")