jquery_mobile_rails 1.3.b1 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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