diff options
author | taca <taca@pkgsrc.org> | 2012-09-16 13:39:33 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-09-16 13:39:33 +0000 |
commit | e9dd6bacdd605a37dc788fbd93827ccefb890721 (patch) | |
tree | 445b68c08454cbdc0f803555d58527e7585e6294 /www/ruby-sinatra | |
parent | dacf698a1312ea09628c3f4fb5e04847feaec9d2 (diff) | |
download | pkgsrc-e9dd6bacdd605a37dc788fbd93827ccefb890721.tar.gz |
Update ruby-sinatra to 1.3.3.
= 1.3.3 / 2012-08-19
* Improved documentation. (burningTyger, Konstantin Haase, Gabriel Andretta,
Anurag Priyam, michelc)
* No longer modify the load path. (Konstantin Haase)
* When keeping a stream open, set up callback/errback correctly to deal with
clients closing the connection. (Konstantin Haase)
* Fix bug where having a query param and a URL param by the same name would
concatinate the two values. (Konstantin Haase)
* Prevent douplicated log output when application is already wrapped in a
`Rack::CommonLogger`. (Konstantin Haase)
* Fix issue where `Rack::Link` and Rails were preventing indefinite streaming.
(Konstantin Haase)
* No longer cause warnings when running Ruby with `-w`. (Konstantin Haase)
* HEAD requests on static files no longer report a Content-Length of 0, but
instead the proper length. (Konstantin Haase)
* When protecting against CSRF attacks, drop the session instead of refusing
the request. (Konstantin Haase)
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, 9 insertions, 7 deletions
diff --git a/www/ruby-sinatra/Makefile b/www/ruby-sinatra/Makefile index 7aa27eae0e1..cc989a672ae 100644 --- a/www/ruby-sinatra/Makefile +++ b/www/ruby-sinatra/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2012/01/08 03:05:01 obache Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/16 13:39:33 taca Exp $ -DISTNAME= sinatra-1.3.2 +DISTNAME= sinatra-1.3.3 CATEGORIES= www MAINTAINER= obache@NetBSD.org diff --git a/www/ruby-sinatra/PLIST b/www/ruby-sinatra/PLIST index 6b2160b3c83..4fc6d837b8e 100644 --- a/www/ruby-sinatra/PLIST +++ b/www/ruby-sinatra/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2012/01/08 03:05:01 obache Exp $ +@comment $NetBSD: PLIST,v 1.5 2012/09/16 13:39:33 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.yardopts ${GEM_LIBDIR}/AUTHORS @@ -10,6 +10,7 @@ ${GEM_LIBDIR}/README.es.rdoc ${GEM_LIBDIR}/README.fr.rdoc ${GEM_LIBDIR}/README.hu.rdoc ${GEM_LIBDIR}/README.jp.rdoc +${GEM_LIBDIR}/README.ko.rdoc ${GEM_LIBDIR}/README.pt-br.rdoc ${GEM_LIBDIR}/README.pt-pt.rdoc ${GEM_LIBDIR}/README.rdoc @@ -41,6 +42,7 @@ ${GEM_LIBDIR}/test/haml_test.rb ${GEM_LIBDIR}/test/helper.rb ${GEM_LIBDIR}/test/helpers_test.rb ${GEM_LIBDIR}/test/integration/app.rb +${GEM_LIBDIR}/test/integration_helper.rb ${GEM_LIBDIR}/test/integration_test.rb ${GEM_LIBDIR}/test/less_test.rb ${GEM_LIBDIR}/test/liquid_test.rb diff --git a/www/ruby-sinatra/distinfo b/www/ruby-sinatra/distinfo index e7f229943ae..196c8df9f7c 100644 --- a/www/ruby-sinatra/distinfo +++ b/www/ruby-sinatra/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/01/08 03:05:01 obache Exp $ +$NetBSD: distinfo,v 1.5 2012/09/16 13:39:33 taca Exp $ -SHA1 (sinatra-1.3.2.gem) = d0dbbdd8d750857f935738fbb75edd0244b169ed -RMD160 (sinatra-1.3.2.gem) = 8cc77ebbd1cb04a5a69d0d712e50908ddaa1d86d -Size (sinatra-1.3.2.gem) = 276992 bytes +SHA1 (sinatra-1.3.3.gem) = 1cf3e70a876dc2309fb67f70c096c3bf843a2fe6 +RMD160 (sinatra-1.3.3.gem) = c52962d195a01d69dcc280c01bcad66f5ce92343 +Size (sinatra-1.3.3.gem) = 306176 bytes |