Update databases/ruby-sequel-core to 1.5.1. Changes from version 1.5.0
include: * Have Dataset#graph give a nil value instead of a hash with all nil values if no matching rows exist in the graphed table. This changes how graph handles missing records in associated tables (which occur because graph defaults to LEFT OUTER joins by design).
This commit is contained in:
parent
e13a636136
commit
403a16871d
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2008/04/29 18:39:06 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2008/05/01 17:30:32 jlam Exp $
|
||||
|
||||
DISTNAME= sequel_core-1.5.0
|
||||
DISTNAME= sequel_core-1.5.1
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
|
||||
CATEGORIES= databases
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2008/04/29 18:39:06 jlam Exp $
|
||||
$NetBSD: distinfo,v 1.4 2008/05/01 17:30:32 jlam Exp $
|
||||
|
||||
SHA1 (sequel_core-1.5.0.gem) = fe15a3fd80c7a0e58cff9e2d5db4fa9b42951da8
|
||||
RMD160 (sequel_core-1.5.0.gem) = 51e10defd1faf432a290a56102be44d25182ca50
|
||||
Size (sequel_core-1.5.0.gem) = 112128 bytes
|
||||
SHA1 (sequel_core-1.5.1.gem) = b42f2b95fabf72e549662a13dc4ed35ca2ec537c
|
||||
RMD160 (sequel_core-1.5.1.gem) = 7b41a656033b60c0039479a8ccd1f79bd723f6e3
|
||||
Size (sequel_core-1.5.1.gem) = 112640 bytes
|
||||
|
|
Loading…
Reference in a new issue