README.md in jquery-rails-google-cdn-0.0.2 vs README.md in jquery-rails-google-cdn-0.0.4

- old
+ new

@@ -1,7 +1,7 @@ I have to give credit to the authors of the gems I combined and modified to make this a reality: -[jquery-rails](https://github.com/styx/jquery-ui-rails-cdn) and [jquery-ui-rails-cdn](https://github.com/styx/jquery-ui-rails-cdn). This gem will utilize [jquery-rails](https://github.com/rails/jquery-rails) however, it will serve your jquery files from the google cdn, if possible, than fall back to your local copies if neccessary. +[jquery-rails-cdn](https://github.com/kenn/jquery-rails-cdn) and [jquery-ui-rails-cdn](https://github.com/styx/jquery-ui-rails-cdn). This gem will utilize [jquery-rails](https://github.com/rails/jquery-rails) however, it will serve your jquery files from the google cdn, if possible, than fall back to your local copies if neccessary. Serving jQuery from a publicly available [CDN](http://en.wikipedia.org/wiki/Content_Delivery_Network) has clear benefits: * **Speed**: Users will be able to download jQuery from the closest physical location. * **Caching**: CDN is used so widely that potentially your users may not need to download jQuery at all. @@ -72,7 +72,9 @@ ============= ###Changelog +* v0.0.4: Bug Fixes +* v0.0.3: Bug Fixes * v0.0.2: Changed up initial workflow, forking even further from the previous authors * v0.0.1: Initial release