Update ruby-sinatra to 1.4.6.

= 1.4.6 / 2015-03-2x

 * Improve tests and documentation. (Dar«¿o Here«Ð«â, Seiichi Yonezawa, kyoendo,
   John Voloski, Ferenc-, Renaud Martinet, Christian Haase, marocchino,
   huoxito, Damir Svrtan, Amaury Medeiros, Jeremy Evans, Kashyap, shenqihui,
   Ausmarton Fernandes, kami, Vipul A M, Lei Wu, 7stud, Taylor Shuler,
   namusyaka, burningTyger, Cornelius Bock, detomastah, hakeda, John Hope,
   Ruben Gonzalez, Andrey Deryabin, attilaolah, Anton Davydov, Nikita Penzin,
   Dyego Costa)

 * Remove duplicate require of sinatra/base. (Alexey Muranov)

 * Escape HTML in 404 error page. (Andy Brody)

 * Refactor to method call in `Stream#close` and `#callback`. (Damir Svrtan)

 * Depend on latest version of Slim. (Damir Svrtan)

 * Fix compatibility with Tilt version 2. (Yegor Timoschenko)

 * Fix compatibility issue with Rack `pretty` method from ShowExceptions.
   (Kashyap)

 * Show date in local time in exception messages. (tayler1)

 * Fix logo on error pages when using Ruby 1.8. (Jeremy Evans)

 * Upgrade test suite to Minitest version 5 and fix Ruby 2.2 compatibility.
   (Vipul A M)
This commit is contained in:
taca 2015-06-11 17:03:17 +00:00
parent 004ad139c8
commit 228403b284
3 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.16 2015/02/04 14:47:20 taca Exp $
# $NetBSD: Makefile,v 1.17 2015/06/11 17:03:17 taca Exp $
DISTNAME= sinatra-1.4.5
DISTNAME= sinatra-1.4.6
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@ -10,7 +10,7 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.4<2:../../www/ruby-rack
DEPENDS+= ${RUBY_PKGPREFIX}-rack-protection>=1.4<2:../../www/ruby-rack-protection
DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=1.3.4<2:../../textproc/ruby-tilt
DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=1.3.4<3:../../textproc/ruby-tilt
RUBY_RDOC_REQD= 3.0

View file

@ -1,7 +1,7 @@
@comment $NetBSD: PLIST,v 1.8 2015/02/04 14:47:20 taca Exp $
@comment $NetBSD: PLIST,v 1.9 2015/06/11 17:03:17 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/AUTHORS
${GEM_LIBDIR}/AUTHORS.md
${GEM_LIBDIR}/CHANGES
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2015/02/04 14:47:20 taca Exp $
$NetBSD: distinfo,v 1.12 2015/06/11 17:03:17 taca Exp $
SHA1 (sinatra-1.4.5.gem) = 97e695f50c078ea57424dd8a48424269e6afdacb
RMD160 (sinatra-1.4.5.gem) = 9ef86ff2936299cfb65518e1e236f144060720f0
Size (sinatra-1.4.5.gem) = 346624 bytes
SHA1 (sinatra-1.4.6.gem) = b1c01945a2af9449c7bb0f8df6dd22a5f1ac5d62
RMD160 (sinatra-1.4.6.gem) = d0979348e447ecc443be15c6b1da0e4fc4ea36c5
Size (sinatra-1.4.6.gem) = 355840 bytes