pkgsrc/www/ruby-journey/Makefile
taca 815e75e726 Update ruby-journey to 1.0.4.
Thu Jun 14 14:03:22 2012  Aaron Patterson <aaron@tenderlovemaking.com>

	* lib/journey/formatter.rb: when generating routes, skip route
          literals (routes that do not have replacement values like
          "/:controller") when matching unnamed routes.

            https://github.com/rails/rails/issues/6459

        * test/test_router.rb: corresponding test
2012-06-15 13:56:24 +00:00

12 lines
285 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/06/15 13:56:24 taca Exp $
DISTNAME= journey-1.0.4
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/rails/journey
COMMENT= Journey is a router
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"