verbal_expressions
verbal_expressions copied to clipboard
Shorter name?
Maybe convert to a shorter gem name?
Ideas:
- ~~Verbal~~ - taken
- Verex
- Verbex
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 moduleVerbalExpression(s)
add a line at the bottomVerEx = VerbalExpression unless defined?(VerEx)
- From there add a note in the read me about how to create a constant that acts as an alias.