-
Notifications
You must be signed in to change notification settings - Fork 22
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
Is it possible to change from Indirizzo to indirizzo #1
Comments
Adam, Thanks for wanting to contribute! That's great. I've done my best to clean some things up but I'd love to see what you come up with. If you want to do the case change that'd be fine. It's something I've thought about but kinda worry about the couple of "legacy" projects using Indirizzo now. Of course, in their Gemfiles they are doing I look forward to seeing your work! |
Sorry, hit the wrong button... |
+1 for that, you can create new repo for renamed gem and turn this one into metapackage requiring new gem. and legacy projects can always fix gem version with ~>. |
looks like this change has been made, should definitely update the readme. |
This is completely trivial, but I was wanting to contribute to this project and was going to start by doing some general cleanup of code. One thing is that usually in ruby you do:
require 'foo'
Foo.class
etc.
instead of:
require 'Foo'
Foo.class
etc.
Is it possible to change from Indirizzo to indirizzo sometime? Maybe we could do it by the 1.0.0 release or something?
The text was updated successfully, but these errors were encountered: