pkgsrc/devel/ruby-rspec/Makefile
taca 874344cb5a Update ruby-rspec to 1.3.1.
=== Version 1.3.1 / 2010-10-09

* enhancements
  * Array =~ matcher works with subclasses of Array (Matthew Peychich & Pat Maddox)
  * config.suppress_deprecation_warnings!

* bug fixes
  * QuitBacktraceTweaker no longer eats all paths with 'lib'
    (Tim Harper - #912)
  * Fix delegation of stubbed values on superclass class-level methods.
    (Scott Taylor - #496 - #957)
  * Fix pending to work with ruby-1.9

* deprecations
  * share_as (will be removed from rspec-core-2.0)
  * simple_matcher (will be removed from rspec-core-2.0)
2010-11-20 11:55:22 +00:00

14 lines
336 B
Makefile

# $NetBSD: Makefile,v 1.4 2010/11/20 11:55:22 taca Exp $
DISTNAME= rspec-1.3.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rspec.info/
COMMENT= Behaviour Driven Development framework for Ruby
LICENSE= mit
CONFLICTS+= ruby[1-9][0-9]-rspec-*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"