public
Description: Strip and sanitize HTML with Hpricot
Homepage:
Clone URL: git://github.com/UnderpantsGnome/hpricot_scrub.git
roll the version, apparently I missed a version update
Sun Nov 02 09:45:02 -0800 2008
commit  31a3c14f1f89551d7461b67dacbc745eb5e7b403
tree    e435ab82a30369ec8343abc731277f5a6b61c50d
parent  449254c26f162d153f062fd12fb92e372f3ce8a7
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 2008-11-02 Michael <michael@underpantsgnome.com>
0
-  Release 0.3.3
0
+  Release 0.3.4
0
   - Fix gem command test - Thanks David Masover
0
 
0
 2007-04-05 Michael <michael@underpantsgnome.com>
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module HpricotScrub #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 0
0
     MINOR = 3
0
-    TINY  = 3
0
+    TINY  = 4
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments