# jsgem-jquery jQuery for rails asset pipeline. ## Usage Add it to your Gemfile: group :assets do # Your other asset gems (sass-rails, coffee-rails, etc.) gem 'jsgem-jquery' end Then add this to `app/assets/javascripts/application.js.coffee` : #= require jquery ## Versioning This gem will mirror the jQuery versioning scheme. Separate branches will be maintained in this git repo for different versions.