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 CHANGED
@@ -1 +1,23 @@
1
- This is a Repertoire Assets bundle for John Resig's JQuery library.
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>
@@ -0,0 +1,5 @@
1
+ module Repertoire
2
+ module JQuery
3
+ VERSION = "1.4.3"
4
+ end
5
+ end