pkgsrc/devel/ruby-rspec-support/Makefile
taca 1451969769 Update ruby-rspec-support to 3.2.1.
### 3.2.1 / 2015-02-04
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.2.0...v3.2.1)

Bug Fixes:

* Fix `RSpec::CallerFilter` to work on Rubinius 2.2.
  (Myron Marston, #169)

### 3.2.0 / 2015-02-03
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.1.2...v3.2.0)

Enhancements:

* Add extra Ruby type detection. (Jon Rowe, #133)
* Make differ instance re-usable. (Alexey Fedorov, #160)

Bug Fixes:

* Do not consider `[]` and `{}` to match when performing fuzzy matching.
  (Myron Marston, #157)
2015-02-07 14:39:34 +00:00

12 lines
314 B
Makefile

# $NetBSD: Makefile,v 1.2 2015/02/07 14:39:34 taca Exp $
DISTNAME= rspec-support-3.2.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rspec/rspec-support/
COMMENT= Support utilities for RSpec gems
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"