gma / tconsole

Testing console for Rails. Helps out with test performance and also makes it easier to run specific tests
177 stars 18 forks source link

Rename all "Term" to less used "Termin" #79

Closed kalashnikovisme closed 10 years ago

kalashnikovisme commented 10 years ago

The name Term is often use like as model name in projects.

I've send pull request to gem "term-ansicolor" https://github.com/flori/term-ansicolor/pull/23, but it's not merged yet. I've create my own gem "termin-ansicolor" and pushed it Rubygems. It differs from term-ansicolor main module name only (see changed files at pull request). So just my pull request in term-ansicolor is merged, I'll change dependency gem in tconsole from termin-ansicolor to *term-ansicolor".

I've decided to change module name from Term to Termin, because the second word is less used (see search results on Github Ruby, for example).

gma commented 10 years ago

Closing this.

For reasoning see my recent comment on #78

kalashnikovisme commented 10 years ago

@gma thanks, I've understand you.

If someone needs use Term in projects, my fork can help them :)