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
== Get It ==
gem install ruport
== Problems? ==
If there are issues, please bring them up on this list.
-greg