forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
databases/ruby-arel-helpers: update to 2.6.1
pkgsrc change: * Update HOMEPAGE * Add LICENSE * Support multiple rails. 2.6.1 * Fix homepage URL in gemspec. 2.6.0 * Add the join alias helper. * Add ability to pass table aliases to join_association. 2.5.0 * Add license information to gemspec so it is parsed by verifiers (@petergoldstein #31) * Update QueryBuilder#reflect to create deep copy of builder (@wycleffsean #32)
- Loading branch information
taca
committed
Mar 21, 2018
1 parent
f7919a9
commit 22b2cca
Showing
3 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
# $NetBSD: Makefile,v 1.2 2017/09/16 08:53:47 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.3 2018/03/21 10:21:20 taca Exp $ | ||
|
||
DISTNAME= arel-helpers-2.4.0 | ||
DISTNAME= arel-helpers-2.6.1 | ||
CATEGORIES= databases | ||
|
||
MAINTAINER= minskim@NetBSD.org | ||
HOMEPAGE= https://github.com/camertron | ||
HOMEPAGE= https://github.com/camertron/arel-helpers | ||
COMMENT= Tools to help construct database queries | ||
LICENSE= mit | ||
|
||
DEPENDS+= ${RUBY_PKGPREFIX}-activerecord42>=3.1.0<6:../../databases/ruby-activerecord42 | ||
DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS} | ||
|
||
RUBY_RAILS_ACCEPTED= 42 51 | ||
|
||
.include "../../lang/ruby/gem.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.1 2017/09/14 19:54:49 minskim Exp $ | ||
$NetBSD: distinfo,v 1.2 2018/03/21 10:21:20 taca Exp $ | ||
|
||
SHA1 (arel-helpers-2.4.0.gem) = 70d5315176bbc2ed2dd7e9d4892e77ad7233c829 | ||
RMD160 (arel-helpers-2.4.0.gem) = a9d712d003426df81cecd015c957e4749cd2f348 | ||
SHA512 (arel-helpers-2.4.0.gem) = 3f1517b4b027728c2939314ecdd283af98d3616ebcfe2de8d819d64d78ec68dbdfbc2d26b07fb5df5345721cba8db446e2bea135f38c656e6366b560eedb8fd2 | ||
Size (arel-helpers-2.4.0.gem) = 11776 bytes | ||
SHA1 (arel-helpers-2.6.1.gem) = 352039d3b79acc4af25a71d337cbc52f301b1f8c | ||
RMD160 (arel-helpers-2.6.1.gem) = 0641e4bdb79922472f3a3e428156908ed1da5cb7 | ||
SHA512 (arel-helpers-2.6.1.gem) = 99eda2da00a48000e9aa282688a1370e6d7606c399f72ec8edc54a236fa9c7ba4d37315b10b54eee54f59d44e0680cd398f4a1d2331e86138c48d6bd68530441 | ||
Size (arel-helpers-2.6.1.gem) = 12288 bytes |