daveworth / Indirizzo

Extraction of Address class from geocommons/geocoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to change from Indirizzo to indirizzo

hekaldama opened this issue · comments

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?

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!

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.