public
Description: Updated hourly from the jQuery SVN repo
Homepage: http://jquery.com
Clone URL: git://github.com/JackDanger/jquery.git
Small modifications to hpricot so it runs correctly

git-svn-id: http://jqueryjs.googlecode.com/svn/trunk@1967 
c715fcbe-d12f-0410-84c4-316a508785bb
wycats (author)
Thu May 24 00:51:25 -0700 2007
commit  e17f319a714db34240872c088dfb3708944e6806
tree    811963f31d54640fd1d7eea74f9d72bffdaedf17
parent  54e3caf229de118e3f2f9cfdca26c84bd7316ddc
...
13
14
15
 
 
 
 
 
16
17
18
...
13
14
15
16
17
18
19
20
21
22
23
0
@@ -13,6 +13,11 @@ thing.
0
 *Please read this entire document* before making assumptions about how this
0
 software works.
0
 
0
+== jQuery on Rails
0
+
0
+Note that you will need to install this version of hpricot in order to use jQuery
0
+on Rails
0
+
0
 == An Overview
0
 
0
 Let's clear up what Hpricot is.
...
8
9
10
11
 
12
13
14
...
8
9
10
 
11
12
13
14
0
@@ -8,7 +8,7 @@ include FileUtils
0
 
0
 NAME = "hpricot"
0
 REV = `svn info`[/Revision: (\d+)/, 1] rescue nil
0
-VERS = ENV['VERSION'] || "0.5" + (REV ? ".#{REV}" : "")
0
+VERS = ENV['VERSION'] || "0.5.142"
0
 PKG = "#{NAME}-#{VERS}"
0
 BIN = "*.{bundle,jar,so,obj,pdb,lib,def,exp}"
0
 CLEAN.include ["ext/hpricot_scan/#{BIN}", "lib/#{BIN}", 'ext/hpricot_scan/Makefile',

Comments

    No one has commented yet.