freebsd-ports/devel/rubygem-default_value_for/Makefile
Kurt Jaeger 5ea323eb83 devel/rubygem-default_value_for: 3.0.0.1 -> 3.0.1
- Invoke ActiveSupport::Dependencies.clear after test runs
  On Rails 4.1+, depending on the order the tests run in, the Book class
  created during test setup will sometimes be resolved to the same class
  used by a previous test method, even though the constant it was assigned
  to has been unset. This is because the class is still assigned
  anonymously as the value to the "Book" key in an instance of
  ActiveSupport::Dependencies::ClassCache.

PR:		207481
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
2016-03-27 15:02:51 +00:00

22 lines
490 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= default_value_for
PORTVERSION= 3.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Define default values for ActiveRecord models in a declarative manner
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
RUN_DEPENDS= rubygem-activerecord4>=4.1.4:${PORTSDIR}/databases/rubygem-activerecord4
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>