File rubygem-sinatra.changes of Package rubygem-sinatra
-------------------------------------------------------------------
Sat Jun 8 06:33:45 UTC 2013 - coolo@suse.com
- updated to version 1.4.3
* Running a Sinatra file directly or via `run!` it will now ignore an
empty $PORT env variable. (noxqsgit)
* Improve documentation. (burningTyger, Patricio Mac Adden,
Konstantin Haase, Diogo Scudelletti, Dominic Imhof)
* Expose matched pattern as env["sinatra.route"]. (Aman Gupta)
* Fix warning on Ruby 2.0. (Craig Little)
* Improve running subset of tests in isolation. (Viliam Pucik)
* Reorder private/public methods. (Patricio Mac Adden)
* Loosen version dependency for rack, so it runs with Rails 3.2.
(Konstantin Haase)
* Request#accept? now returns true instead of a truthy value. (Alan Harris)
-------------------------------------------------------------------
Mon May 13 08:31:14 UTC 2013 - coolo@suse.com
- updated to version 1.4.2
* Fix parsing error for case where both the pattern and the captured part
contain a dot. (Florian Hanke, Konstantin Haase)
* Missing Accept header is treated like */*. (Greg Denton)
* Improve documentation. (Patricio Mac Adden, Joe Bottigliero)
= 1.4.1 / 2013-03-15
* Make delegated methods available in config.ru (Konstantin Haase)
= 1.4.0 / 2013-03-15
* Add support for LINK and UNLINK requests. (Konstantin Haase)
* Add support for Yajl templates. (Jamie Hodge)
* Add support for Rabl templates. (Jesse Cooke)
* Add support for Wlang templates. (Bernard Lambeau)
* Add support for Stylus templates. (Juan David Pastas, Konstantin Haase)
* You can now pass a block to ERb, Haml, Slim, Liquid and Wlang templates,
which will be used when calling `yield` in the template. (Alexey Muranov)
* When running in classic mode, no longer include Sinatra::Delegator in Object,
instead extend the main object only. (Konstantin Haase)
* Improved route parsing: "/:name.?:format?" with "/foo.png" now matches to
{name: "foo", format: "png"} instead of {name: "foo.png"}. (Florian Hanke)
* Add :status option support to send_file. (Konstantin Haase)
* The `provides` condition now respects an earlier set content type.
(Konstantin Haase)
* Exception#code is only used when :use_code is enabled. Moreover, it will
be ignored if the value is not between 400 and 599. You should use
Exception#http_status instead. (Konstantin Haase)
* Status, headers and body will be set correctly in an after filter when using
halt in a before filter or route. (Konstantin Haase)
-------------------------------------------------------------------
Tue Jan 29 06:49:16 UTC 2013 - coolo@suse.com
- updated to version 1.3.4
* Improve documentation. (Kashyap, Stanislav Chistenko, Konstantin Haase,
ymmtmsys, Anurag Priyam)
* Adjustments to template system to work with Tilt edge. (Konstantin Haase)
* Fix streaming with latest Rack release. (Konstantin Haase)
* Fix default content type for Sinatra::Response with latest Rack release.
(Konstantin Haase)
* Fix regression where + was no longer treated like space. (Ross Boucher)
* Status, headers and body will be set correctly in an after filter when using
halt in a before filter or route. (Konstantin Haase)
-------------------------------------------------------------------
Mon Aug 27 19:49:16 UTC 2012 - coolo@suse.com
- updated to version 1.3.3
-------------------------------------------------------------------
Wed Aug 1 05:08:25 UTC 2012 - coolo@suse.com
- updated to version 1.3.2
-------------------------------------------------------------------
Thu Oct 6 16:21:49 UTC 2011 - fcastelli@suse.com
- Update to version 1.3.1
-------------------------------------------------------------------
Mon Aug 22 12:52:46 UTC 2011 - fcastelli@novell.com
- Update to version 1.2.6
- Fix building.
-------------------------------------------------------------------
Fri Mar 4 08:25:59 UTC 2011 - fcastelli@novell.com
- Updated to version 1.2
-------------------------------------------------------------------
Wed Dec 1 19:00:55 UTC 2010 - saschpe@gmx.de
- update to version 1.1
- allows to render 'slim' templates
- Tilt as a seperate dependency
- translation updates
-------------------------------------------------------------------
Mon Jun 14 17:44:31 UTC 2010 - mrueckert@suse.de
- update to version 1.0
Sinatra reached 1.0, breaking backward compatibility for the
first time in two years.
For more see http://www.sinatrarb.com/one-oh-faq and
/usr/lib*/ruby/gems/1.8/gems/sinatra-1.0/CHANGES
-------------------------------------------------------------------
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
- use rubygems_requires macro
-------------------------------------------------------------------
Fri Dec 25 00:38:18 UTC 2009 - prusnak@suse.cz
- updated to 0.9.4