lwe / page_title_helper

Simple, internationalized and DRY page titles and headings for Rails.
MIT License
114 stars 9 forks source link

[BUGFIX] Remove Gemfile.lock. #1

Closed oliverklee closed 10 years ago

oliverklee commented 10 years ago

Gemfile.lock must not be included in a gem as it needlessly narrows the allowed versions of dependent gems, making the gem very hard to get to work together with other gems.

Source: http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/

Also add Gemfile.lock to .gitignore.

lwe commented 10 years ago

Thanks for all the fixes & updates