summaryrefslogtreecommitdiff
path: root/meta-pkgs/ruby-shoulda/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2021-08-22meta-pkgs/ruby-shoulda: update dependencytaca1-2/+5
Allow depending to newer devel/ruby-shoulda-matchers. Bump PKGREVISION.
2020-06-14meta-pkgs/ruby-shoulda: udpate to 4.0.0taca1-4/+4
Update ruby-shoulda to 4.0.0. ## 4.0.0 (2020-06-13) * `shoulda` now brings in `shoulda-context` 2.0.0, which adds compatibility for Ruby 2.7, Rails 6.0, and shoulda-matchers 4.0! Note that there are some backward incompatible changes, so please see the [changelog entry][shoulda-context-2-0-0] for this release to learn more.
2018-09-23meta-pkgs/ruby-shoulda: update ot 3.6.0taca1-4/+4
* Convert RSpec tests to Minitest * Appraisal::File is now Appraisal::AppraisalFile * Switch to last released version for Rails 4.2.
2017-09-16Reset maintainerwiz1-2/+2
2015-06-11Allow build on Ruby 2.2.taca1-3/+1
2014-12-21Not a meta package, as META_PACKAGE=yes in pkgsrc, real package.obache1-3/+1
2014-12-07Adding META_PACKAGE=yes for consistency with other meta-pkgs, although thisrodent1-1/+3
option is undocumented. :\
2014-08-14Restrict to the same versions as the dependencies.joerg1-1/+3
2014-07-16Unbump PKGREVISION on select ruby packages.rodent1-2/+1
2014-07-16Removing .ri entries from PLIST. NFI why this works with/without therodent1-1/+2
entries on my machine. Seems no other ruby package has them. Bump PKGREVISION.
2014-07-05Import ruby200-shoulda-3.5.0 as meta-pkgs/ruby-shoulda.rodent1-0/+18
The shoulda gem is a meta gem with two dependencies: * shoulda-context (official documentation) * shoulda-matchers (official documentation)