pkgsrc/devel/ruby-rspec-rails/Makefile
taca e8da0e9ed3 devel/ruby-rspec-rails: update to 4.0.1
Update ruby-rspec-rails to 4.0.1.


### 4.0.1 / 2020-05-16

Bug Fixes:

* Remove warning when calling `driven_by` in system specs. (Aubin Lorieux,
  #2302)

* Fix comparison of times for `#at` in job matchers. (Jon Rowe, Markus
  Doits, #2304)

* Allow `have_enqueued_mail` to match when a sub class of
  `ActionMailer::DeliveryJob` is set using
  `<Class>.delivery_job=`. (Atsushi Yoshida #2305)

* Restore Ruby 2.2.x compatibility. (Jon Rowe, #2332)

* Add `required_ruby_version` to gem spec. (Marc-André Lafortune, #2319,
  #2338)
2020-05-25 13:51:32 +00:00

24 lines
788 B
Makefile

# $NetBSD: Makefile,v 1.37 2020/05/25 13:51:32 taca Exp $
DISTNAME= rspec-rails-4.0.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://relishapp.com/rspec
COMMENT= Test-double framework for rspec
LICENSE= mit
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.9<4:../../devel/ruby-rspec-support
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.9<4:../../devel/ruby-rspec-core
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.9<4:../../devel/ruby-rspec-expectations
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.9<4:../../devel/ruby-rspec-mocks
USE_LANGUAGES= # none
RUBY_RAILS_ACCEPTED= # defined
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"