kpumuk / meta-tags

Search Engine Optimization (SEO) for Ruby on Rails applications.
MIT License
2.73k stars 275 forks source link

Gem Naming Issue #51

Closed coreyward closed 10 years ago

coreyward commented 10 years ago

The reason that you have to explicitly state require 'meta_tags' is because the naming on this gem is not following the convention that Rubygems and Bundler do.

Rubygems “Name Your Gem Guide”

There is currently not a gem registered under meta_tags in Rubygems, so it should be trivial to do a rename and release under the new heading without disrupting any existing installs. This would then allow people to simply enter gem 'meta_tags' in their gemfile and it would be loaded automatically.

kpumuk commented 10 years ago

In version 1.6.0 I have added meta-tags.rb, so you don't need to specify :require in Gemfile anymore.