Changelog for
ruby2.5-rubygem-camping-2.1.532-150400.2.3.x86_64.rpm :
* Tue Jul 30 2013 cooloAATTsuse.com- updated to version 2.1.532
* Wed Mar 20 2013 cooloAATTsuse.com- updated to version 2.1.531
* Thu Sep 13 2012 cooloAATTsuse.com- updated to version 2.1.523
* Wed Aug 01 2012 cooloAATTsuse.com- updated to version 2.1.467
* Fri Jun 11 2010 mrueckertAATTsuse.de- update to version 2.0
* Speed-up of Camping::Mab (thanks zimbatm!)
* AATTstate is now an alias of AATTenv[\'rack.session\']
* Camping.use injects a Rack middleware.
* Update Flipbook to RDoc 2.4
* Removed old examples.
* Updated examples/blog.rb
* Camping::Apps returns!
* Session-cookies now timeout naturally (thanks jenna!)
* You can now `throw :halt` to halt the response in a helper.
* Camping::H#u is gone (was an alias to merge!)
* Camping::Session now uses session-cookies. The AR-backend is gone for now.
* camping/db.rb has been renamed to camping/ar.rb.
* Camping now uses Rack internally. Every app responds to #call.
* Camping::Apps removed, it wasn\'t reliable.
* bin/camping server kinds splitted in various files.
* NotFound and ServerError controllers changed to methods : r404 : called when a controller was not found r500 : called on uncaught exception r501 : called on undefined method All of those can be overridden at your taste.
* Markaby no longer required. Like AR, is it autoloaded on (Mab) usage.
* Camping::H is now inheriting from Hash instead of HashWithIndifferentAccess.
* Which made possible to remove the last strict dependency : active_support
* #errors_for removed, it wasn\'t really used
* Bug fixes !
* Fri Jun 11 2010 mrueckertAATTsuse.de- use rubygems_requires macro
* Fri Dec 25 2009 prusnakAATTsuse.cz- update to 1.5.180
* Sun Aug 19 2007 mrueckertAATTsuse.de- spec file cleanup
* Sun Oct 15 2006 mrueckertAATTsuse.de- update to version 1.5: many small fixes and enhancements- symlink manpage into the mandir