No description
Find a file
2022-02-17 20:30:26 +02:00
.github/workflows Temporarily remove the 3.1, 3.1.0, and ruby-head entries because of the transitive matrix dependency for these rubies 2022-02-17 20:30:26 +02:00
data Add spec for nil content which fails without code change 2022-02-15 14:12:33 +02:00
lib Migrate to GitHub Actions 2022-02-17 20:30:26 +02:00
spec Temporarily remove the 3.1, 3.1.0, and ruby-head entries because of the transitive matrix dependency for these rubies 2022-02-17 20:30:26 +02:00
.gitignore update pdf-reader to 2.0 2017-03-24 09:54:09 +01:00
.rubocop.yml Migrate to GitHub Actions 2022-02-17 20:30:26 +02:00
COPYING Initial import 2014-01-21 10:44:44 -05:00
Gemfile Migrate to GitHub Actions 2022-02-17 20:30:26 +02:00
GPLv2 Fix FSF address 2016-06-17 14:36:56 +01:00
GPLv3 Initial import 2014-01-21 10:44:44 -05:00
LICENSE Initial import 2014-01-21 10:44:44 -05:00
prawn-templates.gemspec Remove development dependency on rspec, as that's transitive through prawn-dev 2022-02-17 20:30:26 +02:00
Rakefile Migrate to GitHub Actions 2022-02-17 20:30:26 +02:00
README.md Migrate to GitHub Actions 2022-02-17 20:30:26 +02:00
VERSION prepare nex version 2019-11-21 17:21:49 +01:00

Prawn Templates

Gem Version Build Status Code Climate Maintained: PRs accepted

Support for templates was dropped in Prawn 0.13.0, disabled by default in 0.14.0, and extracted in 0.15.0.

This gem includes the extracted templates code, which is mainly unsupported, but provides the old functionality that was in Prawn 0.12.0 for years.

Templates were originally written by James Healy, but are no longer actively maintained by anyone. Burkhard Vogel created a port to make the old code work again with the current state of prawn. Use at your own risk, or volunteer to help maintain the code through issues and pull requests or on the Prawn Mailing list:

https://groups.google.com/forum/#!forum/prawn-ruby

Keep in mind the reason that this gem was extracted is because the code is very buggy! For a list of old issues that were affecting it, see Prawn's tracker:

https://github.com/prawnpdf/prawn/issues?direction=desc&labels=templates&page=1&sort=updated&state=closed

Issues that affect releases after 0.0.3 should be filed here.

For Prawn 2.1.0 use v0.0.4, Prawn 2.2.1 works with 0.0.5, if you rely on pdf-reader 2.0 you should opt for 0.1.0. Although the gem requires ruby versions after 1.9.3 only the ones mentioned in .travis.yml are supported.