verbal_expressions icon indicating copy to clipboard operation
verbal_expressions copied to clipboard

Shorter name?

Open ryan-endacott opened this issue 11 years ago • 1 comments

Maybe convert to a shorter gem name?

Ideas:

  • ~~Verbal~~ - taken
  • Verex
  • Verbex

ryan-endacott avatar Jul 26 '13 16:07 ryan-endacott

Scratch my last comment. I was exploring the other VerbalExpressions libraries and realized it was more consistent the way it is. I guess for the gem name ver_ex would be the Ruby name, but it's an odd case.

My solution:

  • Optional: Rename the gem to verbal_expression after a deprecation release.
  • In lib/$GEM_NAME.rb with the module VerbalExpression(s) add a line at the bottom VerEx = VerbalExpression unless defined?(VerEx)
  • From there add a note in the read me about how to create a constant that acts as an alias.

erran avatar Aug 06 '13 06:08 erran