Debian Patches
Status for ruby-prawn-table/0.2.2-4
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| clean_spec_helper.patch | remove unneeded stuff from spec_helper file - remove call to bundler - remove test coverage - use path relative to LOAD_PATH instead of a require_relative to load prawn/table.rb |
Cédric Boutillier <boutil@debian.org> | no | 2016-06-12 | ||
| no_require_relative_in_specs.patch | do not use require_relative in specs Use instead require, and let the interpreter find the lib The tests should not rely on the presence of the lib/ directory for autopkgtest purposes. |
Cédric Boutillier <boutil@debian.org> | no | 2015-05-02 | ||
| mocha-3.patch | spec: fix Mocha 3+ strict keyword-argument matching in #style test Mocha 3.0+ (default on Ruby 3+) now treats `.with(foo: bar)` as real keyword arguments, while Prawn::Table#style (lib/prawn/table.rb:254) always passes the options hash *positionally*. |
Simon Quigley <tsimonq2@debian.org> | not-needed | vendor | 2026-02-22 |
