jquery_mobile_rails 1.3.b1 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -1,12 +1,12 @@
1
+ = Looking for new maintainer!! - please send message
2
+
1
3
  = Jquery Mobile for Rails
2
4
 
3
5
  This gem adds the JQuery Mobile files to the rails assets pipeline.
4
6
 
5
7
  ==== Gem's JQuery Mobile Version
6
8
 
7
- 1.3.beta1 (gem 1.3.b1)
8
-
9
- 1.2.0 (gem 1.2.0)
9
+ 1.3.0 (gem 1.3.0)
10
10
 
11
11
  === Instalation
12
12
 
@@ -1,3 +1,3 @@
1
1
  module JqueryMobileRails
2
- VERSION = "1.3.b1"
2
+ VERSION = "1.3.0"
3
3
  end