ccfcd59ea8
### 3.10.1 / 2020-12-27 Bug Fixes: * Fix deprecation expectations to fail correctly when asserting on messages. (Phil Pirozhkov, #453) ### 3.10.0 / 2020-10-30 No changes. Released to support other RSpec releases. ### 3.9.4 / 2020-10-23 Bug Fixes: * Flag ripper as supported on Truffle Ruby. (Brandon Fish, #427) * Prevent stubbing `File.read` from breaking source extraction. (Jon Rowe, #431)
14 lines
339 B
Makefile
14 lines
339 B
Makefile
# $NetBSD: Makefile,v 1.13 2021/01/11 13:04:16 taca Exp $
|
|
|
|
DISTNAME= rspec-support-3.10.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/rspec/rspec-support/
|
|
COMMENT= Support utilities for RSpec gems
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|