Nexmo / nexmo-rails

Rails Initializer for the Nexmo Ruby Gem
https://developer.nexmo.com
MIT License
8 stars 2 forks source link

Gem Naming #4

Closed mheap closed 5 years ago

mheap commented 5 years ago

The gem is called nexmo_rails, but it seems that the convention is to use dashes e.g. dotenv-rails, foundation-rails. Should we rename the gem?

hummusonrails commented 5 years ago

@mheap - After reading this: https://guides.rubygems.org/name-your-gem/ What are your thoughts about naming?

Specifically:

USE UNDERSCORES FOR MULTIPLE WORDS
If a class or module has multiple words, use underscores to separate them. This matches the file the user will require, making it easier for the user to start using your gem.
mheap commented 5 years ago

🎓 Let's keep it the same