rep.jquery 1.3.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
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