This repository was archived by the owner on Nov 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 77GEM
88 remote: http://rubygems.org/
99 specs:
10- actionpack (3.2.11 )
11- activemodel (= 3.2.11 )
12- activesupport (= 3.2.11 )
10+ actionpack (3.2.13 )
11+ activemodel (= 3.2.13 )
12+ activesupport (= 3.2.13 )
1313 builder (~> 3.0.0 )
1414 erubis (~> 2.7.0 )
1515 journey (~> 1.0.4 )
16- rack (~> 1.4.0 )
16+ rack (~> 1.4.5 )
1717 rack-cache (~> 1.2 )
1818 rack-test (~> 0.6.1 )
1919 sprockets (~> 2.2.1 )
20- activemodel (3.2.11 )
21- activesupport (= 3.2.11 )
20+ activemodel (3.2.13 )
21+ activesupport (= 3.2.13 )
2222 builder (~> 3.0.0 )
23- activesupport (3.2.11 )
24- i18n (~> 0.6 )
23+ activesupport (3.2.13 )
24+ i18n (= 0.6.1 )
2525 multi_json (~> 1.0 )
2626 builder (3.0.4 )
2727 coffee-rails (3.2.2 )
3030 coffee-script (2.2.0 )
3131 coffee-script-source
3232 execjs
33- coffee-script-source (1.4.0 )
33+ coffee-script-source (1.6.3 )
3434 erubis (2.7.0 )
3535 execjs (1.4.0 )
3636 multi_json (~> 1.0 )
37- hike (1.2.1 )
37+ hike (1.2.3 )
3838 i18n (0.6.1 )
3939 journey (1.0.4 )
40- jquery-rails (2.1 .4 )
40+ jquery-rails (3.0 .4 )
4141 railties (>= 3.0 , < 5.0 )
4242 thor (>= 0.14 , < 2.0 )
43- json (1.7.6 )
44- libv8 (3.11.8.13 )
45- multi_json (1.5.0 )
46- rack (1.4.4 )
43+ json (1.8.0 )
44+ libv8 (3.11.8.17 )
45+ multi_json (1.7.7 )
46+ rack (1.4.5 )
4747 rack-cache (1.2 )
4848 rack (>= 0.4 )
49- rack-ssl (1.3.2 )
49+ rack-ssl (1.3.3 )
5050 rack
5151 rack-test (0.6.2 )
5252 rack (>= 1.0 )
53- railties (3.2.11 )
54- actionpack (= 3.2.11 )
55- activesupport (= 3.2.11 )
53+ railties (3.2.13 )
54+ actionpack (= 3.2.13 )
55+ activesupport (= 3.2.13 )
5656 rack-ssl (~> 1.3.2 )
5757 rake (>= 0.8.7 )
5858 rdoc (~> 3.4 )
5959 thor (>= 0.14.6 , < 2.0 )
60- rake (10.0.3 )
61- rdoc (3.12 )
60+ rake (10.1.0 )
61+ rdoc (3.12.2 )
6262 json (~> 1.4 )
63- ref (1.0.2 )
64- sass (3.2.5 )
63+ ref (1.0.5 )
64+ sass (3.2.9 )
6565 sass-rails (3.2.6 )
6666 railties (~> 3.2.0 )
6767 sass (>= 3.1.10 )
7272 rack (~> 1.0 )
7373 tilt (~> 1.1 , != 1.3.0 )
7474 sqlite3 (1.3.7 )
75- therubyracer (0.11.3 )
75+ therubyracer (0.11.4 )
7676 libv8 (~> 3.11.8.12 )
7777 ref
78- thor (0.16.0 )
79- tilt (1.3.3 )
80- uglifier (1.3.0 )
78+ thor (0.18.1 )
79+ tilt (1.4.1 )
80+ uglifier (2.1.2 )
8181 execjs (>= 0.3.0 )
8282 multi_json (~> 1.0 , >= 1.0.2 )
8383
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Add this gem to your Gemfile:
1414
1515 gem 'jquery_mobile_rails'
1616
17- This will add jQuery Mobile's javascripts, stylesheets and images available to your app.
17+ This will add jQuery Mobile's javascripts, stylesheets and images to your app.
1818
1919Include jquery.mobile (or jquery.mobile.min) in your application.js manifest:
2020
You can’t perform that action at this time.
0 commit comments