pkgsrc/devel/ruby-rspec-support/Makefile
taca 3fdb7c6df8 devel/ruby-rspec-support: update to 3.8.0
### 3.8.0 / 2018-08-04
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.7.1...v3.8.0)

Bug Fixes:

* Order hash keys before diffing to improve diff accuracy when using mocked calls.
  (James Crisp, #334)
2019-02-06 15:11:00 +00:00

12 lines
314 B
Makefile

# $NetBSD: Makefile,v 1.9 2019/02/06 15:11:00 taca Exp $
DISTNAME= rspec-support-3.8.0
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"