Skip to content

Commit

Permalink
databases/ruby-arel-helpers: update to 2.11.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
taca committed Jan 18, 2020
1 parent 973cb73 commit 0ad3263
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions databases/ruby-arel-helpers/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2019/07/13 16:04:05 taca Exp $
# $NetBSD: Makefile,v 1.5 2020/01/18 15:09:14 taca Exp $

DISTNAME= arel-helpers-2.9.1
DISTNAME= arel-helpers-2.11.0
CATEGORIES= databases

MAINTAINER= minskim@NetBSD.org
Expand Down
10 changes: 5 additions & 5 deletions databases/ruby-arel-helpers/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2019/07/13 16:04:05 taca Exp $
$NetBSD: distinfo,v 1.4 2020/01/18 15:09:14 taca Exp $

SHA1 (arel-helpers-2.9.1.gem) = 8ac4e415bb65e06aaea7cb84e832f90e8777c55d
RMD160 (arel-helpers-2.9.1.gem) = bbbc22d9c5e63a319d89986f11c30cc00e3d9c6e
SHA512 (arel-helpers-2.9.1.gem) = 3bfbf0d2e2f76ea59cd0f6757449993304138378454e90537addc92c41fde8b281bb0897c66f8620f617ae91e9c1765fe6928bc44f38544421a4229fd5b44c02
Size (arel-helpers-2.9.1.gem) = 12288 bytes
SHA1 (arel-helpers-2.11.0.gem) = 1684ef12f99fd9113e12355b4ffbd6aca13bf363
RMD160 (arel-helpers-2.11.0.gem) = eb2fb3d76c1fb37cd7b8c9348a5bc318cb7bb03f
SHA512 (arel-helpers-2.11.0.gem) = 06426cfa8b77ce875af2daddfa6cfe96339fa462718ba1ab7a0f9f759c16ace03aff4c6f0cc6c3fc165df2f55ff024f67247e652cc3cf4c39d07468ae7080445
Size (arel-helpers-2.11.0.gem) = 12800 bytes

0 comments on commit 0ad3263

Please sign in to comment.