Skip to content
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

Open
hekaldama opened this issue Mar 29, 2012 · 4 comments
Open

Is it possible to change from Indirizzo to indirizzo #1

hekaldama opened this issue Mar 29, 2012 · 4 comments

Comments

@hekaldama
Copy link

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?

@daveworth
Copy link
Owner

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 require => 'Indirizzo' which is not awesome.

I look forward to seeing your work!

@hekaldama hekaldama reopened this Mar 29, 2012
@hekaldama
Copy link
Author

Sorry, hit the wrong button...

@pineapplethief
Copy link

+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 ~>.

@connorjclark
Copy link

looks like this change has been made, should definitely update the readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants