=== 0.4.0 * Fixed build failure with Ruby 2.0.0. * \#bound now returns an enumerator if no block is given. * \#select now returns a new MultiRBTree / RBTree. * Fixed a bug where \#reject could return nil. * \#to_s is now equivalent to \#inspect. * \#each now passes a two elements array as an argument to the given block. * Added new methods: \#default_proc=, \#flatten, \#keep_if, \#key, \#select! and \#to_h.
14 lines
372 B
Makefile
14 lines
372 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/03/17 16:06:49 taca Exp $
|
|
|
|
DISTNAME= rbtree-0.4.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rubyforge.org/projects/rbtree/
|
|
COMMENT= Sorted associative collection using Red-Black Trees for Ruby
|
|
LICENSE= mit
|
|
|
|
GEM_CLEANBUILD= Makefile *.o mkmf.log
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|