diff options
author | obache <obache@pkgsrc.org> | 2013-10-26 13:44:11 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-10-26 13:44:11 +0000 |
commit | 0877b84b1c7c3203de1a7734379da13bb5890086 (patch) | |
tree | 4d3cf9bf5f5952cf2c7cc7df41beaed8e5893273 /www/ruby-sinatra | |
parent | cf86ce0ebf1a0eb5825d781aac63ecae69229488 (diff) | |
download | pkgsrc-0877b84b1c7c3203de1a7734379da13bb5890086.tar.gz |
Update ruby-sinatra to 1.4.4.
= 1.4.4 / 2013-10-21
* Allow setting layout to false in specifically for a singe rendering engine.
(Matt Wildig)
* Allow using wildcard in argument passed to `request.accept?`. (wilkie)
* Treat missing Accept header like wild card. (Patricio Mac Adden)
* Improve tests and documentation. (Darío Javier Cravero, Armen P., michelc,
Patricio Mac Adden, Matt Wildig, Vipul A M, utenmiki, George Timoschenko,
Diogo Scudelletti)
* Fix Ruby warnings. (Vipul A M, Patricio Mac Adden)
* Improve self-hosted server started by `run!` method or in classic mode.
(Tobias Bühlmann)
* Reduce objects allocated per request. (Vipul A M)
* Drop unused, undocumented options hash from Sinatra.new. (George Timoschenko)
* Keep Content-Length header when response is a `Rack::File` or when streaming.
(Patricio Mac Adden, George Timoschenko)
* Use reel if it's the only server available besides webrick. (Tobias Bühlmann)
* Add `disable :traps` so setting up signal traps for self hosted server can be
skipped. (George Timoschenko)
* The `status` option passed to `send_file` may now be a string. (George
Timoschenko)
* Reduce file size of dev mode images for 404 and 500 pages. (Francis Go)
Diffstat (limited to 'www/ruby-sinatra')
-rw-r--r-- | www/ruby-sinatra/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-sinatra/PLIST | 4 | ||||
-rw-r--r-- | www/ruby-sinatra/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/www/ruby-sinatra/Makefile b/www/ruby-sinatra/Makefile index b32a248a2f8..edc71ca4873 100644 --- a/www/ruby-sinatra/Makefile +++ b/www/ruby-sinatra/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2013/06/16 09:12:18 obache Exp $ +# $NetBSD: Makefile,v 1.14 2013/10/26 13:44:11 obache Exp $ -DISTNAME= sinatra-1.4.3 +DISTNAME= sinatra-1.4.4 CATEGORIES= www MAINTAINER= obache@NetBSD.org diff --git a/www/ruby-sinatra/PLIST b/www/ruby-sinatra/PLIST index 4c86004c304..9b6fb1a0a06 100644 --- a/www/ruby-sinatra/PLIST +++ b/www/ruby-sinatra/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2013/06/16 09:12:18 obache Exp $ +@comment $NetBSD: PLIST,v 1.7 2013/10/26 13:44:11 obache Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.yardopts ${GEM_LIBDIR}/AUTHORS @@ -25,7 +25,7 @@ ${GEM_LIBDIR}/lib/sinatra/base.rb ${GEM_LIBDIR}/lib/sinatra/images/404.png ${GEM_LIBDIR}/lib/sinatra/images/500.png ${GEM_LIBDIR}/lib/sinatra/main.rb -${GEM_LIBDIR}/lib/sinatra/showexceptions.rb +${GEM_LIBDIR}/lib/sinatra/show_exceptions.rb ${GEM_LIBDIR}/lib/sinatra/version.rb ${GEM_LIBDIR}/sinatra.gemspec ${GEM_LIBDIR}/test/base_test.rb diff --git a/www/ruby-sinatra/distinfo b/www/ruby-sinatra/distinfo index 98d88beaadf..eac3647d94b 100644 --- a/www/ruby-sinatra/distinfo +++ b/www/ruby-sinatra/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2013/06/16 09:12:18 obache Exp $ +$NetBSD: distinfo,v 1.10 2013/10/26 13:44:11 obache Exp $ -SHA1 (sinatra-1.4.3.gem) = 7797b774826fdc433d7fd49cf3efa5a1eb3d288c -RMD160 (sinatra-1.4.3.gem) = fe14fd76d34e94fd59a302f097e82381383f48f0 -Size (sinatra-1.4.3.gem) = 333312 bytes +SHA1 (sinatra-1.4.4.gem) = 9d5fc505c53027a0746ce1e29d897ee8aaaaffa8 +RMD160 (sinatra-1.4.4.gem) = 809b86dfc1b6c93738afa65de01d52428333170a +Size (sinatra-1.4.4.gem) = 326656 bytes |