vtd_xml 0.0.3-java → 0.0.6-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (536) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/LICENSE.txt +340 -20
  4. data/lib/vtd_xml/document.rb +76 -28
  5. data/lib/vtd_xml/version.rb +1 -1
  6. data/pkg/vtd_xml-0.0.4-java.gem +0 -0
  7. data/pkg/vtd_xml-0.0.6-java.gem +0 -0
  8. data/test/test_load_paths.rb +1 -0
  9. data/test/unit/vtd_xml/document_test.rb +173 -17
  10. metadata +11 -535
  11. data/bundle/bundler/setup.rb +0 -10
  12. data/bundle/jruby/1.9/bin/convert_to_should_syntax +0 -23
  13. data/bundle/jruby/1.9/bin/nokogiri +0 -23
  14. data/bundle/jruby/1.9/bin/rake +0 -23
  15. data/bundle/jruby/1.9/build_info/mini_portile-0.5.2.info +0 -1
  16. data/bundle/jruby/1.9/build_info/nokogiri-1.6.1-java.info +0 -1
  17. data/bundle/jruby/1.9/build_info/rake-10.1.1.info +0 -1
  18. data/bundle/jruby/1.9/build_info/shoulda-context-1.1.6.info +0 -1
  19. data/bundle/jruby/1.9/cache/mini_portile-0.5.2.gem +0 -0
  20. data/bundle/jruby/1.9/cache/nokogiri-1.6.1-java.gem +0 -0
  21. data/bundle/jruby/1.9/cache/rake-10.1.1.gem +0 -0
  22. data/bundle/jruby/1.9/cache/shoulda-context-1.1.6.gem +0 -0
  23. data/bundle/jruby/1.9/gems/mini_portile-0.5.2/History.txt +0 -65
  24. data/bundle/jruby/1.9/gems/mini_portile-0.5.2/LICENSE.txt +0 -20
  25. data/bundle/jruby/1.9/gems/mini_portile-0.5.2/README.rdoc +0 -169
  26. data/bundle/jruby/1.9/gems/mini_portile-0.5.2/Rakefile +0 -44
  27. data/bundle/jruby/1.9/gems/mini_portile-0.5.2/examples/Rakefile +0 -55
  28. data/bundle/jruby/1.9/gems/mini_portile-0.5.2/lib/mini_portile.rb +0 -404
  29. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/CHANGELOG.ja.rdoc +0 -828
  30. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/CHANGELOG.rdoc +0 -835
  31. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/C_CODING_STYLE.rdoc +0 -33
  32. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/Gemfile +0 -21
  33. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/Manifest.txt +0 -315
  34. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/README.ja.rdoc +0 -106
  35. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/README.rdoc +0 -175
  36. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ROADMAP.md +0 -90
  37. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/Rakefile +0 -248
  38. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/STANDARD_RESPONSES.md +0 -47
  39. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/Y_U_NO_GEMSPEC.md +0 -155
  40. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/bin/nokogiri +0 -78
  41. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/build_all +0 -105
  42. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/dependencies.yml +0 -4
  43. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/EncodingHandler.java +0 -124
  44. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/HtmlDocument.java +0 -189
  45. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/HtmlElementDescription.java +0 -145
  46. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/HtmlEntityLookup.java +0 -79
  47. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/HtmlSaxParserContext.java +0 -259
  48. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/NokogiriService.java +0 -605
  49. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlAttr.java +0 -190
  50. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlAttributeDecl.java +0 -130
  51. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlCdata.java +0 -84
  52. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlComment.java +0 -95
  53. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlDocument.java +0 -598
  54. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlDocumentFragment.java +0 -210
  55. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlDtd.java +0 -480
  56. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlElement.java +0 -88
  57. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlElementContent.java +0 -382
  58. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlElementDecl.java +0 -152
  59. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlEntityDecl.java +0 -162
  60. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlEntityReference.java +0 -101
  61. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlNamespace.java +0 -216
  62. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlNode.java +0 -1637
  63. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlNodeSet.java +0 -270
  64. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlProcessingInstruction.java +0 -99
  65. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlReader.java +0 -532
  66. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlRelaxng.java +0 -144
  67. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlSaxParserContext.java +0 -356
  68. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlSaxPushParser.java +0 -232
  69. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlSchema.java +0 -324
  70. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlSyntaxError.java +0 -136
  71. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlText.java +0 -107
  72. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XmlXpathContext.java +0 -203
  73. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/XsltStylesheet.java +0 -360
  74. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/ClosedStreamException.java +0 -10
  75. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/HtmlDomParserContext.java +0 -243
  76. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/NokogiriBlockingQueueInputStream.java +0 -151
  77. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/NokogiriDocumentCache.java +0 -73
  78. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/NokogiriDomParser.java +0 -116
  79. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/NokogiriEncodingReaderWrapper.java +0 -109
  80. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/NokogiriEntityResolver.java +0 -123
  81. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/NokogiriErrorHandler.java +0 -86
  82. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/NokogiriHandler.java +0 -341
  83. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/NokogiriHelpers.java +0 -826
  84. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/NokogiriNamespaceCache.java +0 -180
  85. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/NokogiriNamespaceContext.java +0 -130
  86. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/NokogiriNonStrictErrorHandler.java +0 -98
  87. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/NokogiriNonStrictErrorHandler4NekoHtml.java +0 -121
  88. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/NokogiriStrictErrorHandler.java +0 -79
  89. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/NokogiriXPathFunction.java +0 -141
  90. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/NokogiriXPathFunctionResolver.java +0 -73
  91. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/NokogiriXPathVariableResolver.java +0 -67
  92. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/NokogiriXsltErrorListener.java +0 -87
  93. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/ParserContext.java +0 -289
  94. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/ReaderNode.java +0 -534
  95. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/SaveContextVisitor.java +0 -780
  96. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/SchemaErrorHandler.java +0 -76
  97. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/UncloseableInputStream.java +0 -102
  98. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/XmlDeclHandler.java +0 -42
  99. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/XmlDomParserContext.java +0 -275
  100. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/XmlSaxParser.java +0 -65
  101. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/java/nokogiri/internals/XsltExtensionFunction.java +0 -72
  102. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/depend +0 -358
  103. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/extconf.rb +0 -195
  104. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/html_document.c +0 -170
  105. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/html_document.h +0 -10
  106. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/html_element_description.c +0 -279
  107. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/html_element_description.h +0 -10
  108. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/html_entity_lookup.c +0 -32
  109. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/html_entity_lookup.h +0 -8
  110. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/html_sax_parser_context.c +0 -116
  111. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/html_sax_parser_context.h +0 -11
  112. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/html_sax_push_parser.c +0 -87
  113. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/html_sax_push_parser.h +0 -9
  114. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/nokogiri.c +0 -143
  115. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/nokogiri.h +0 -164
  116. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_attr.c +0 -94
  117. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_attr.h +0 -9
  118. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_attribute_decl.c +0 -70
  119. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_attribute_decl.h +0 -9
  120. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_cdata.c +0 -56
  121. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_cdata.h +0 -9
  122. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_comment.c +0 -54
  123. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_comment.h +0 -9
  124. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_document.c +0 -576
  125. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_document.h +0 -23
  126. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_document_fragment.c +0 -48
  127. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_document_fragment.h +0 -10
  128. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_dtd.c +0 -202
  129. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_dtd.h +0 -10
  130. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_element_content.c +0 -123
  131. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_element_content.h +0 -10
  132. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_element_decl.c +0 -69
  133. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_element_decl.h +0 -9
  134. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_encoding_handler.c +0 -79
  135. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_encoding_handler.h +0 -8
  136. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_entity_decl.c +0 -110
  137. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_entity_decl.h +0 -10
  138. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_entity_reference.c +0 -52
  139. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_entity_reference.h +0 -9
  140. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_io.c +0 -56
  141. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_io.h +0 -11
  142. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_libxml2_hacks.c +0 -112
  143. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_libxml2_hacks.h +0 -12
  144. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_namespace.c +0 -78
  145. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_namespace.h +0 -13
  146. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_node.c +0 -1534
  147. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_node.h +0 -13
  148. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_node_set.c +0 -467
  149. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_node_set.h +0 -14
  150. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_processing_instruction.c +0 -56
  151. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_processing_instruction.h +0 -9
  152. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_reader.c +0 -681
  153. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_reader.h +0 -10
  154. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_relax_ng.c +0 -161
  155. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_relax_ng.h +0 -9
  156. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_sax_parser.c +0 -312
  157. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_sax_parser.h +0 -39
  158. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_sax_parser_context.c +0 -222
  159. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_sax_parser_context.h +0 -10
  160. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_sax_push_parser.c +0 -115
  161. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_sax_push_parser.h +0 -9
  162. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_schema.c +0 -205
  163. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_schema.h +0 -9
  164. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_syntax_error.c +0 -58
  165. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_syntax_error.h +0 -13
  166. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_text.c +0 -52
  167. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_text.h +0 -9
  168. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_xpath_context.c +0 -319
  169. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xml_xpath_context.h +0 -10
  170. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xslt_stylesheet.c +0 -270
  171. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/ext/nokogiri/xslt_stylesheet.h +0 -14
  172. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/isorelax.jar +0 -0
  173. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/jing.jar +0 -0
  174. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nekodtd.jar +0 -0
  175. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nekohtml.jar +0 -0
  176. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/css/node.rb +0 -102
  177. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/css/parser.rb +0 -720
  178. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/css/parser.y +0 -258
  179. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/css/parser_extras.rb +0 -91
  180. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/css/syntax_error.rb +0 -7
  181. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/css/tokenizer.rb +0 -152
  182. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/css/tokenizer.rex +0 -55
  183. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/css/xpath_visitor.rb +0 -171
  184. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/css.rb +0 -27
  185. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/decorators/slop.rb +0 -35
  186. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/html/builder.rb +0 -35
  187. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/html/document.rb +0 -254
  188. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/html/document_fragment.rb +0 -41
  189. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/html/element_description.rb +0 -23
  190. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/html/element_description_defaults.rb +0 -671
  191. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/html/entity_lookup.rb +0 -13
  192. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/html/sax/parser.rb +0 -52
  193. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/html/sax/parser_context.rb +0 -16
  194. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/html/sax/push_parser.rb +0 -16
  195. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/html.rb +0 -37
  196. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/nokogiri.jar +0 -0
  197. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/syntax_error.rb +0 -4
  198. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/version.rb +0 -106
  199. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/attr.rb +0 -14
  200. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/attribute_decl.rb +0 -18
  201. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/builder.rb +0 -443
  202. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/cdata.rb +0 -11
  203. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/character_data.rb +0 -7
  204. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/document.rb +0 -279
  205. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/document_fragment.rb +0 -112
  206. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/dtd.rb +0 -22
  207. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/element_content.rb +0 -36
  208. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/element_decl.rb +0 -13
  209. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/entity_decl.rb +0 -19
  210. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/namespace.rb +0 -13
  211. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/node/save_options.rb +0 -61
  212. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/node.rb +0 -957
  213. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/node_set.rb +0 -355
  214. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/notation.rb +0 -6
  215. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/parse_options.rb +0 -98
  216. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/pp/character_data.rb +0 -18
  217. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/pp/node.rb +0 -56
  218. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/pp.rb +0 -2
  219. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/processing_instruction.rb +0 -8
  220. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/reader.rb +0 -112
  221. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/relax_ng.rb +0 -32
  222. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/sax/document.rb +0 -171
  223. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/sax/parser.rb +0 -123
  224. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/sax/parser_context.rb +0 -16
  225. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/sax/push_parser.rb +0 -60
  226. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/sax.rb +0 -4
  227. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/schema.rb +0 -63
  228. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/syntax_error.rb +0 -47
  229. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/text.rb +0 -9
  230. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/xpath/syntax_error.rb +0 -11
  231. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/xpath.rb +0 -10
  232. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml/xpath_context.rb +0 -16
  233. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xml.rb +0 -73
  234. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xslt/stylesheet.rb +0 -25
  235. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri/xslt.rb +0 -56
  236. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/nokogiri.rb +0 -128
  237. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/xercesImpl.jar +0 -0
  238. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/lib/xsd/xmlparser/nokogiri.rb +0 -102
  239. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/tasks/cross_compile.rb +0 -134
  240. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/tasks/nokogiri.org.rb +0 -24
  241. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/tasks/test.rb +0 -95
  242. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/css/test_nthiness.rb +0 -159
  243. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/css/test_parser.rb +0 -341
  244. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/css/test_tokenizer.rb +0 -198
  245. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/css/test_xpath_visitor.rb +0 -91
  246. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/decorators/test_slop.rb +0 -16
  247. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/2ch.html +0 -108
  248. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/address_book.rlx +0 -12
  249. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/address_book.xml +0 -10
  250. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/bar/bar.xsd +0 -4
  251. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/bogus.xml +0 -0
  252. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/dont_hurt_em_why.xml +0 -422
  253. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/encoding.html +0 -82
  254. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/encoding.xhtml +0 -84
  255. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/exslt.xml +0 -8
  256. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/exslt.xslt +0 -35
  257. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/foo/foo.xsd +0 -4
  258. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/metacharset.html +0 -10
  259. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/noencoding.html +0 -47
  260. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/po.xml +0 -32
  261. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/po.xsd +0 -66
  262. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/saml/saml20assertion_schema.xsd +0 -283
  263. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/saml/saml20protocol_schema.xsd +0 -302
  264. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/saml/xenc_schema.xsd +0 -146
  265. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/saml/xmldsig_schema.xsd +0 -318
  266. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/shift_jis.html +0 -10
  267. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/shift_jis.xml +0 -5
  268. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/snuggles.xml +0 -3
  269. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/staff.dtd +0 -10
  270. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/staff.xml +0 -59
  271. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/staff.xslt +0 -32
  272. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/test_document_url/bar.xml +0 -2
  273. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/test_document_url/document.dtd +0 -4
  274. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/test_document_url/document.xml +0 -6
  275. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/tlm.html +0 -850
  276. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/to_be_xincluded.xml +0 -2
  277. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/valid_bar.xml +0 -2
  278. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/files/xinclude.xml +0 -4
  279. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/helper.rb +0 -154
  280. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/html/sax/test_parser.rb +0 -141
  281. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/html/sax/test_parser_context.rb +0 -46
  282. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/html/test_builder.rb +0 -164
  283. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/html/test_document.rb +0 -552
  284. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/html/test_document_encoding.rb +0 -138
  285. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/html/test_document_fragment.rb +0 -261
  286. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/html/test_element_description.rb +0 -105
  287. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/html/test_named_characters.rb +0 -14
  288. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/html/test_node.rb +0 -196
  289. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/html/test_node_encoding.rb +0 -27
  290. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/namespaces/test_additional_namespaces_in_builder_doc.rb +0 -14
  291. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/namespaces/test_namespaces_in_builder_doc.rb +0 -75
  292. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/namespaces/test_namespaces_in_created_doc.rb +0 -75
  293. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/namespaces/test_namespaces_in_parsed_doc.rb +0 -66
  294. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/test_convert_xpath.rb +0 -135
  295. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/test_css_cache.rb +0 -45
  296. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/test_encoding_handler.rb +0 -46
  297. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/test_memory_leak.rb +0 -156
  298. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/test_nokogiri.rb +0 -132
  299. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/test_reader.rb +0 -555
  300. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/test_soap4r_sax.rb +0 -52
  301. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/test_xslt_transforms.rb +0 -254
  302. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/node/test_save_options.rb +0 -28
  303. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/node/test_subclass.rb +0 -44
  304. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/sax/test_parser.rb +0 -366
  305. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/sax/test_parser_context.rb +0 -106
  306. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/sax/test_push_parser.rb +0 -157
  307. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_attr.rb +0 -64
  308. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_attribute_decl.rb +0 -86
  309. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_builder.rb +0 -306
  310. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_c14n.rb +0 -151
  311. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_cdata.rb +0 -48
  312. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_comment.rb +0 -29
  313. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_document.rb +0 -868
  314. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_document_encoding.rb +0 -28
  315. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_document_fragment.rb +0 -223
  316. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_dtd.rb +0 -103
  317. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_dtd_encoding.rb +0 -33
  318. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_element_content.rb +0 -56
  319. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_element_decl.rb +0 -73
  320. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_entity_decl.rb +0 -122
  321. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_entity_reference.rb +0 -245
  322. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_namespace.rb +0 -95
  323. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_node.rb +0 -1137
  324. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_node_attributes.rb +0 -96
  325. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_node_encoding.rb +0 -107
  326. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_node_inheritance.rb +0 -32
  327. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_node_reparenting.rb +0 -374
  328. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_node_set.rb +0 -755
  329. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_parse_options.rb +0 -64
  330. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_processing_instruction.rb +0 -30
  331. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_reader_encoding.rb +0 -142
  332. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_relax_ng.rb +0 -60
  333. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_schema.rb +0 -103
  334. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_syntax_error.rb +0 -12
  335. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_text.rb +0 -45
  336. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_unparented_node.rb +0 -422
  337. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_xinclude.rb +0 -83
  338. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xml/test_xpath.rb +0 -295
  339. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xslt/test_custom_functions.rb +0 -133
  340. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test/xslt/test_exception_handling.rb +0 -37
  341. data/bundle/jruby/1.9/gems/nokogiri-1.6.1-java/test_all +0 -81
  342. data/bundle/jruby/1.9/gems/rake-10.1.1/CHANGES +0 -530
  343. data/bundle/jruby/1.9/gems/rake-10.1.1/MIT-LICENSE +0 -21
  344. data/bundle/jruby/1.9/gems/rake-10.1.1/README.rdoc +0 -187
  345. data/bundle/jruby/1.9/gems/rake-10.1.1/Rakefile +0 -374
  346. data/bundle/jruby/1.9/gems/rake-10.1.1/TODO +0 -21
  347. data/bundle/jruby/1.9/gems/rake-10.1.1/bin/rake +0 -33
  348. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/command_line_usage.rdoc +0 -152
  349. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/example/Rakefile1 +0 -38
  350. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/example/Rakefile2 +0 -35
  351. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/example/a.c +0 -6
  352. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/example/b.c +0 -6
  353. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/example/main.c +0 -11
  354. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/glossary.rdoc +0 -51
  355. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/jamis.rb +0 -591
  356. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/proto_rake.rdoc +0 -127
  357. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/rake.1.gz +0 -0
  358. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/rakefile.rdoc +0 -617
  359. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/rational.rdoc +0 -151
  360. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.4.14.rdoc +0 -23
  361. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.4.15.rdoc +0 -35
  362. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.5.0.rdoc +0 -53
  363. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.5.3.rdoc +0 -78
  364. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.5.4.rdoc +0 -46
  365. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.6.0.rdoc +0 -141
  366. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.7.0.rdoc +0 -119
  367. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.7.1.rdoc +0 -59
  368. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.7.2.rdoc +0 -121
  369. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.7.3.rdoc +0 -47
  370. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.8.0.rdoc +0 -114
  371. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.8.2.rdoc +0 -165
  372. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.8.3.rdoc +0 -112
  373. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.8.4.rdoc +0 -147
  374. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.8.5.rdoc +0 -53
  375. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.8.6.rdoc +0 -55
  376. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.8.7.rdoc +0 -55
  377. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.9.0.rdoc +0 -112
  378. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.9.1.rdoc +0 -52
  379. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.9.2.2.rdoc +0 -55
  380. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.9.2.rdoc +0 -49
  381. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.9.3.rdoc +0 -102
  382. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.9.4.rdoc +0 -110
  383. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.9.5.rdoc +0 -114
  384. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-0.9.6.rdoc +0 -127
  385. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-10.0.0.rdoc +0 -178
  386. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-10.0.1.rdoc +0 -187
  387. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-10.0.2.rdoc +0 -191
  388. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-10.0.3.rdoc +0 -191
  389. data/bundle/jruby/1.9/gems/rake-10.1.1/doc/release_notes/rake-10.1.0.rdoc +0 -61
  390. data/bundle/jruby/1.9/gems/rake-10.1.1/install.rb +0 -80
  391. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/alt_system.rb +0 -108
  392. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/application.rb +0 -728
  393. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/backtrace.rb +0 -20
  394. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/clean.rb +0 -55
  395. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/cloneable.rb +0 -16
  396. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/contrib/compositepublisher.rb +0 -21
  397. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/contrib/ftptools.rb +0 -139
  398. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/contrib/publisher.rb +0 -73
  399. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/contrib/rubyforgepublisher.rb +0 -16
  400. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/contrib/sshpublisher.rb +0 -50
  401. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/contrib/sys.rb +0 -2
  402. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/default_loader.rb +0 -10
  403. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/dsl_definition.rb +0 -157
  404. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/early_time.rb +0 -18
  405. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/ext/core.rb +0 -28
  406. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/ext/module.rb +0 -0
  407. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/ext/string.rb +0 -166
  408. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/ext/time.rb +0 -15
  409. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/file_creation_task.rb +0 -24
  410. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/file_list.rb +0 -416
  411. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/file_task.rb +0 -46
  412. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/file_utils.rb +0 -116
  413. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/file_utils_ext.rb +0 -144
  414. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/gempackagetask.rb +0 -2
  415. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/invocation_chain.rb +0 -57
  416. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/invocation_exception_mixin.rb +0 -16
  417. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/linked_list.rb +0 -103
  418. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/loaders/makefile.rb +0 -40
  419. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/multi_task.rb +0 -13
  420. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/name_space.rb +0 -25
  421. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/packagetask.rb +0 -190
  422. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/pathmap.rb +0 -1
  423. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/phony.rb +0 -15
  424. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/private_reader.rb +0 -20
  425. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/promise.rb +0 -99
  426. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/pseudo_status.rb +0 -29
  427. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/rake_module.rb +0 -37
  428. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/rake_test_loader.rb +0 -22
  429. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/rdoctask.rb +0 -2
  430. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/ruby182_test_unit_fix.rb +0 -27
  431. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/rule_recursion_overflow_error.rb +0 -20
  432. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/runtest.rb +0 -22
  433. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/scope.rb +0 -42
  434. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/task.rb +0 -378
  435. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/task_argument_error.rb +0 -7
  436. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/task_arguments.rb +0 -89
  437. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/task_manager.rb +0 -297
  438. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/tasklib.rb +0 -22
  439. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/testtask.rb +0 -201
  440. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/thread_history_display.rb +0 -48
  441. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/thread_pool.rb +0 -161
  442. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/trace_output.rb +0 -22
  443. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/version.rb +0 -9
  444. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake/win32.rb +0 -56
  445. data/bundle/jruby/1.9/gems/rake-10.1.1/lib/rake.rb +0 -73
  446. data/bundle/jruby/1.9/gems/rake-10.1.1/test/file_creation.rb +0 -34
  447. data/bundle/jruby/1.9/gems/rake-10.1.1/test/helper.rb +0 -128
  448. data/bundle/jruby/1.9/gems/rake-10.1.1/test/support/rakefile_definitions.rb +0 -444
  449. data/bundle/jruby/1.9/gems/rake-10.1.1/test/support/ruby_runner.rb +0 -33
  450. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_private_reader.rb +0 -42
  451. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake.rb +0 -40
  452. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_application.rb +0 -517
  453. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_application_options.rb +0 -457
  454. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_backtrace.rb +0 -113
  455. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_clean.rb +0 -46
  456. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_definitions.rb +0 -79
  457. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_directory_task.rb +0 -57
  458. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_dsl.rb +0 -40
  459. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_early_time.rb +0 -31
  460. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_extension.rb +0 -59
  461. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_file_creation_task.rb +0 -56
  462. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_file_list.rb +0 -627
  463. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_file_list_path_map.rb +0 -8
  464. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_file_task.rb +0 -122
  465. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_file_utils.rb +0 -309
  466. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_ftp_file.rb +0 -74
  467. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_functional.rb +0 -466
  468. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_invocation_chain.rb +0 -64
  469. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_linked_list.rb +0 -84
  470. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_makefile_loader.rb +0 -46
  471. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_multi_task.rb +0 -58
  472. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_name_space.rb +0 -43
  473. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_package_task.rb +0 -79
  474. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_path_map.rb +0 -168
  475. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_path_map_explode.rb +0 -34
  476. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_path_map_partial.rb +0 -18
  477. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_pseudo_status.rb +0 -21
  478. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_rake_test_loader.rb +0 -20
  479. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_reduce_compat.rb +0 -26
  480. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_require.rb +0 -40
  481. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_rules.rb +0 -362
  482. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_scope.rb +0 -44
  483. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_task.rb +0 -376
  484. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_task_argument_parsing.rb +0 -103
  485. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_task_arguments.rb +0 -121
  486. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_task_lib.rb +0 -9
  487. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_task_manager.rb +0 -158
  488. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_task_manager_argument_resolution.rb +0 -19
  489. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_task_with_arguments.rb +0 -171
  490. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_test_task.rb +0 -119
  491. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_thread_pool.rb +0 -142
  492. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_top_level_functions.rb +0 -71
  493. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_rake_win32.rb +0 -72
  494. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_thread_history_display.rb +0 -101
  495. data/bundle/jruby/1.9/gems/rake-10.1.1/test/test_trace_output.rb +0 -52
  496. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/Appraisals +0 -21
  497. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/CONTRIBUTING.md +0 -38
  498. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/Gemfile +0 -3
  499. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/MIT-LICENSE +0 -22
  500. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/README.md +0 -54
  501. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/Rakefile +0 -21
  502. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/bin/convert_to_should_syntax +0 -42
  503. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/gemfiles/3.0.gemfile +0 -7
  504. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/gemfiles/3.0.gemfile.lock +0 -91
  505. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/gemfiles/3.1.gemfile +0 -9
  506. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/gemfiles/3.1.gemfile.lock +0 -112
  507. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/gemfiles/3.2.gemfile +0 -9
  508. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/gemfiles/3.2.gemfile.lock +0 -111
  509. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/gemfiles/4.0.gemfile +0 -9
  510. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/gemfiles/4.0.gemfile.lock +0 -107
  511. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/init.rb +0 -1
  512. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/lib/shoulda/context/assertions.rb +0 -96
  513. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/lib/shoulda/context/autoload_macros.rb +0 -46
  514. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/lib/shoulda/context/context.rb +0 -481
  515. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/lib/shoulda/context/proc_extensions.rb +0 -14
  516. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/lib/shoulda/context/tasks/list_tests.rake +0 -29
  517. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/lib/shoulda/context/tasks/yaml_to_shoulda.rake +0 -28
  518. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/lib/shoulda/context/tasks.rb +0 -3
  519. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/lib/shoulda/context/version.rb +0 -5
  520. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/lib/shoulda/context.rb +0 -33
  521. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/lib/shoulda-context.rb +0 -1
  522. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/rails/init.rb +0 -4
  523. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/shoulda-context.gemspec +0 -27
  524. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/tasks/shoulda.rake +0 -1
  525. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/test/fake_rails_root/test/shoulda_macros/custom_macro.rb +0 -6
  526. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/test/shoulda/autoload_macro_test.rb +0 -18
  527. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/test/shoulda/context_test.rb +0 -360
  528. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/test/shoulda/convert_to_should_syntax_test.rb +0 -63
  529. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/test/shoulda/helpers_test.rb +0 -190
  530. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/test/shoulda/should_test.rb +0 -291
  531. data/bundle/jruby/1.9/gems/shoulda-context-1.1.6/test/test_helper.rb +0 -11
  532. data/bundle/jruby/1.9/specifications/mini_portile-0.5.2.gemspec +0 -22
  533. data/bundle/jruby/1.9/specifications/nokogiri-1.6.1-java.gemspec +0 -69
  534. data/bundle/jruby/1.9/specifications/rake-10.1.1.gemspec +0 -35
  535. data/bundle/jruby/1.9/specifications/shoulda-context-1.1.6.gemspec +0 -44
  536. data/pkg/vtd_xml-0.0.3-java.gem +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf43705f822332ea612603525eeff2f865dc1553
4
- data.tar.gz: 7c569bf1cf53714b8e25bfb6f2f6ced83c606354
3
+ metadata.gz: 3203c9a8328b14e2861428f369ee9d26321ea325
4
+ data.tar.gz: 86ab2f49d299ed48dd3b2a225c1b443889b36390
5
5
  SHA512:
6
- metadata.gz: bcc75b652e67f3de944d1a33ebf81720ff4ed1cd2262beaa18ac76346c6f7c2f08081277b2fe65451ff4170662e3776bce3636ab4ca230e7c4a560722008d6e9
7
- data.tar.gz: 27ae875292d890519d2819ee8de346607f9c6c4c2f5833ab5f237329f24a28a151ad31099f3900f0e04bdb321473d4d26d7b72da769579cf4139ef08bc5eaeb7
6
+ metadata.gz: 4d6171864fc617870b17fbddc08558fd33bebad059ac5882eeca4681f78f31b16cd06bd46e498861de21d96d61707677f82d41b2440c07362c628041e62ca757
7
+ data.tar.gz: 5404424ae42d904c520911261981dea011d6f035be73f818a4c9676c71e0e98b8f81e048700a3370bbd3ed4e807ad247e2ea22785afeca511a71ef94da9d33d3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vtd_xml (0.0.3-java)
4
+ vtd_xml (0.0.4-java)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/LICENSE.txt CHANGED
@@ -1,20 +1,340 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2014 Ariel Valentin
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy of
6
- this software and associated documentation files (the "Software"), to deal in
7
- the Software without restriction, including without limitation the rights to
8
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
- the Software, and to permit persons to whom the Software is furnished to do so,
10
- subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 2, June 1991
3
+
4
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6
+ Everyone is permitted to copy and distribute verbatim copies
7
+ of this license document, but changing it is not allowed.
8
+
9
+ Preamble
10
+
11
+ The licenses for most software are designed to take away your
12
+ freedom to share and change it. By contrast, the GNU General Public
13
+ License is intended to guarantee your freedom to share and change free
14
+ software--to make sure the software is free for all its users. This
15
+ General Public License applies to most of the Free Software
16
+ Foundation's software and to any other program whose authors commit to
17
+ using it. (Some other Free Software Foundation software is covered by
18
+ the GNU Library General Public License instead.) You can apply it to
19
+ your programs, too.
20
+
21
+ When we speak of free software, we are referring to freedom, not
22
+ price. Our General Public Licenses are designed to make sure that you
23
+ have the freedom to distribute copies of free software (and charge for
24
+ this service if you wish), that you receive source code or can get it
25
+ if you want it, that you can change the software or use pieces of it
26
+ in new free programs; and that you know you can do these things.
27
+
28
+ To protect your rights, we need to make restrictions that forbid
29
+ anyone to deny you these rights or to ask you to surrender the rights.
30
+ These restrictions translate to certain responsibilities for you if you
31
+ distribute copies of the software, or if you modify it.
32
+
33
+ For example, if you distribute copies of such a program, whether
34
+ gratis or for a fee, you must give the recipients all the rights that
35
+ you have. You must make sure that they, too, receive or can get the
36
+ source code. And you must show them these terms so they know their
37
+ rights.
38
+
39
+ We protect your rights with two steps: (1) copyright the software, and
40
+ (2) offer you this license which gives you legal permission to copy,
41
+ distribute and/or modify the software.
42
+
43
+ Also, for each author's protection and ours, we want to make certain
44
+ that everyone understands that there is no warranty for this free
45
+ software. If the software is modified by someone else and passed on, we
46
+ want its recipients to know that what they have is not the original, so
47
+ that any problems introduced by others will not reflect on the original
48
+ authors' reputations.
49
+
50
+ Finally, any free program is threatened constantly by software
51
+ patents. We wish to avoid the danger that redistributors of a free
52
+ program will individually obtain patent licenses, in effect making the
53
+ program proprietary. To prevent this, we have made it clear that any
54
+ patent must be licensed for everyone's free use or not licensed at all.
55
+
56
+ The precise terms and conditions for copying, distribution and
57
+ modification follow.
58
+
59
+ GNU GENERAL PUBLIC LICENSE
60
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
61
+
62
+ 0. This License applies to any program or other work which contains
63
+ a notice placed by the copyright holder saying it may be distributed
64
+ under the terms of this General Public License. The "Program", below,
65
+ refers to any such program or work, and a "work based on the Program"
66
+ means either the Program or any derivative work under copyright law:
67
+ that is to say, a work containing the Program or a portion of it,
68
+ either verbatim or with modifications and/or translated into another
69
+ language. (Hereinafter, translation is included without limitation in
70
+ the term "modification".) Each licensee is addressed as "you".
71
+
72
+ Activities other than copying, distribution and modification are not
73
+ covered by this License; they are outside its scope. The act of
74
+ running the Program is not restricted, and the output from the Program
75
+ is covered only if its contents constitute a work based on the
76
+ Program (independent of having been made by running the Program).
77
+ Whether that is true depends on what the Program does.
78
+
79
+ 1. You may copy and distribute verbatim copies of the Program's
80
+ source code as you receive it, in any medium, provided that you
81
+ conspicuously and appropriately publish on each copy an appropriate
82
+ copyright notice and disclaimer of warranty; keep intact all the
83
+ notices that refer to this License and to the absence of any warranty;
84
+ and give any other recipients of the Program a copy of this License
85
+ along with the Program.
86
+
87
+ You may charge a fee for the physical act of transferring a copy, and
88
+ you may at your option offer warranty protection in exchange for a fee.
89
+
90
+ 2. You may modify your copy or copies of the Program or any portion
91
+ of it, thus forming a work based on the Program, and copy and
92
+ distribute such modifications or work under the terms of Section 1
93
+ above, provided that you also meet all of these conditions:
94
+
95
+ a) You must cause the modified files to carry prominent notices
96
+ stating that you changed the files and the date of any change.
97
+
98
+ b) You must cause any work that you distribute or publish, that in
99
+ whole or in part contains or is derived from the Program or any
100
+ part thereof, to be licensed as a whole at no charge to all third
101
+ parties under the terms of this License.
102
+
103
+ c) If the modified program normally reads commands interactively
104
+ when run, you must cause it, when started running for such
105
+ interactive use in the most ordinary way, to print or display an
106
+ announcement including an appropriate copyright notice and a
107
+ notice that there is no warranty (or else, saying that you provide
108
+ a warranty) and that users may redistribute the program under
109
+ these conditions, and telling the user how to view a copy of this
110
+ License. (Exception: if the Program itself is interactive but
111
+ does not normally print such an announcement, your work based on
112
+ the Program is not required to print an announcement.)
113
+
114
+ These requirements apply to the modified work as a whole. If
115
+ identifiable sections of that work are not derived from the Program,
116
+ and can be reasonably considered independent and separate works in
117
+ themselves, then this License, and its terms, do not apply to those
118
+ sections when you distribute them as separate works. But when you
119
+ distribute the same sections as part of a whole which is a work based
120
+ on the Program, the distribution of the whole must be on the terms of
121
+ this License, whose permissions for other licensees extend to the
122
+ entire whole, and thus to each and every part regardless of who wrote it.
123
+
124
+ Thus, it is not the intent of this section to claim rights or contest
125
+ your rights to work written entirely by you; rather, the intent is to
126
+ exercise the right to control the distribution of derivative or
127
+ collective works based on the Program.
128
+
129
+ In addition, mere aggregation of another work not based on the Program
130
+ with the Program (or with a work based on the Program) on a volume of
131
+ a storage or distribution medium does not bring the other work under
132
+ the scope of this License.
133
+
134
+ 3. You may copy and distribute the Program (or a work based on it,
135
+ under Section 2) in object code or executable form under the terms of
136
+ Sections 1 and 2 above provided that you also do one of the following:
137
+
138
+ a) Accompany it with the complete corresponding machine-readable
139
+ source code, which must be distributed under the terms of Sections
140
+ 1 and 2 above on a medium customarily used for software interchange; or,
141
+
142
+ b) Accompany it with a written offer, valid for at least three
143
+ years, to give any third party, for a charge no more than your
144
+ cost of physically performing source distribution, a complete
145
+ machine-readable copy of the corresponding source code, to be
146
+ distributed under the terms of Sections 1 and 2 above on a medium
147
+ customarily used for software interchange; or,
148
+
149
+ c) Accompany it with the information you received as to the offer
150
+ to distribute corresponding source code. (This alternative is
151
+ allowed only for noncommercial distribution and only if you
152
+ received the program in object code or executable form with such
153
+ an offer, in accord with Subsection b above.)
154
+
155
+ The source code for a work means the preferred form of the work for
156
+ making modifications to it. For an executable work, complete source
157
+ code means all the source code for all modules it contains, plus any
158
+ associated interface definition files, plus the scripts used to
159
+ control compilation and installation of the executable. However, as a
160
+ special exception, the source code distributed need not include
161
+ anything that is normally distributed (in either source or binary
162
+ form) with the major components (compiler, kernel, and so on) of the
163
+ operating system on which the executable runs, unless that component
164
+ itself accompanies the executable.
165
+
166
+ If distribution of executable or object code is made by offering
167
+ access to copy from a designated place, then offering equivalent
168
+ access to copy the source code from the same place counts as
169
+ distribution of the source code, even though third parties are not
170
+ compelled to copy the source along with the object code.
171
+
172
+ 4. You may not copy, modify, sublicense, or distribute the Program
173
+ except as expressly provided under this License. Any attempt
174
+ otherwise to copy, modify, sublicense or distribute the Program is
175
+ void, and will automatically terminate your rights under this License.
176
+ However, parties who have received copies, or rights, from you under
177
+ this License will not have their licenses terminated so long as such
178
+ parties remain in full compliance.
179
+
180
+ 5. You are not required to accept this License, since you have not
181
+ signed it. However, nothing else grants you permission to modify or
182
+ distribute the Program or its derivative works. These actions are
183
+ prohibited by law if you do not accept this License. Therefore, by
184
+ modifying or distributing the Program (or any work based on the
185
+ Program), you indicate your acceptance of this License to do so, and
186
+ all its terms and conditions for copying, distributing or modifying
187
+ the Program or works based on it.
188
+
189
+ 6. Each time you redistribute the Program (or any work based on the
190
+ Program), the recipient automatically receives a license from the
191
+ original licensor to copy, distribute or modify the Program subject to
192
+ these terms and conditions. You may not impose any further
193
+ restrictions on the recipients' exercise of the rights granted herein.
194
+ You are not responsible for enforcing compliance by third parties to
195
+ this License.
196
+
197
+ 7. If, as a consequence of a court judgment or allegation of patent
198
+ infringement or for any other reason (not limited to patent issues),
199
+ conditions are imposed on you (whether by court order, agreement or
200
+ otherwise) that contradict the conditions of this License, they do not
201
+ excuse you from the conditions of this License. If you cannot
202
+ distribute so as to satisfy simultaneously your obligations under this
203
+ License and any other pertinent obligations, then as a consequence you
204
+ may not distribute the Program at all. For example, if a patent
205
+ license would not permit royalty-free redistribution of the Program by
206
+ all those who receive copies directly or indirectly through you, then
207
+ the only way you could satisfy both it and this License would be to
208
+ refrain entirely from distribution of the Program.
209
+
210
+ If any portion of this section is held invalid or unenforceable under
211
+ any particular circumstance, the balance of the section is intended to
212
+ apply and the section as a whole is intended to apply in other
213
+ circumstances.
214
+
215
+ It is not the purpose of this section to induce you to infringe any
216
+ patents or other property right claims or to contest validity of any
217
+ such claims; this section has the sole purpose of protecting the
218
+ integrity of the free software distribution system, which is
219
+ implemented by public license practices. Many people have made
220
+ generous contributions to the wide range of software distributed
221
+ through that system in reliance on consistent application of that
222
+ system; it is up to the author/donor to decide if he or she is willing
223
+ to distribute software through any other system and a licensee cannot
224
+ impose that choice.
225
+
226
+ This section is intended to make thoroughly clear what is believed to
227
+ be a consequence of the rest of this License.
228
+
229
+ 8. If the distribution and/or use of the Program is restricted in
230
+ certain countries either by patents or by copyrighted interfaces, the
231
+ original copyright holder who places the Program under this License
232
+ may add an explicit geographical distribution limitation excluding
233
+ those countries, so that distribution is permitted only in or among
234
+ countries not thus excluded. In such case, this License incorporates
235
+ the limitation as if written in the body of this License.
236
+
237
+ 9. The Free Software Foundation may publish revised and/or new versions
238
+ of the General Public License from time to time. Such new versions will
239
+ be similar in spirit to the present version, but may differ in detail to
240
+ address new problems or concerns.
241
+
242
+ Each version is given a distinguishing version number. If the Program
243
+ specifies a version number of this License which applies to it and "any
244
+ later version", you have the option of following the terms and conditions
245
+ either of that version or of any later version published by the Free
246
+ Software Foundation. If the Program does not specify a version number of
247
+ this License, you may choose any version ever published by the Free Software
248
+ Foundation.
249
+
250
+ 10. If you wish to incorporate parts of the Program into other free
251
+ programs whose distribution conditions are different, write to the author
252
+ to ask for permission. For software which is copyrighted by the Free
253
+ Software Foundation, write to the Free Software Foundation; we sometimes
254
+ make exceptions for this. Our decision will be guided by the two goals
255
+ of preserving the free status of all derivatives of our free software and
256
+ of promoting the sharing and reuse of software generally.
257
+
258
+ NO WARRANTY
259
+
260
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
262
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
266
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
267
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268
+ REPAIR OR CORRECTION.
269
+
270
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
274
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
275
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
276
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
277
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
278
+ POSSIBILITY OF SUCH DAMAGES.
279
+
280
+ END OF TERMS AND CONDITIONS
281
+
282
+ How to Apply These Terms to Your New Programs
283
+
284
+ If you develop a new program, and you want it to be of the greatest
285
+ possible use to the public, the best way to achieve this is to make it
286
+ free software which everyone can redistribute and change under these terms.
287
+
288
+ To do so, attach the following notices to the program. It is safest
289
+ to attach them to the start of each source file to most effectively
290
+ convey the exclusion of warranty; and each file should have at least
291
+ the "copyright" line and a pointer to where the full notice is found.
292
+
293
+ <one line to give the program's name and a brief idea of what it does.>
294
+ Copyright (C) <year> <name of author>
295
+
296
+ This program is free software; you can redistribute it and/or modify
297
+ it under the terms of the GNU General Public License as published by
298
+ the Free Software Foundation; either version 2 of the License, or
299
+ (at your option) any later version.
300
+
301
+ This program is distributed in the hope that it will be useful,
302
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
303
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
304
+ GNU General Public License for more details.
305
+
306
+ You should have received a copy of the GNU General Public License
307
+ along with this program; if not, write to the Free Software
308
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
309
+
310
+
311
+ Also add information on how to contact you by electronic and paper mail.
312
+
313
+ If the program is interactive, make it output a short notice like this
314
+ when it starts in an interactive mode:
315
+
316
+ Gnomovision version 69, Copyright (C) year name of author
317
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318
+ This is free software, and you are welcome to redistribute it
319
+ under certain conditions; type `show c' for details.
320
+
321
+ The hypothetical commands `show w' and `show c' should show the appropriate
322
+ parts of the General Public License. Of course, the commands you use may
323
+ be called something other than `show w' and `show c'; they could even be
324
+ mouse-clicks or menu items--whatever suits your program.
325
+
326
+ You should also get your employer (if you work as a programmer) or your
327
+ school, if any, to sign a "copyright disclaimer" for the program, if
328
+ necessary. Here is a sample; alter the names:
329
+
330
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
331
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
332
+
333
+ <signature of Ty Coon>, 1 April 1989
334
+ Ty Coon, President of Vice
335
+
336
+ This General Public License does not permit incorporating your program into
337
+ proprietary programs. If your program is a subroutine library, you may
338
+ consider it more useful to permit linking proprietary applications with the
339
+ library. If this is what you want to do, use the GNU Library General
340
+ Public License instead of this License.
@@ -1,24 +1,18 @@
1
1
  module VtdXml
2
2
 
3
- class Document
3
+ module Navigation
4
4
  include_package 'com.ximpleware'
5
5
  include_package 'java.lang'
6
- include_package 'java.io'
7
-
8
- WITH_NAMESPACE_AWARE = true
9
6
 
10
- def initialize(contents)
11
- @generator = VTDGen.new
12
- @generator.doc = contents.to_s.to_java_bytes
13
- @generator.parse(WITH_NAMESPACE_AWARE)
14
-
15
- @navigator = @generator.nav
16
- @pilot = AutoPilot.new(@navigator)
17
- @modifier = XMLModifier.new(@navigator)
7
+ def search(xpath)
8
+ @pilot.select_xpath(xpath)
18
9
 
10
+ results = []
11
+ while (result = @pilot.eval_xpath()) != -1
12
+ results << Node.new(result, @navigator, @pilot, @modifier)
13
+ end
19
14
 
20
- rescue IllegalArgumentException, ParseException, EOFException => e
21
- raise ParseError, e.message
15
+ results
22
16
  end
23
17
 
24
18
  def xpath(*xpaths)
@@ -41,6 +35,37 @@ module VtdXml
41
35
  @pilot.declare_xpath_name_space(prefix.to_s, url.to_s)
42
36
  end
43
37
  end
38
+ def clear_xpath_namespaces
39
+ begin
40
+ @pilot.clear_xpath_name_spaces()
41
+ rescue NullPointerException
42
+ end
43
+ end
44
+
45
+ end
46
+
47
+
48
+ class Document
49
+ include_package 'com.ximpleware'
50
+ include_package 'java.lang'
51
+ include_package 'java.io'
52
+ include Navigation
53
+
54
+ WITH_NAMESPACE_AWARE = true
55
+
56
+ def initialize(contents)
57
+ @generator = VTDGen.new
58
+ @generator.doc = contents.to_s.to_java_bytes
59
+ @generator.parse(WITH_NAMESPACE_AWARE)
60
+
61
+ @navigator = @generator.nav
62
+ @pilot = AutoPilot.new(@navigator)
63
+ @modifier = XMLModifier.new(@navigator)
64
+
65
+
66
+ rescue IllegalArgumentException, ParseException, EOFException => e
67
+ raise ParseError, e.message
68
+ end
44
69
 
45
70
  def insert_after(xpath, xml, namespaces = {})
46
71
  register_namespaces(namespaces)
@@ -57,6 +82,22 @@ module VtdXml
57
82
  clear_xpath_namespaces
58
83
  end
59
84
 
85
+ def add_child(xpath, xml, namespaces = {})
86
+ current_last_node = ''
87
+ register_namespaces(namespaces)
88
+ @pilot.select_xpath(xpath)
89
+ found = @pilot.eval_xpath() != -1
90
+ @modifier.insert_before_tail(xml) if found
91
+ found
92
+ rescue XPathParseException => e
93
+ raise XPathError, e.message
94
+ rescue Java::ComXimpleware::ModifyException => e
95
+ raise ModifyError, e.message
96
+ ensure
97
+ @pilot.reset_xpath
98
+ clear_xpath_namespaces
99
+ end
100
+
60
101
  def select_node(xpath, namespaces={})
61
102
  register_namespaces(namespaces)
62
103
  @pilot.select_xpath(xpath)
@@ -81,18 +122,27 @@ module VtdXml
81
122
  def offset_and_length_for(fragment)
82
123
  return (fragment & 0b0000000000000000000000000000000011111111111111111111111111111111), (fragment >> 32)
83
124
  end
125
+ end
84
126
 
85
- def search(xpath)
86
- @pilot.select_xpath(xpath)
127
+ class Node
128
+ include Navigation
129
+ include_package 'com.ximpleware'
87
130
 
88
- results = []
89
- while (result = @pilot.eval_xpath()) != -1
90
- results << text_for(result)
91
- end
92
- results
131
+ def initialize(start_index, navigator, pilot, modifier)
132
+ @start_index = start_index
133
+ @navigator = navigator
134
+ @pilot = pilot
135
+ @modifier = modifier
136
+ @text_for = text_for(start_index)
137
+ end
93
138
 
94
- ensure
95
- @pilot.reset_xpath
139
+ def to_s
140
+ @text_for
141
+ end
142
+
143
+ def remove
144
+ @navigator.recover_node(@start_index)
145
+ @modifier.remove()
96
146
  end
97
147
 
98
148
  # Beware of TCO!
@@ -113,11 +163,9 @@ module VtdXml
113
163
  end
114
164
  end
115
165
 
116
- def clear_xpath_namespaces
117
- begin
118
- @pilot.clear_xpath_name_spaces()
119
- rescue NullPointerException
120
- end
166
+ def search(xpath)
167
+ @navigator.recover_node(@start_index)
168
+ super(xpath)
121
169
  end
122
170
  end
123
171
  end
@@ -1,4 +1,4 @@
1
1
  module VtdXml
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.6"
3
3
  end
4
4
 
Binary file
Binary file
@@ -1,5 +1,6 @@
1
1
  ENV['RACK_ENV'] = 'test'
2
2
  require 'java'
3
+ require 'rubygems'
3
4
 
4
5
  lib = File.expand_path('../../lib', __FILE__)
5
6
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)