rep.jquery 1.3.2 → 1.4.3
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 +23 -1
- data/lib/rep.jquery/version.rb +5 -0
- data/public/javascripts/jquery.js +5085 -2578
- metadata +21 -25
- data/.gitignore +0 -25
- data/Rakefile +0 -19
- data/TODO +0 -0
- data/VERSION +0 -1
- data/lib/jquery.rb +0 -1
- data/rep.jquery.gemspec +0 -81
data/README
CHANGED
|
@@ -1 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
== README
|
|
2
|
+
|
|
3
|
+
This is a Repertoire Assets bundle for John Resig's JQuery library and other
|
|
4
|
+
3rd-party libraries that extend it. Currently, the gem bundles JQuery UI.
|
|
5
|
+
|
|
6
|
+
More information:
|
|
7
|
+
|
|
8
|
+
http://github.com/repertoire/repertoire-assets
|
|
9
|
+
http://jquery.com
|
|
10
|
+
http://jqueryui.com
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
INSTALLATION:
|
|
14
|
+
|
|
15
|
+
{ <app>/Gemfile }
|
|
16
|
+
|
|
17
|
+
gem 'rep.jquery'
|
|
18
|
+
|
|
19
|
+
{ <app>/public/application.js }
|
|
20
|
+
//= require <jquery>
|
|
21
|
+
|
|
22
|
+
# And, if you like:
|
|
23
|
+
//= require <jquery.ui>
|