pdfkit.gemspec in pdfkit-0.3.3 vs pdfkit.gemspec in pdfkit-0.4.0
- old
+ new
@@ -3,50 +3,59 @@
# 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.3.3"
+ s.version = "0.4.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["jdpace"]
- s.date = %q{2010-06-18}
+ s.date = %q{2010-07-16}
+ s.default_executable = %q{pdfkit}
s.description = %q{Uses wkhtmltopdf to create PDFs using HTML}
s.email = %q{jared@codewordstudios.com}
- s.executables = ["wkhtmltopdf-linux-i386-0-9-9", "wkhtmltopdf-osx-i386-0-9-9", "wkhtmltopdf-proxy"]
+ s.executables = ["pdfkit"]
s.extra_rdoc_files = [
"LICENSE",
"README.md"
]
s.files = [
".document",
".gitignore",
+ ".rspec",
"LICENSE",
"README.md",
"Rakefile",
"VERSION",
- "bin/wkhtmltopdf-linux-i386-0-9-9",
- "bin/wkhtmltopdf-osx-i386-0-9-9",
- "bin/wkhtmltopdf-proxy",
+ "bin/pdfkit",
"lib/pdfkit.rb",
+ "lib/pdfkit/configuration.rb",
"lib/pdfkit/middleware.rb",
"lib/pdfkit/pdfkit.rb",
"lib/pdfkit/source.rb",
"pdfkit.gemspec",
"spec/fixtures/example.css",
"spec/fixtures/example.html",
+ "spec/middleware_spec.rb",
"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{**************************************************
+
+Run sudo pdfkit --install-wkhtmltopdf to install wkhtmltopdf binaries.
+(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 = [
"spec/middleware_spec.rb",
- "spec/PDFKit_spec.rb",
+ "spec/pdfkit_spec.rb",
"spec/source_spec.rb",
"spec/spec_helper.rb"
]
if s.respond_to? :specification_version then