README.rdoc in jquery_mobile_rails-1.3.1 vs README.rdoc in jquery_mobile_rails-1.3.2
- old
+ new
@@ -4,11 +4,11 @@
This gem adds the jQuery Mobile files to Rails' asset pipeline.
=== Gem's jQuery Mobile Version
-1.3.1 (gem 1.3.1)
+1.3.2 (gem 1.3.2)
=== Installation
Add this gem to your Gemfile:
@@ -30,10 +30,10 @@
=== Use
I built this gem for using with the Mobylette gem, but it will work with your standalone application, or with any other gem that filters your mobile requests.
-Please refer to jQuery Mobile's documentation for information on laying out your app and using all of the jQuery Mobile features: http://view.jquerymobile.com/1.3.1/dist/demos/
+Please refer to jQuery Mobile's documentation for information on laying out your app and using all of the jQuery Mobile features: http://view.jquerymobile.com/1.3.2/dist/demos/
=== Example
There is a very simple application inside test/dummy demonstrating basic usage of jQuery Mobile templating.