-
Notifications
You must be signed in to change notification settings - Fork 164
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
Merging Jeweler and Juwelier #295
Comments
Here's one approach I have thought of.
require 'jeweler'
Juwelier = Jeweler
|
I will most likely merge everything back into Jeweler, since most of the users are there. BTW, there's no way for me to change the subject line on Jeweler, which still says the code is "unmaintained". Is there a way I can be granted permission to change that line? Or maybe I should fork Jeweler into my GitHub account? Since many reference your repo, I'd prefer to do it in place. |
I fixed the the repo description for now. I don't think there's a way to give someone else admin access (ie needed for description) to personal repos (just on organization repos). I think it is possible to 'change the direction' of forks, so if you do a fresh fork of jeweler, I can file a support request to make it the primary. Links would still go to this repo, and I could replace the README with a message of what happened. I could also make a jeweler org (not jewler since it's taken) and move the repo there and add you as an admin. The upside is that a repository should have an automatic redirect as part of it, ie links still work. |
Interesting. Let me see what I need/want to do on my end. Thanks. I'll be in touch. :) |
Currently, I am putting a lot of new features into Juwelier, but maintaining 2 code bases can be a bit cumbersome, so eventually I want to merge both. However, the name space issue looms large, and I may have to do some nasty tricks to make it work, because I do NOT want to abandon those using Juwelier, and many are still using Jeweler.
So what I might wind up doing is, after the merge, I will simply do simultaneous releases to both places. I am open to suggestions on better approaches. RubyGem does not appear to have a "transitional package" option like apt-get does.
Any thoughts and criticisms are welcome. I won't begin on this until I clear out the outstanding issues with both code bases.
The text was updated successfully, but these errors were encountered: