thetron / mongoid_token

A little random, unique token generator for Mongoid documents.
MIT License
182 stars 91 forks source link

Gem naming #56

Open nofxx opened 9 years ago

nofxx commented 9 years ago

Hello @thetron , and thanks for this plugin, just recently found it out.

Ok, half my OCD, half maybe avoid future confusion and chaos: I'm going in plugins to suggest correct gem naming: http://guides.rubygems.org/name-your-gem/

To fix you could remove lib/mongoid_token.rb or add a deprecated message to it. gem 'mongoid-token' require 'mongoid/token' include Mongoid::Token

All good then. Thank you!

I realize you need to create another rubygem, with hyphen and rename the project here. Up to you, I'm going to do that in a bad named plugin I have, github now stores old urls and redirects, sounds fine.

thetron commented 9 years ago

@nofxx My apologies for the delay responding here. I completely agree, and often thing about this too :smile:. I don't think I'm going to be able to make the change super soon, but i'm going to leave this issue open so that I don't forget to follow up on it again.

Thanks for the feedback! :beers: