Posted By: Gregory Brown
Date: 2007-06-12 19:53
Summary: Ruport 1.0.1, Bugfix release
Project: Ruby Reports (Ruport)
This release fixes some issues with Ruport 1.0.0:
* Alternative PDF Grouping styles were not functioning correctly, now have been fixed via a workaround (#338)
* A developer convenience method added to Kernel, quiet() was moved into the Ruport module due to a conflict with the rdoc library. Reported by Jeremy McAnally (#337)
* Renderer::Hooks method as() was causing silent failures if renderable_data threw an error. This has been fixed, but now any class implementing renderable_data must make the method public(#334)
* Benchmark suite was calling Record#to_h, which has been changed to Record#to_hash, causing the script to halt. This has been fixed. (#333)
* Commaleon example was accidentally gem locking to Ruport 0.12.0 |
|