Update ruby-nokogiri to 1.5.6.
== 1.5.6 / unreleased
* Features
* Improved performance of XML::Document#collect_namespaces. #761 (Thanks, Juergen Mangler!)
* New callback SAX::Document#processing_instruction (Thanks, Kitaiti Makoto!)
* Node#native_content= allows setting unescaped node contant. #768
* XPath lookup with namespaces supports symbol keys. #729 (Thanks, Ben Langfeld.)
* XML::Node#[]= stringifies values. #729 (Thanks, Ben Langfeld.)
* bin/nokogiri will process a document from $stdin
* bin/nokogiri -e will execute a program from the command line
* bin/nokogiri --version will print the Xerces and NekoHTML versions when ran with JRuby.
* Bugfixes
* Nokogiri now detects XSLT transform errors. #731 (Thanks, Justin Fitzsimmons!)
* Don't throw an Error when trying to replace top-level text node in DocumentFragment. #775
* Raise an ArgumentError if an invalid encoding is passed to the SAX parser. #756 (Thanks, Bradley Schaefer!)
* [JRuby] space prior to xml preamble causes nokogiri to fail parsing. (fixed along with #748) #790
* [JRuby] Fixed the bug Nokogiri::XML::Node#content inconsistency between Java and C. #794, #797
* [JRuby] raises INVALID_CHARACTER_ERR exception when EntityReference name starts with '#'. #719
* [JRuby] doesn't coerce namespaces out of strings on a direct subclass of Node. #715
* [JRuby] Node#content now renders newlines properly. #737 (Thanks, Piotr Szmielew!)
* [JRuby] Unknown namespace are ignore when the recover option is used. #748
* [JRuby] XPath queries for namespaces should not throw exceptions when called twice in a row. #764
* [JRuby] More consistent (with libxml2) whitespace formatting when emitting XML. #771
* [JRuby] namespaced attributes broken when appending raw xml to builder. #770
* [JRuby] Nokogiri::XML::Document#wrap raises undefined method `length' for nil:NilClass when trying to << to a node. #781
* [JRuby] Fixed "bad file descriptor" bug when closing open file descriptors. #495
* [JRuby] JRuby/CRuby incompatibility for attribute decorators. #785
* [JRuby] Issues parsing valid XML with no internal subset in the DTD. #547, #811
* [JRuby] Issues parsing valid node content when it contains colons. #728
* [JRuby] Correctly parse the doc type of html documents. #733
* [JRuby] Include dtd in the xml output when a builder is used with create_internal_subset. #751
* [JRuby] builder requires textwrappers for valid utf8 in jruby, not in mri. #784
2013-02-11 03:44:26 +01:00
|
|
|
@comment $NetBSD: PLIST,v 1.8 2013/02/11 02:44:26 taca Exp $
|
2009-12-02 14:47:29 +01:00
|
|
|
bin/nokogiri
|
2010-09-10 10:29:06 +02:00
|
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/.autotest
|
2011-06-16 17:34:12 +02:00
|
|
|
${GEM_LIBDIR}/.gemtest
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/CHANGELOG.ja.rdoc
|
|
|
|
${GEM_LIBDIR}/CHANGELOG.rdoc
|
Update ruby-nokogiri to 1.5.2.
== 1.5.2 / 2012-03-09
Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631, #632.
== 1.5.1 / 2012-03-09
* Features
* XML::Builder#comment allows creation of comment nodes.
* CSS searches now support namespaced attributes. #593
* Java integration feature is added. Now, XML::Document.wrap
and XML::Document#to_java methods are available.
* RelaxNG validator support in the `nokogiri` cli utility. #591 (thanks, Dan Radez!)
* Bugfixes
* Fix many memory leaks and segfault opportunities. Thanks, Tim Elliott!
* extconf searches homebrew paths if homebrew is installed.
* Inconsistent behavior of Nokogiri 1.5.0 Java #620
* Inheriting from Nokogiri::XML::Node on JRuby (1.6.4/5) fails #560
* XML::Attr nodes are not allowed to be added as node children, so an
exception is raised. #558
* No longer defensively "pickle" adjacent text nodes on
Node#add_next_sibling and Node#add_previous_sibling calls. #595.
* Java version inconsistency: it returns nil for empty attributes #589
* to_xhtml incorrectly generates <p /></p> when tag is empty #557
* Document#add_child now accepts a Node, NodeSet, DocumentFragment,
or String. #546.
* Document#create_element now recognizes namespaces containing
non-word characters (like "SOAP-ENV"). This is mostly relevant to
users of Builder, which calls Document#create_element for nearly
everything. #531.
* File encoding broken in 1.5.0 / jruby / windows #529
* Java version does not return namespace defs as attrs for ::HTML #542
* Bad file descriptor with Nokogiri 1.5.0 #495
* remove_namespace! doesn't work in pure java version #492
* The Nokogiri Java native build throws a null pointer exception
when ActiveSupport's .blank? method is called directly on a parsed
object. #489
* 1.5.0 Not using correct character encoding #488
* Raw XML string in XML Builder broken on JRuby #486
* Nokogiri 1.5.0 XML generation broken on JRuby #484
* Do not allow multiple root nodes. #550
* Fixes for custom XPath functions. #605, #606 (thanks, Juan Wajnerman!)
* Node#to_xml does not override :save_with if it is provided. #505
* Node#set is a private method [JRuby]. #564 (thanks, Nick Sieger!)
* C14n cleanup and Node#canonicalize (thanks, Ivan Pirlik!) #563
2012-03-17 17:51:05 +01:00
|
|
|
${GEM_LIBDIR}/C_CODING_STYLE.rdoc
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/Manifest.txt
|
|
|
|
${GEM_LIBDIR}/README.ja.rdoc
|
|
|
|
${GEM_LIBDIR}/README.rdoc
|
2012-06-02 03:13:00 +02:00
|
|
|
${GEM_LIBDIR}/ROADMAP.md
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/Rakefile
|
2012-06-02 03:13:00 +02:00
|
|
|
${GEM_LIBDIR}/STANDARD_RESPONSES.md
|
|
|
|
${GEM_LIBDIR}/Y_U_NO_GEMSPEC.md
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/bin/nokogiri
|
2012-06-02 03:13:00 +02:00
|
|
|
${GEM_LIBDIR}/build_all
|
2010-09-10 10:29:06 +02:00
|
|
|
${GEM_LIBDIR}/ext/nokogiri/depend
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/ext/nokogiri/extconf.rb
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/html_document.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/html_document.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/html_element_description.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/html_element_description.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/html_entity_lookup.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/html_entity_lookup.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/html_sax_parser_context.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/html_sax_parser_context.h
|
Update ruby-nokogiri to 1.5.2.
== 1.5.2 / 2012-03-09
Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631, #632.
== 1.5.1 / 2012-03-09
* Features
* XML::Builder#comment allows creation of comment nodes.
* CSS searches now support namespaced attributes. #593
* Java integration feature is added. Now, XML::Document.wrap
and XML::Document#to_java methods are available.
* RelaxNG validator support in the `nokogiri` cli utility. #591 (thanks, Dan Radez!)
* Bugfixes
* Fix many memory leaks and segfault opportunities. Thanks, Tim Elliott!
* extconf searches homebrew paths if homebrew is installed.
* Inconsistent behavior of Nokogiri 1.5.0 Java #620
* Inheriting from Nokogiri::XML::Node on JRuby (1.6.4/5) fails #560
* XML::Attr nodes are not allowed to be added as node children, so an
exception is raised. #558
* No longer defensively "pickle" adjacent text nodes on
Node#add_next_sibling and Node#add_previous_sibling calls. #595.
* Java version inconsistency: it returns nil for empty attributes #589
* to_xhtml incorrectly generates <p /></p> when tag is empty #557
* Document#add_child now accepts a Node, NodeSet, DocumentFragment,
or String. #546.
* Document#create_element now recognizes namespaces containing
non-word characters (like "SOAP-ENV"). This is mostly relevant to
users of Builder, which calls Document#create_element for nearly
everything. #531.
* File encoding broken in 1.5.0 / jruby / windows #529
* Java version does not return namespace defs as attrs for ::HTML #542
* Bad file descriptor with Nokogiri 1.5.0 #495
* remove_namespace! doesn't work in pure java version #492
* The Nokogiri Java native build throws a null pointer exception
when ActiveSupport's .blank? method is called directly on a parsed
object. #489
* 1.5.0 Not using correct character encoding #488
* Raw XML string in XML Builder broken on JRuby #486
* Nokogiri 1.5.0 XML generation broken on JRuby #484
* Do not allow multiple root nodes. #550
* Fixes for custom XPath functions. #605, #606 (thanks, Juan Wajnerman!)
* Node#to_xml does not override :save_with if it is provided. #505
* Node#set is a private method [JRuby]. #564 (thanks, Nick Sieger!)
* C14n cleanup and Node#canonicalize (thanks, Ivan Pirlik!) #563
2012-03-17 17:51:05 +01:00
|
|
|
${GEM_LIBDIR}/ext/nokogiri/html_sax_push_parser.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/html_sax_push_parser.h
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/ext/nokogiri/nokogiri.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/nokogiri.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_attr.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_attr.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_attribute_decl.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_attribute_decl.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_cdata.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_cdata.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_comment.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_comment.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_document.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_document.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_document_fragment.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_document_fragment.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_dtd.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_dtd.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_element_content.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_element_content.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_element_decl.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_element_decl.h
|
2010-09-10 10:29:06 +02:00
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_encoding_handler.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_encoding_handler.h
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_entity_decl.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_entity_decl.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_entity_reference.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_entity_reference.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_io.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_io.h
|
2010-09-10 10:29:06 +02:00
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_libxml2_hacks.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_libxml2_hacks.h
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_namespace.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_namespace.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_node.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_node.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_node_set.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_node_set.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_processing_instruction.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_processing_instruction.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_reader.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_reader.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_relax_ng.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_relax_ng.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_sax_parser.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_sax_parser.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_sax_parser_context.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_sax_parser_context.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_sax_push_parser.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_sax_push_parser.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_schema.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_schema.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_syntax_error.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_syntax_error.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_text.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_text.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_xpath_context.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xml_xpath_context.h
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xslt_stylesheet.c
|
|
|
|
${GEM_LIBDIR}/ext/nokogiri/xslt_stylesheet.h
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/css.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/css/node.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/css/parser.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/css/parser.y
|
2011-06-16 17:34:12 +02:00
|
|
|
${GEM_LIBDIR}/lib/nokogiri/css/parser_extras.rb
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/lib/nokogiri/css/syntax_error.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/css/tokenizer.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/css/tokenizer.rex
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/css/xpath_visitor.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/decorators/slop.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/html.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/html/builder.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/html/document.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/html/document_fragment.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/html/element_description.rb
|
2011-07-01 17:10:04 +02:00
|
|
|
${GEM_LIBDIR}/lib/nokogiri/html/element_description_defaults.rb
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/lib/nokogiri/html/entity_lookup.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/html/sax/parser.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/html/sax/parser_context.rb
|
Update ruby-nokogiri to 1.5.2.
== 1.5.2 / 2012-03-09
Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631, #632.
== 1.5.1 / 2012-03-09
* Features
* XML::Builder#comment allows creation of comment nodes.
* CSS searches now support namespaced attributes. #593
* Java integration feature is added. Now, XML::Document.wrap
and XML::Document#to_java methods are available.
* RelaxNG validator support in the `nokogiri` cli utility. #591 (thanks, Dan Radez!)
* Bugfixes
* Fix many memory leaks and segfault opportunities. Thanks, Tim Elliott!
* extconf searches homebrew paths if homebrew is installed.
* Inconsistent behavior of Nokogiri 1.5.0 Java #620
* Inheriting from Nokogiri::XML::Node on JRuby (1.6.4/5) fails #560
* XML::Attr nodes are not allowed to be added as node children, so an
exception is raised. #558
* No longer defensively "pickle" adjacent text nodes on
Node#add_next_sibling and Node#add_previous_sibling calls. #595.
* Java version inconsistency: it returns nil for empty attributes #589
* to_xhtml incorrectly generates <p /></p> when tag is empty #557
* Document#add_child now accepts a Node, NodeSet, DocumentFragment,
or String. #546.
* Document#create_element now recognizes namespaces containing
non-word characters (like "SOAP-ENV"). This is mostly relevant to
users of Builder, which calls Document#create_element for nearly
everything. #531.
* File encoding broken in 1.5.0 / jruby / windows #529
* Java version does not return namespace defs as attrs for ::HTML #542
* Bad file descriptor with Nokogiri 1.5.0 #495
* remove_namespace! doesn't work in pure java version #492
* The Nokogiri Java native build throws a null pointer exception
when ActiveSupport's .blank? method is called directly on a parsed
object. #489
* 1.5.0 Not using correct character encoding #488
* Raw XML string in XML Builder broken on JRuby #486
* Nokogiri 1.5.0 XML generation broken on JRuby #484
* Do not allow multiple root nodes. #550
* Fixes for custom XPath functions. #605, #606 (thanks, Juan Wajnerman!)
* Node#to_xml does not override :save_with if it is provided. #505
* Node#set is a private method [JRuby]. #564 (thanks, Nick Sieger!)
* C14n cleanup and Node#canonicalize (thanks, Ivan Pirlik!) #563
2012-03-17 17:51:05 +01:00
|
|
|
${GEM_LIBDIR}/lib/nokogiri/html/sax/push_parser.rb
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/lib/nokogiri/nokogiri.${RUBY_DLEXT}
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/syntax_error.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/version.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/attr.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/attribute_decl.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/builder.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/cdata.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/character_data.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/document.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/document_fragment.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/dtd.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/element_content.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/element_decl.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/entity_decl.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/namespace.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/node.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/node/save_options.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/node_set.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/notation.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/parse_options.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/pp.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/pp/character_data.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/pp/node.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/processing_instruction.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/reader.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/relax_ng.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/sax.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/sax/document.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/sax/parser.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/sax/parser_context.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/sax/push_parser.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/schema.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/syntax_error.rb
|
2010-09-10 10:29:06 +02:00
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/text.rb
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/xpath.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/xpath/syntax_error.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xml/xpath_context.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xslt.rb
|
|
|
|
${GEM_LIBDIR}/lib/nokogiri/xslt/stylesheet.rb
|
|
|
|
${GEM_LIBDIR}/lib/xsd/xmlparser/nokogiri.rb
|
2010-09-10 10:29:06 +02:00
|
|
|
${GEM_LIBDIR}/tasks/cross_compile.rb
|
2011-07-01 17:10:04 +02:00
|
|
|
${GEM_LIBDIR}/tasks/nokogiri.org.rb
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/tasks/test.rb
|
|
|
|
${GEM_LIBDIR}/test/css/test_nthiness.rb
|
|
|
|
${GEM_LIBDIR}/test/css/test_parser.rb
|
|
|
|
${GEM_LIBDIR}/test/css/test_tokenizer.rb
|
|
|
|
${GEM_LIBDIR}/test/css/test_xpath_visitor.rb
|
Update ruby-nokogiri package to 1.4.4.
=== 1.4.4 / Unreleased
* New Features
* XML::Node#children= sets the node's inner html (much like #inner_html=), but returns the reparent node(s).
* XSLT supports function extensions. #336
* XPath bind parameter substitution. #329
* XML::Reader node type constants. #369
* SAX Parser context provides line and column information
* Bugfixes
* XML::DTD#attributes returns an empty hash instead of nil when there are no attributes.
* XML::DTD#{keys,each} now work as expected. #324
* {XML,HTML}::DocumentFragment.{new,parse} no longer strip leading and trailing whitespace. #319
* XML::Node#{add_child,add_previous_sibling,add_next_sibling,replace} return a NodeSet when passed a string.
* Unclosed tags parsed more robustly in fragments. #315
* XML::Node#{replace,add_previous_sibling,add_next_sibling} edge cases fixed related to libxml's text node merging. #308
* Fixed a segfault when GC occurs during xpath handler argument marshalling. #345
* Added hack to Slop decorator to work with previously defined methods. #330
* Fix a memory leak when duplicating child nodes. #353
* Fixed off-by-one bug with nth-last-{child,of-type} CSS selectors when NOT using an+b notation. #354
* Fixed passing of non-namespace attributes to SAX::Document#start_element. #356
* Workaround for libxml2 in-context parsing bug. #362
* Fixed NodeSet#wrap on nodes within a fragment. #331
2010-11-30 16:39:56 +01:00
|
|
|
${GEM_LIBDIR}/test/decorators/test_slop.rb
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/test/files/2ch.html
|
|
|
|
${GEM_LIBDIR}/test/files/address_book.rlx
|
|
|
|
${GEM_LIBDIR}/test/files/address_book.xml
|
|
|
|
${GEM_LIBDIR}/test/files/bar/bar.xsd
|
|
|
|
${GEM_LIBDIR}/test/files/dont_hurt_em_why.xml
|
2011-06-16 17:34:12 +02:00
|
|
|
${GEM_LIBDIR}/test/files/encoding.html
|
|
|
|
${GEM_LIBDIR}/test/files/encoding.xhtml
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/test/files/exslt.xml
|
|
|
|
${GEM_LIBDIR}/test/files/exslt.xslt
|
|
|
|
${GEM_LIBDIR}/test/files/foo/foo.xsd
|
2011-07-01 17:10:04 +02:00
|
|
|
${GEM_LIBDIR}/test/files/metacharset.html
|
|
|
|
${GEM_LIBDIR}/test/files/noencoding.html
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/test/files/po.xml
|
|
|
|
${GEM_LIBDIR}/test/files/po.xsd
|
|
|
|
${GEM_LIBDIR}/test/files/shift_jis.html
|
|
|
|
${GEM_LIBDIR}/test/files/shift_jis.xml
|
|
|
|
${GEM_LIBDIR}/test/files/snuggles.xml
|
|
|
|
${GEM_LIBDIR}/test/files/staff.dtd
|
|
|
|
${GEM_LIBDIR}/test/files/staff.xml
|
|
|
|
${GEM_LIBDIR}/test/files/staff.xslt
|
Update ruby-nokogiri to 1.5.6.
== 1.5.6 / unreleased
* Features
* Improved performance of XML::Document#collect_namespaces. #761 (Thanks, Juergen Mangler!)
* New callback SAX::Document#processing_instruction (Thanks, Kitaiti Makoto!)
* Node#native_content= allows setting unescaped node contant. #768
* XPath lookup with namespaces supports symbol keys. #729 (Thanks, Ben Langfeld.)
* XML::Node#[]= stringifies values. #729 (Thanks, Ben Langfeld.)
* bin/nokogiri will process a document from $stdin
* bin/nokogiri -e will execute a program from the command line
* bin/nokogiri --version will print the Xerces and NekoHTML versions when ran with JRuby.
* Bugfixes
* Nokogiri now detects XSLT transform errors. #731 (Thanks, Justin Fitzsimmons!)
* Don't throw an Error when trying to replace top-level text node in DocumentFragment. #775
* Raise an ArgumentError if an invalid encoding is passed to the SAX parser. #756 (Thanks, Bradley Schaefer!)
* [JRuby] space prior to xml preamble causes nokogiri to fail parsing. (fixed along with #748) #790
* [JRuby] Fixed the bug Nokogiri::XML::Node#content inconsistency between Java and C. #794, #797
* [JRuby] raises INVALID_CHARACTER_ERR exception when EntityReference name starts with '#'. #719
* [JRuby] doesn't coerce namespaces out of strings on a direct subclass of Node. #715
* [JRuby] Node#content now renders newlines properly. #737 (Thanks, Piotr Szmielew!)
* [JRuby] Unknown namespace are ignore when the recover option is used. #748
* [JRuby] XPath queries for namespaces should not throw exceptions when called twice in a row. #764
* [JRuby] More consistent (with libxml2) whitespace formatting when emitting XML. #771
* [JRuby] namespaced attributes broken when appending raw xml to builder. #770
* [JRuby] Nokogiri::XML::Document#wrap raises undefined method `length' for nil:NilClass when trying to << to a node. #781
* [JRuby] Fixed "bad file descriptor" bug when closing open file descriptors. #495
* [JRuby] JRuby/CRuby incompatibility for attribute decorators. #785
* [JRuby] Issues parsing valid XML with no internal subset in the DTD. #547, #811
* [JRuby] Issues parsing valid node content when it contains colons. #728
* [JRuby] Correctly parse the doc type of html documents. #733
* [JRuby] Include dtd in the xml output when a builder is used with create_internal_subset. #751
* [JRuby] builder requires textwrappers for valid utf8 in jruby, not in mri. #784
2013-02-11 03:44:26 +01:00
|
|
|
${GEM_LIBDIR}/test/files/test_document_url/bar.xml
|
|
|
|
${GEM_LIBDIR}/test/files/test_document_url/document.dtd
|
|
|
|
${GEM_LIBDIR}/test/files/test_document_url/document.xml
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/test/files/tlm.html
|
2012-06-02 03:13:00 +02:00
|
|
|
${GEM_LIBDIR}/test/files/to_be_xincluded.xml
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/test/files/valid_bar.xml
|
2012-06-02 03:13:00 +02:00
|
|
|
${GEM_LIBDIR}/test/files/xinclude.xml
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/test/helper.rb
|
|
|
|
${GEM_LIBDIR}/test/html/sax/test_parser.rb
|
|
|
|
${GEM_LIBDIR}/test/html/sax/test_parser_context.rb
|
|
|
|
${GEM_LIBDIR}/test/html/test_builder.rb
|
|
|
|
${GEM_LIBDIR}/test/html/test_document.rb
|
|
|
|
${GEM_LIBDIR}/test/html/test_document_encoding.rb
|
|
|
|
${GEM_LIBDIR}/test/html/test_document_fragment.rb
|
|
|
|
${GEM_LIBDIR}/test/html/test_element_description.rb
|
|
|
|
${GEM_LIBDIR}/test/html/test_named_characters.rb
|
|
|
|
${GEM_LIBDIR}/test/html/test_node.rb
|
|
|
|
${GEM_LIBDIR}/test/html/test_node_encoding.rb
|
|
|
|
${GEM_LIBDIR}/test/test_convert_xpath.rb
|
|
|
|
${GEM_LIBDIR}/test/test_css_cache.rb
|
2010-09-10 10:29:06 +02:00
|
|
|
${GEM_LIBDIR}/test/test_encoding_handler.rb
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/test/test_memory_leak.rb
|
|
|
|
${GEM_LIBDIR}/test/test_nokogiri.rb
|
|
|
|
${GEM_LIBDIR}/test/test_reader.rb
|
2010-09-10 10:29:06 +02:00
|
|
|
${GEM_LIBDIR}/test/test_soap4r_sax.rb
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/test/test_xslt_transforms.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/node/test_save_options.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/node/test_subclass.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/sax/test_parser.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/sax/test_parser_context.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/sax/test_push_parser.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_attr.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_attribute_decl.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_builder.rb
|
Update ruby-nokogiri to 1.5.2.
== 1.5.2 / 2012-03-09
Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631, #632.
== 1.5.1 / 2012-03-09
* Features
* XML::Builder#comment allows creation of comment nodes.
* CSS searches now support namespaced attributes. #593
* Java integration feature is added. Now, XML::Document.wrap
and XML::Document#to_java methods are available.
* RelaxNG validator support in the `nokogiri` cli utility. #591 (thanks, Dan Radez!)
* Bugfixes
* Fix many memory leaks and segfault opportunities. Thanks, Tim Elliott!
* extconf searches homebrew paths if homebrew is installed.
* Inconsistent behavior of Nokogiri 1.5.0 Java #620
* Inheriting from Nokogiri::XML::Node on JRuby (1.6.4/5) fails #560
* XML::Attr nodes are not allowed to be added as node children, so an
exception is raised. #558
* No longer defensively "pickle" adjacent text nodes on
Node#add_next_sibling and Node#add_previous_sibling calls. #595.
* Java version inconsistency: it returns nil for empty attributes #589
* to_xhtml incorrectly generates <p /></p> when tag is empty #557
* Document#add_child now accepts a Node, NodeSet, DocumentFragment,
or String. #546.
* Document#create_element now recognizes namespaces containing
non-word characters (like "SOAP-ENV"). This is mostly relevant to
users of Builder, which calls Document#create_element for nearly
everything. #531.
* File encoding broken in 1.5.0 / jruby / windows #529
* Java version does not return namespace defs as attrs for ::HTML #542
* Bad file descriptor with Nokogiri 1.5.0 #495
* remove_namespace! doesn't work in pure java version #492
* The Nokogiri Java native build throws a null pointer exception
when ActiveSupport's .blank? method is called directly on a parsed
object. #489
* 1.5.0 Not using correct character encoding #488
* Raw XML string in XML Builder broken on JRuby #486
* Nokogiri 1.5.0 XML generation broken on JRuby #484
* Do not allow multiple root nodes. #550
* Fixes for custom XPath functions. #605, #606 (thanks, Juan Wajnerman!)
* Node#to_xml does not override :save_with if it is provided. #505
* Node#set is a private method [JRuby]. #564 (thanks, Nick Sieger!)
* C14n cleanup and Node#canonicalize (thanks, Ivan Pirlik!) #563
2012-03-17 17:51:05 +01:00
|
|
|
${GEM_LIBDIR}/test/xml/test_c14n.rb
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/test/xml/test_cdata.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_comment.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_document.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_document_encoding.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_document_fragment.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_dtd.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_dtd_encoding.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_element_content.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_element_decl.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_entity_decl.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_entity_reference.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_namespace.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_node.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_node_attributes.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_node_encoding.rb
|
Update ruby-nokogiri to 1.5.2.
== 1.5.2 / 2012-03-09
Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631, #632.
== 1.5.1 / 2012-03-09
* Features
* XML::Builder#comment allows creation of comment nodes.
* CSS searches now support namespaced attributes. #593
* Java integration feature is added. Now, XML::Document.wrap
and XML::Document#to_java methods are available.
* RelaxNG validator support in the `nokogiri` cli utility. #591 (thanks, Dan Radez!)
* Bugfixes
* Fix many memory leaks and segfault opportunities. Thanks, Tim Elliott!
* extconf searches homebrew paths if homebrew is installed.
* Inconsistent behavior of Nokogiri 1.5.0 Java #620
* Inheriting from Nokogiri::XML::Node on JRuby (1.6.4/5) fails #560
* XML::Attr nodes are not allowed to be added as node children, so an
exception is raised. #558
* No longer defensively "pickle" adjacent text nodes on
Node#add_next_sibling and Node#add_previous_sibling calls. #595.
* Java version inconsistency: it returns nil for empty attributes #589
* to_xhtml incorrectly generates <p /></p> when tag is empty #557
* Document#add_child now accepts a Node, NodeSet, DocumentFragment,
or String. #546.
* Document#create_element now recognizes namespaces containing
non-word characters (like "SOAP-ENV"). This is mostly relevant to
users of Builder, which calls Document#create_element for nearly
everything. #531.
* File encoding broken in 1.5.0 / jruby / windows #529
* Java version does not return namespace defs as attrs for ::HTML #542
* Bad file descriptor with Nokogiri 1.5.0 #495
* remove_namespace! doesn't work in pure java version #492
* The Nokogiri Java native build throws a null pointer exception
when ActiveSupport's .blank? method is called directly on a parsed
object. #489
* 1.5.0 Not using correct character encoding #488
* Raw XML string in XML Builder broken on JRuby #486
* Nokogiri 1.5.0 XML generation broken on JRuby #484
* Do not allow multiple root nodes. #550
* Fixes for custom XPath functions. #605, #606 (thanks, Juan Wajnerman!)
* Node#to_xml does not override :save_with if it is provided. #505
* Node#set is a private method [JRuby]. #564 (thanks, Nick Sieger!)
* C14n cleanup and Node#canonicalize (thanks, Ivan Pirlik!) #563
2012-03-17 17:51:05 +01:00
|
|
|
${GEM_LIBDIR}/test/xml/test_node_inheritance.rb
|
2010-09-10 10:29:06 +02:00
|
|
|
${GEM_LIBDIR}/test/xml/test_node_reparenting.rb
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/test/xml/test_node_set.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_parse_options.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_processing_instruction.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_reader_encoding.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_relax_ng.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_schema.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_syntax_error.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_text.rb
|
|
|
|
${GEM_LIBDIR}/test/xml/test_unparented_node.rb
|
Update ruby-nokogiri to 1.5.2.
== 1.5.2 / 2012-03-09
Repackaging of 1.5.1 with a gemspec that is compatible with older Rubies. #631, #632.
== 1.5.1 / 2012-03-09
* Features
* XML::Builder#comment allows creation of comment nodes.
* CSS searches now support namespaced attributes. #593
* Java integration feature is added. Now, XML::Document.wrap
and XML::Document#to_java methods are available.
* RelaxNG validator support in the `nokogiri` cli utility. #591 (thanks, Dan Radez!)
* Bugfixes
* Fix many memory leaks and segfault opportunities. Thanks, Tim Elliott!
* extconf searches homebrew paths if homebrew is installed.
* Inconsistent behavior of Nokogiri 1.5.0 Java #620
* Inheriting from Nokogiri::XML::Node on JRuby (1.6.4/5) fails #560
* XML::Attr nodes are not allowed to be added as node children, so an
exception is raised. #558
* No longer defensively "pickle" adjacent text nodes on
Node#add_next_sibling and Node#add_previous_sibling calls. #595.
* Java version inconsistency: it returns nil for empty attributes #589
* to_xhtml incorrectly generates <p /></p> when tag is empty #557
* Document#add_child now accepts a Node, NodeSet, DocumentFragment,
or String. #546.
* Document#create_element now recognizes namespaces containing
non-word characters (like "SOAP-ENV"). This is mostly relevant to
users of Builder, which calls Document#create_element for nearly
everything. #531.
* File encoding broken in 1.5.0 / jruby / windows #529
* Java version does not return namespace defs as attrs for ::HTML #542
* Bad file descriptor with Nokogiri 1.5.0 #495
* remove_namespace! doesn't work in pure java version #492
* The Nokogiri Java native build throws a null pointer exception
when ActiveSupport's .blank? method is called directly on a parsed
object. #489
* 1.5.0 Not using correct character encoding #488
* Raw XML string in XML Builder broken on JRuby #486
* Nokogiri 1.5.0 XML generation broken on JRuby #484
* Do not allow multiple root nodes. #550
* Fixes for custom XPath functions. #605, #606 (thanks, Juan Wajnerman!)
* Node#to_xml does not override :save_with if it is provided. #505
* Node#set is a private method [JRuby]. #564 (thanks, Nick Sieger!)
* C14n cleanup and Node#canonicalize (thanks, Ivan Pirlik!) #563
2012-03-17 17:51:05 +01:00
|
|
|
${GEM_LIBDIR}/test/xml/test_xinclude.rb
|
2009-12-02 14:47:29 +01:00
|
|
|
${GEM_LIBDIR}/test/xml/test_xpath.rb
|
Update ruby-nokogiri package to 1.4.4.
=== 1.4.4 / Unreleased
* New Features
* XML::Node#children= sets the node's inner html (much like #inner_html=), but returns the reparent node(s).
* XSLT supports function extensions. #336
* XPath bind parameter substitution. #329
* XML::Reader node type constants. #369
* SAX Parser context provides line and column information
* Bugfixes
* XML::DTD#attributes returns an empty hash instead of nil when there are no attributes.
* XML::DTD#{keys,each} now work as expected. #324
* {XML,HTML}::DocumentFragment.{new,parse} no longer strip leading and trailing whitespace. #319
* XML::Node#{add_child,add_previous_sibling,add_next_sibling,replace} return a NodeSet when passed a string.
* Unclosed tags parsed more robustly in fragments. #315
* XML::Node#{replace,add_previous_sibling,add_next_sibling} edge cases fixed related to libxml's text node merging. #308
* Fixed a segfault when GC occurs during xpath handler argument marshalling. #345
* Added hack to Slop decorator to work with previously defined methods. #330
* Fix a memory leak when duplicating child nodes. #353
* Fixed off-by-one bug with nth-last-{child,of-type} CSS selectors when NOT using an+b notation. #354
* Fixed passing of non-namespace attributes to SAX::Document#start_element. #356
* Workaround for libxml2 in-context parsing bug. #362
* Fixed NodeSet#wrap on nodes within a fragment. #331
2010-11-30 16:39:56 +01:00
|
|
|
${GEM_LIBDIR}/test/xslt/test_custom_functions.rb
|
2011-07-01 17:10:04 +02:00
|
|
|
${GEM_LIBDIR}/test/xslt/test_exception_handling.rb
|
2012-06-02 03:13:00 +02:00
|
|
|
${GEM_LIBDIR}/test_all
|
2010-09-10 10:29:06 +02:00
|
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|