pkgsrc/www/ruby-rack-test/Makefile
taca f384fb95cc Update ruby-rack-test to 0.6.3.
== 0.6.3 / 2015-01-09

* Minor enhancements

  * Expose an env helper for persistently configuring the env as needed
    (Darío Javier Cravero #80)
  * Expose the tempfile of UploadedFile (Sytse Sijbrandij #67)

* Bug fixes

  * Improve support for arrays of hashes in multipart forms (Murray Steele #69)
  * Improve test for query strings (Paul Grayson #66)
2015-03-13 17:32:49 +00:00

14 lines
367 B
Makefile

# $NetBSD: Makefile,v 1.7 2015/03/13 17:32:49 taca Exp $
DISTNAME= rack-test-0.6.3
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/brynary/rack-test
COMMENT= Simple testing API built on Rack
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rack14>=1.0:../../www/ruby-rack14
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"