summaryrefslogtreecommitdiff
path: root/meta-pkgs/ruby-shoulda/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2020-06-14meta-pkgs/ruby-shoulda: udpate to 4.0.0taca1-28/+23
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-16/+41
* Convert RSpec tests to Minitest * Appraisal::File is now Appraisal::AppraisalFile * Switch to last released version for Rails 4.2.
2014-07-16Removing .ri entries from PLIST. NFI why this works with/without therodent1-3/+1
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/+27
The shoulda gem is a meta gem with two dependencies: * shoulda-context (official documentation) * shoulda-matchers (official documentation)