-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from rposborne/2.12.5.0-heroku18
2.12.5.0 heroku stack 18 support
- Loading branch information
Showing
4 changed files
with
13 additions
and
5 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 +1 @@ | ||
2.12.5.0-alpha | ||
2.12.5.0 |
Binary file not shown.
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s| | |
|
||
s.authors = ["Brad Phelan"] | ||
s.date = Time.now.strftime('%Y-%m-%d') | ||
s.description = "This gem provides a wkhtmltopdf binary and configures wisepdf, wicked_pdf, and pdfkit for ruby based applications running in Heroku's Cedar-14 stack" | ||
s.description = "This gem provides a wkhtmltopdf binary and configures wisepdf, wicked_pdf, and pdfkit for ruby based applications running in Heroku" | ||
s.email = "[email protected]" | ||
s.executables = ["wkhtmltopdf-linux-amd64"] | ||
s.extra_rdoc_files = [ | ||
|
@@ -26,6 +26,6 @@ Gem::Specification.new do |s| | |
s.licenses = ["MIT"] | ||
s.require_paths = ["lib"] | ||
s.rubygems_version = "1.8.15" | ||
s.summary = "provides wkhtmltopdf binaries for heroku cedar-14 stack" | ||
s.summary = "provides wkhtmltopdf binaries for Heroku-18 stack" | ||
end | ||
|