Closed zw963 closed 1 year ago
Fixed by #92
@qrush , can we release a new version?
Fixed by #92
谢谢,肥猫,最近在看 Ruby 吗?不如连 Crystal 一起看看吧。
@gi any chance you're up for pushing a new version here? 😅 🙏🏼
Yes, please, release a new version :pray:
I have no idea why, but no matter what, VS Code marketplace shows that 0.9.1 exists, but you cannot download it windows with wsl2 Ubuntu 22.04. While all that, I just downgraded minitest version
@qrush / @gi -- if you're open to it, I'm willing to help maintain m and to get releases like this out the door. I had been incorrectly assuming m
was unmaintained and thinking of building something inspired by it but it seems like it's still working (except I'm blocked by this issue)
@searls just invited you. :shipit:
@qrush thanks! I can't get the tests to pass without updating bundler (which means I should commit back to the repo). Could I have commit bit too?
Landed the change in 1.6.1. CI is not happy about it, but all tests passed locally at least.
More broadly, @qrush, if you'd like to talk about ongoing maintenance and feature development for the gem, I've got some ideas about contributing!
I haven’t used this gem in years. Please go ahead!
On Fri, Nov 18, 2022 at 20:33 Justin Searls @.***> wrote:
Closed #93 https://github.com/qrush/m/issues/93 as completed.
— Reply to this email directly, view it on GitHub https://github.com/qrush/m/issues/93#event-7848532917, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADCQSCYF7OF3QT7E66DWTWJAU6FANCNFSM6AAAAAAQ5XDLVM . You are receiving this because you were mentioned.Message ID: @.***>
Just found this ticket after having this problem -- would love to see a release. Any chance?
@jrochkind yes this was released in m@1.6.1
Oh, thanks! And thanks for quick response!
What had I done? Ah, I was just trying minitest in a new project today, and copy-pasted from the README gem 'm', '~> 1.5.0'
, so that kept me from using the up-to-date 1.6.1, oops! Thanks!
You may want to replace README copy-paste line with gem 'm', '~> 1.6'
? Not only updating to latest minor version, but if it gets out of date again like that, with only two version components, if someone copies-pastes it will still allow 1.7, 1.8, 1.10, etc. Whereas ~> 1.5.0
only allows 1.5.x.
I think I'm learning to never copy-paste version numbers from README, this is the second time this month it's bitten me!
Thanks for catching this. I just removed the version pins from the README
The last support version is 5.15.0