head 1.11; access; symbols pkgsrc-2023Q4:1.11.0.4 pkgsrc-2023Q4-base:1.11 pkgsrc-2023Q3:1.11.0.2 pkgsrc-2023Q3-base:1.11 pkgsrc-2023Q2:1.10.0.14 pkgsrc-2023Q2-base:1.10 pkgsrc-2023Q1:1.10.0.12 pkgsrc-2023Q1-base:1.10 pkgsrc-2022Q4:1.10.0.10 pkgsrc-2022Q4-base:1.10 pkgsrc-2022Q3:1.10.0.8 pkgsrc-2022Q3-base:1.10 pkgsrc-2022Q2:1.10.0.6 pkgsrc-2022Q2-base:1.10 pkgsrc-2022Q1:1.10.0.4 pkgsrc-2022Q1-base:1.10 pkgsrc-2021Q4:1.10.0.2 pkgsrc-2021Q4-base:1.10 pkgsrc-2021Q3:1.8.0.2 pkgsrc-2021Q3-base:1.8 pkgsrc-2021Q2:1.7.0.4 pkgsrc-2021Q2-base:1.7 pkgsrc-2021Q1:1.7.0.2 pkgsrc-2021Q1-base:1.7 pkgsrc-2020Q4:1.6.0.8 pkgsrc-2020Q4-base:1.6 pkgsrc-2020Q3:1.6.0.6 pkgsrc-2020Q3-base:1.6 pkgsrc-2020Q2:1.6.0.4 pkgsrc-2020Q2-base:1.6 pkgsrc-2020Q1:1.6.0.2 pkgsrc-2020Q1-base:1.6 pkgsrc-2019Q4:1.4.0.6 pkgsrc-2019Q4-base:1.4 pkgsrc-2019Q3:1.4.0.2 pkgsrc-2019Q3-base:1.4 pkgsrc-2019Q2:1.3.0.12 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.3.0.10 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.8 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.6 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.3.0.4 pkgsrc-2018Q2-base:1.3 pkgsrc-2018Q1:1.3.0.2 pkgsrc-2018Q1-base:1.3 pkgsrc-2017Q4:1.2.0.6 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.4 pkgsrc-2017Q3-base:1.2; locks; strict; comment @# @; 1.11 date 2023.09.03.15.42.31; author taca; state Exp; branches; next 1.10; commitid FcEjHgMfUivg6lDE; 1.10 date 2021.12.19.06.31.44; author taca; state Exp; branches; next 1.9; commitid NyWCR2UYdOmT4elD; 1.9 date 2021.12.11.13.30.57; author taca; state Exp; branches; next 1.8; commitid yVASk9Cho9YSEekD; 1.8 date 2021.08.30.16.08.37; author taca; state Exp; branches; next 1.7; commitid Zb7nwfQh08ZeQ07D; 1.7 date 2021.01.10.14.12.20; author taca; state Exp; branches; next 1.6; commitid SUSjj13LUd6HEbDC; 1.6 date 2020.03.20.15.08.08; author taca; state Exp; branches; next 1.5; commitid O0674JafpUmot91C; 1.5 date 2020.01.18.15.09.14; author taca; state Exp; branches; next 1.4; commitid lWVeDQMHmAVytbTB; 1.4 date 2019.07.13.16.04.05; author taca; state Exp; branches; next 1.3; commitid sGaM1nrc8Ka4RTuB; 1.3 date 2018.03.21.10.21.20; author taca; state Exp; branches; next 1.2; commitid 69RJCR4x89gGljvA; 1.2 date 2017.09.16.08.53.47; author wiz; state Exp; branches; next 1.1; commitid TA5lLgPVWyxQQo7A; 1.1 date 2017.09.14.19.54.49; author minskim; state Exp; branches; next ; commitid teYgfWTh3Iprzc7A; desc @@ 1.11 log @Bump revision RUBY_RAILS_DEFAULT change. @ text @# $NetBSD: Makefile,v 1.10 2021/12/19 06:31:44 taca Exp $ DISTNAME= arel-helpers-2.14.0 PKGREVISION= 1 CATEGORIES= databases MAINTAINER= minskim@@NetBSD.org HOMEPAGE= https://github.com/camertron/arel-helpers COMMENT= Tools to help construct database queries LICENSE= mit DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS} USE_LANGUAGES= # none RUBY_RAILS_ACCEPTED= # empty .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" @ 1.10 log @databases/ruby-arel-helpers: update to 2.14.0 2.14.0 (2021-12-16) * Add support for Rails 7. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2021/12/11 13:30:57 taca Exp $ d4 1 @ 1.9 log @databases/ruby-arel-helpers: update to 2.13.0 2.13.0 (2021-12-06) * In QueryBuilder, delegate #empty? and #size to @@query (@@net1957, #47) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2021/08/30 16:08:37 taca Exp $ d3 1 a3 1 DISTNAME= arel-helpers-2.13.0 @ 1.8 log @databases/ruby-arel-helpers: update to 2.12.1 2.12.1 (2021-08-26) * Support Ruby 3.0. * Move to GitHub actions. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2021/01/10 14:12:20 taca Exp $ d3 1 a3 1 DISTNAME= arel-helpers-2.12.1 @ 1.7 log @databases/ruby-arel-helpers: update to 2.12.0 2.12.0 (2020-12-21) * Streamline spec setup using appraisal, combustion and database_cleaner gems (@@hasghari #45) * Add support for Rails 6.1 (@@hasghari #45) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2020/03/20 15:08:08 taca Exp $ d3 1 a3 1 DISTNAME= arel-helpers-2.12.0 @ 1.6 log @Bump PKGREVISION * Bump PKGREVISION by RUBY_RAILS_DEFAULT change. * And add "USE_LANGUAGES= #none". @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2020/01/18 15:09:14 taca Exp $ d3 1 a3 2 DISTNAME= arel-helpers-2.11.0 PKGREVISION= 1 d15 1 a15 1 RUBY_RAILS_ACCEPTED= # defined @ 1.5 log @databases/ruby-arel-helpers: update to 2.11.0 update ruby-arel-helpers to 2.11.0. 2.11.0 * Allow consumers of ArelHelpers::QueryBuilder to chain on falsy return (@@ramhoj #44). - Add not_nil in front of builder methods to opt-in. 2.10.0 * Add support for Rails 6 rc2. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2019/07/13 16:04:05 taca Exp $ d4 1 d14 2 @ 1.4 log @databases/ruby-arel-helpers: update to 2.9.1 Update ruby-arel-helpers to 2.9.1. 2.9.1 * Remove has_rdoc from gemspec. 2.9.0 * Add support for Rails 6. 2.8.0 * Add support for Rails 5.2.1, which changed the arity of several internal methods that we shamelessly use. 2.7.0 * Add support for Rails 5.2. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2018/03/21 10:21:20 taca Exp $ d3 1 a3 1 DISTNAME= arel-helpers-2.9.1 @ 1.3 log @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) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2017/09/16 08:53:47 wiz Exp $ d3 1 a3 1 DISTNAME= arel-helpers-2.6.1 d13 1 a13 1 RUBY_RAILS_ACCEPTED= 42 51 @ 1.2 log @ruby-arel-helpers: follow redirect @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2017/09/14 19:54:49 minskim Exp $ d3 1 a3 1 DISTNAME= arel-helpers-2.4.0 d7 1 a7 1 HOMEPAGE= https://github.com/camertron d9 1 d11 3 a13 1 DEPENDS+= ${RUBY_PKGPREFIX}-activerecord42>=3.1.0<6:../../databases/ruby-activerecord42 @ 1.1 log @databases/ruby-arel-helpers: Import version 2.4.0 Arel-helpers are tools to help construct database queries with ActiveRecord and Arel. @ text @d1 1 a1 1 # $NetBSD$ d7 1 a7 1 HOMEPAGE= http://github.com/camertron @