forked from ConsultingMD/qpdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to suppress warnings which would otherwise be treated as e…
…rrors and raise exceptions. This requires qpdf version 10.0.2 or higher. See: qpdf/qpdf#232
- Loading branch information
Showing
2 changed files
with
15 additions
and
9 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,13 1,13 @@ | ||
Gem::Specification.new do |g| | ||
g.name = 'qpdf' | ||
g.version = '0.0.3' | ||
g.date = '2019-10-14' | ||
g.version = '0.0.4' | ||
g.date = '2020-01-13' | ||
g.summary = 'Qpdf library for Rails' | ||
g.description = 'Qpdf is used for unlocking locked pdf files' | ||
g.license = 'MIT' | ||
g.authors = ['Ken Berland', 'Justin Ahn', 'Brett Suwyn'] | ||
g.authors = ['Ken Berland', 'Justin Ahn', 'Brett Suwyn', 'Sue Zheng Hao'] | ||
g.email = '[email protected]' | ||
g.homepage = 'https://github.com/ConsultingMD/qpdf.git' | ||
g.homepage = 'https://github.com/emmeryn/qpdf.git' | ||
g.files = %w(README.md LICENSE) | ||
g.files = Dir.glob("{lib,generators}/**/*") | ||
g.require_paths = ['lib'] | ||
|