diff options
author | obache <obache@pkgsrc.org> | 2011-10-03 14:30:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-03 14:30:20 +0000 |
commit | a0ed1a8441c4cc3fbf0f47149ebc5c1596cea70f (patch) | |
tree | bddedc07640ed7aa924f8b330143e07c95293019 /www | |
parent | d848566ca3bf08ddab0ac6fd6255ad9b344d75cc (diff) | |
download | pkgsrc-a0ed1a8441c4cc3fbf0f47149ebc5c1596cea70f.tar.gz |
Update ruby-sinatra to 1.2.7.
= 1.2.7 (backports release) / Not Yet Released
Custom changes:
* Fix Ruby 1.8.6 issue with Accept header parsing. (Konstantin Haase)
Backported from 1.3.0:
* Ignore `to_ary` on response bodies. Fixes compatibility to Rails 3.1.
(Konstantin Haase)
* `Sinatra.run!` now prints to stderr rather than stdout. (Andrew Armenia)
* Automatic `app_file` detection now works in directories containing brackets
(Konstantin Haase)
* Improved documentation. (Emanuele Vicentini, Peter Higgins, Takanori
Ishikawa, Konstantin Haase)
* Also specify charset in Content-Type header for JSON. (Konstantin Haase)
* Rack handler names will not be converted to lower case internally, this
allows you to run Sinatra with custom Rack handlers, like Kirk or Mongrel2.
Example: `ruby app.rb -s Mongrel2` (Konstantin Haase)
* Fix uninitialized instance variable warning. (David Kellum)
* Command line options now complain if value passed to `-p` is not a valid
integer. (Konstantin Haase)
* Fix handling of broken query params when displaying exceptions. (Luke
Jahnke)
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-sinatra/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-sinatra/PLIST | 3 | ||||
-rw-r--r-- | www/ruby-sinatra/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/www/ruby-sinatra/Makefile b/www/ruby-sinatra/Makefile index f54b48b74dc..87b344c56e7 100644 --- a/www/ruby-sinatra/Makefile +++ b/www/ruby-sinatra/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2011/09/22 04:31:26 obache Exp $ +# $NetBSD: Makefile,v 1.3 2011/10/03 14:30:20 obache Exp $ -DISTNAME= sinatra-1.2.6 +DISTNAME= sinatra-1.2.7 CATEGORIES= www MAINTAINER= obache@NetBSD.org diff --git a/www/ruby-sinatra/PLIST b/www/ruby-sinatra/PLIST index a944fbb5689..5893257c21e 100644 --- a/www/ruby-sinatra/PLIST +++ b/www/ruby-sinatra/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/06 13:33:20 obache Exp $ +@comment $NetBSD: PLIST,v 1.2 2011/10/03 14:30:20 obache Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/AUTHORS ${GEM_LIBDIR}/CHANGES @@ -44,6 +44,7 @@ ${GEM_LIBDIR}/test/markdown_test.rb ${GEM_LIBDIR}/test/middleware_test.rb ${GEM_LIBDIR}/test/nokogiri_test.rb ${GEM_LIBDIR}/test/public/favicon.ico +${GEM_LIBDIR}/test/rack_test.rb ${GEM_LIBDIR}/test/radius_test.rb ${GEM_LIBDIR}/test/rdoc_test.rb ${GEM_LIBDIR}/test/request_test.rb diff --git a/www/ruby-sinatra/distinfo b/www/ruby-sinatra/distinfo index 097475ec3a2..ff28ccea6c9 100644 --- a/www/ruby-sinatra/distinfo +++ b/www/ruby-sinatra/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/08/06 13:33:20 obache Exp $ +$NetBSD: distinfo,v 1.2 2011/10/03 14:30:20 obache Exp $ -SHA1 (sinatra-1.2.6.gem) = 74674a7a42676446d0acc01c2d5689c768daa6cf -RMD160 (sinatra-1.2.6.gem) = 4bd2ed53b29b99d25531f4be08436f4bb74b5b5c -Size (sinatra-1.2.6.gem) = 245248 bytes +SHA1 (sinatra-1.2.7.gem) = f03713e7be0a271dbd049fd93cc09cd3662185ed +RMD160 (sinatra-1.2.7.gem) = 9c183f2d60a1892bb22b0f4380bc311fdc2ba157 +Size (sinatra-1.2.7.gem) = 246784 bytes |