Project names should be allowed to have periods.
Created by: joeandaverde
Currently
some.project
gets translated to some-project
.
I think it's a common thing for projects to have periods in the name. The use of ActiveSupport::Inflector.parameterize is preventing the use of periods in project names. I'd be glad to submit a pull request with this change if it's agreed upon.