nokogumbo 1.1.13 → 1.1.14
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/gumbo-parser/src/char_ref.c +2601 -2600
- data/gumbo-parser/src/char_ref.rl +1 -0
- metadata +2 -2
data/README.md
CHANGED
@@ -4,7 +4,7 @@ Nokogumbo - a Nokogiri interface to the Gumbo HTML5 parser.
|
|
4
4
|
Nokogumbo provides the ability for a Ruby program to invoke the
|
5
5
|
[Gumbo HTML5 parser](https://github.com/google/gumbo-parser#readme)
|
6
6
|
and to access the result as a
|
7
|
-
[Nokogiri::HTML::Document](http://
|
7
|
+
[Nokogiri::HTML::Document](http://rdoc.info/github/sparklemotion/nokogiri/Nokogiri/HTML/Document).
|
8
8
|
|
9
9
|
[![Build Status](https://travis-ci.org/rubys/nokogumbo.svg)](https://travis-ci.org/rubys/nokogumbo)
|
10
10
|
|