Update to 2.0.8

- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/rack/rack/blob/master/CHANGELOG.md
Security:	66e4dc99-28b3-11ea-8dde-08002728f74c
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-12-28 07:38:45 +00:00
parent 9287de6b1d
commit 29c4424f6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521156
3 changed files with 10 additions and 8 deletions

View file

@ -1,12 +1,12 @@
# $FreeBSD$
PORTNAME= rack
PORTVERSION= 2.0.7
PORTVERSION= 2.0.8
PORTEPOCH= 3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Rack, a Ruby Webserver Interface
LICENSE= MIT

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1555690615
SHA256 (rubygem/rack-2.0.7.gem) = 5158fb64313c17fb2535c8e5def3de7e8b38baf2ab9e4c90155ebed5a9db207d
SIZE (rubygem/rack-2.0.7.gem) = 254976
TIMESTAMP = 1577145895
SHA256 (rubygem/rack-2.0.8.gem) = f98171fb30e104950abe1e9fb97c177d8bb5643dd649bc2ed837864eb596a0c5
SIZE (rubygem/rack-2.0.8.gem) = 256000

View file

@ -1,4 +1,6 @@
Rack provides an minimal interface between webservers supporting Ruby
and Ruby frameworks.
Rack provides a minimal, modular and adaptable interface for developing web
applications in Ruby. By wrapping HTTP requests and responses in the simplest
way possible, it unifies and distills the API for web servers, web frameworks,
and software in between (the so-called middleware) into a single method call.
WWW: http://rack.github.io/
WWW: https://github.com/rack/rack