README.md in jquery-rails-cdn-yjchen-0.3.0 vs README.md in jquery-rails-cdn-yjchen-0.3.1
- old
+ new
@@ -25,10 +25,11 @@
* Updating your js code won't evict the entire cache in browsers - your code changes more often than jQuery upgrades, right?
* `rake assets:precompile` takes less peak memory usage.
Changelog:
+* v0.3.1: Fix packaging bug.
* v0.3.0: Microsoft and Yandex are now always scheme-less. (Thanks to @atipugin)
* v0.2.2: Remove Bootstrap and Angular.js to their own rails engine.
* v0.2.1: Add Angular.js
* v0.2.0: Update to match original codes and update bootstrap to 2.1.0
* v0.1.2: Added bootstrap.
@@ -39,17 +40,17 @@
## Installation
Add this line to your application's Gemfile:
```ruby
-gem 'jquery-rails-cdn'
+gem 'jquery-rails-cdn-yjchen'
```
## Usage
This gem adds these methods to generate a script tag to the jQuery on a CDN of your preference:
`jquery_include_tag` and `jquery_url`
-`jQuery_ui_include_tag` and `jquery_ui_url`
+`jquery_ui_include_tag` and `jquery_ui_url`
If you're using asset pipeline with Rails 3.1+, first remove `//= require jquery` and `//= require jquery-ui` from `application.js`.
Then in layout: