technicalpickles / jeweler

Opinionated tool for creating and managing Rubygem projects
MIT License
1.48k stars 164 forks source link

Update helper.rb for minitest current version. #264

Closed hayduke19us closed 8 years ago

hayduke19us commented 10 years ago

require minitest/autorun Minitest.autorun

technicalpickles commented 10 years ago

Is there a particular version of minitest that introduces these changes? Would definitely want to update the generate minitest version to make sure it works as expected.

tak1n commented 10 years ago

I think the major API changes came in Version 5.0.0 https://github.com/seattlerb/minitest/commit/9a57c520ceac76abfe6105866f8548a94eb357b6

Next Commit where Version was incremented: https://github.com/seattlerb/minitest/commit/aeedb8bd2fd1cfceda79245e14fbc76e0215e348

technicalpickles commented 8 years ago

I'm closing out old PRs as part of #283 . I'm sorry I was never able to help get this to a point to be merged.