-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using cookiejar2 fork? #354
Comments
See faye/faye#537 for the other dependency that depends on cookiejar from rails |
Now the original cookiejar site is archived so it is no longer maintained, cookiejar upstream suggests to use cookiejar2: |
@dwaite I am just curious, wouldn't it be possible to takeover the original project and keep the name? |
FYI, it looks like
We are seeing ruby-head CI failures due to this in the webmock project. It would be great to have this fixed before Ruby 3.3 is released in December. Is there anything I can do to help? |
This is actually fixed in forked cookiejar2 : https://github.com/dorianmariefr/cookiejar2/commit/2b3670f6558637dab5402546c92fae4f57da1401 |
I have not been able to find advice from the ruby ecosystem on how to do this without risking supply chain attacks. Thus preferring a fork by a motivated new maintainer over transferring the project. |
I have taken over ownership of a few Ruby projects. In my experience, it was as simple as writing the owner a polite message (either email or in a GitHub issue), and the answer was "sure, here you go". That requires a certain level of trust, and I can totally understand an owner being wary about handing over gem publishing rights to a complete stranger. The other option is to put the project up for "adoption" on rubygems: https://blog.rubygems.org/2022/01/19/rubygems-adoptions.html |
@dwaite Just curious, what keeps you from unarchiving the repo, implementing this one-line fix, and releasing v0.3.4? |
I've opened a PR (#358) and emailed Ilya to see if we can get it reviewed and merged. 🤞🏽 |
Done. I would still recommend migration to the fork. |
@dwaite Thanks a lot. It's much appreciated. The longterm goal is to migrate away from EM to Async but things take time... Thanks again. |
@dwaite TY for releasing a new version! Do you think you could put up the gem for adoption so @dorianmariefr can be the new maintainer? |
I got added as a gem owner (just accepted the invitation), thanks @dwaite |
Hi, I made a fork to fix warnings, what do you think of adding it as a dependency?
https://rubygems.org/gems/cookiejar2
https://github.com/dorianmariefr/cookiejar2
See https://github.com/dwaite/cookiejar/pulls
And dwaite/cookiejar@5f85661 that was not released
The text was updated successfully, but these errors were encountered: