-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set up travis rubygems deploy & add PDFs to pages collection
- Loading branch information
Showing
4 changed files
with
19 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Gem::Specification.new do |spec| | ||
spec.version = "0.1.6a" | ||
spec.homepage = "http://github.com/abemedia/jekyll-pdf/" | ||
spec.authors = ["Adam Bouqdib"] | ||
spec.email = ["[email protected]"] | ||
spec.files = %W(Gemfile README.md LICENSE) + Dir["lib/**/*"] | ||
spec.summary = "PDF generator for Jekyll" | ||
spec.name = "jekyll-pdf" | ||
spec.license = "GPL-3.0" | ||
spec.has_rdoc = false | ||
spec.name = "jekyll-pdf" | ||
spec.version = "0.1.6" | ||
spec.summary = "A PDF generator for Jekyll" | ||
spec.description = "A Jekyll plugin for generating PDFs from your pages, posts & documents." | ||
|
||
spec.license = "GPL-3.0" | ||
spec.homepage = "http://github.com/abemedia/jekyll-pdf/" | ||
spec.authors = ["Adam Bouqdib"] | ||
spec.email = ["[email protected]"] | ||
|
||
spec.files = `git ls-files`.split($/) | ||
spec.has_rdoc = false | ||
spec.require_paths = ["lib"] | ||
spec.description = spec.description = <<-DESC | ||
A Jekyll plugin, that allows you to create PDF versions of your pages & documents. | ||
DESC | ||
|
||
spec.add_runtime_dependency "wkhtmltopdf-installer", "~> 0.12" | ||
spec.add_runtime_dependency "pdfkit", "~> 0.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters