-
Notifications
You must be signed in to change notification settings - Fork 15
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
Separating the String and Integer extensions #9
Comments
That's an idea I can get behind, for what it's worth. |
Thanks. Den tirsdag den 25. februar 2014 skrev jordanyee [email protected]:
|
Sounds great. So... I'm totally ok if you wanna do whatever you want, Lasse. This gem has totally served it's purpose for me, and if you're interested in maintaining it and making it better, I am totally ok with that. You seem to be super passionate and super talented, so feel free to run with it. I gave you committer rights and if you just want to do stuff, you don't have to ask. If you want to transfer it to a repo under your account, that's totally fine too. I don't feel like I need to be involved at all. Considering your last, complete re-write, you can totally take my name out of the README and changelog and this can become your project entirely if you want. Just let me know if you'd like that and I'll figure out what has to happen to transfer ownership to you on rubygems.org. Thanks! BTW, I enabled travis ci as you suggested. Thanks again! |
Hmm, well the project wouldn't be without you doing the original work and "math" stuff :) |
@jtzemp, I'd like to move the String and Integer extensions to a separate require, so you can do
require "base62/ext"
if you need the patches.This is to enable using the gem in other gems without monkey-patching the using projects.
Thoughts?
The text was updated successfully, but these errors were encountered: