kpumuk / meta-tags

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

Fix test failiures #44

Closed dlackty closed 10 years ago

dlackty commented 11 years ago

As titled, I made few changes:

  1. Remove Ruby 1.8 & REE from Travis CI configuration as Rails 4 doesn't support them anymore.
  2. Fix an invalid multibyte characters issue in normalize_keywords

Hope it helps! :smiley:

kpumuk commented 10 years ago

I'd prefer to keep ruby 1.8 support for a while. Fixed Travis CI using more complex build matrix, but thanks for your contribution anyway.