File rubygem-camping.changes of Package rubygem-camping
-------------------------------------------------------------------
Tue Jul 30 18:46:49 UTC 2013 - coolo@suse.com
- updated to version 2.1.532
-------------------------------------------------------------------
Wed Mar 20 06:23:51 UTC 2013 - coolo@suse.com
- updated to version 2.1.531
-------------------------------------------------------------------
Thu Sep 13 09:08:56 UTC 2012 - coolo@suse.com
- updated to version 2.1.523
-------------------------------------------------------------------
Wed Aug 1 05:02:25 UTC 2012 - coolo@suse.com
- updated to version 2.1.467
-------------------------------------------------------------------
Fri Jun 11 13:38:21 UTC 2010 - mrueckert@suse.de
- update to version 2.0
* Speed-up of Camping::Mab (thanks zimbatm!)
* @state is now an alias of @env['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 10:00:01 UTC 2010 - mrueckert@suse.de
- use rubygems_requires macro
-------------------------------------------------------------------
Fri Dec 25 02:18:13 UTC 2009 - prusnak@suse.cz
- update to 1.5.180
-------------------------------------------------------------------
Sun Aug 19 21:16:59 CEST 2007 - mrueckert@suse.de
- spec file cleanup
-------------------------------------------------------------------
Sun Oct 15 07:13:00 CEST 2006 - mrueckert@suse.de
- update to version 1.5:
many small fixes and enhancements
- symlink manpage into the mandir