logstash-output-scalyr 0.1.8 → 0.1.13
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +27 -0
- data/Gemfile +5 -0
- data/README.md +3 -2
- data/lib/logstash/outputs/scalyr.rb +226 -138
- data/lib/scalyr/common/client.rb +76 -50
- data/lib/scalyr/common/util.rb +7 -0
- data/lib/scalyr/constants.rb +2 -0
- data/logstash-output-scalyr.gemspec +1 -1
- data/spec/logstash/outputs/scalyr_integration_spec.rb +148 -8
- data/spec/logstash/outputs/scalyr_spec.rb +12 -6
- data/vendor/bundle/jruby/2.5.0/bin/htmldiff +1 -1
- data/vendor/bundle/jruby/2.5.0/bin/ldiff +1 -1
- data/vendor/bundle/jruby/2.5.0/cache/addressable-2.7.0.gem +0 -0
- data/vendor/bundle/jruby/2.5.0/cache/crack-0.4.5.gem +0 -0
- data/vendor/bundle/jruby/2.5.0/cache/hashdiff-1.0.1.gem +0 -0
- data/vendor/bundle/jruby/2.5.0/cache/public_suffix-4.0.6.gem +0 -0
- data/vendor/bundle/jruby/2.5.0/cache/rexml-3.2.5.gem +0 -0
- data/vendor/bundle/jruby/2.5.0/cache/webmock-3.13.0.gem +0 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/CHANGELOG.md +235 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/Gemfile +32 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/LICENSE.txt +202 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/README.md +121 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/Rakefile +34 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/data/unicode.data +0 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/lib/addressable.rb +4 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/lib/addressable/idna.rb +27 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/lib/addressable/idna/native.rb +61 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/lib/addressable/idna/pure.rb +676 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/lib/addressable/template.rb +1045 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/lib/addressable/uri.rb +2529 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/lib/addressable/version.rb +32 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/spec/addressable/idna_spec.rb +300 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/spec/addressable/net_http_compat_spec.rb +30 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/spec/addressable/rack_mount_compat_spec.rb +106 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/spec/addressable/security_spec.rb +59 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/spec/addressable/template_spec.rb +1451 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/spec/addressable/uri_spec.rb +6603 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/spec/spec_helper.rb +24 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/tasks/clobber.rake +4 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/tasks/gem.rake +93 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/tasks/git.rake +47 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/tasks/metrics.rake +24 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/tasks/rspec.rake +23 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/tasks/yard.rake +29 -0
- data/vendor/bundle/jruby/2.5.0/gems/crack-0.4.5/lib/crack.rb +7 -0
- data/vendor/bundle/jruby/2.5.0/gems/crack-0.4.5/lib/crack/json.rb +98 -0
- data/vendor/bundle/jruby/2.5.0/gems/crack-0.4.5/lib/crack/util.rb +17 -0
- data/vendor/bundle/jruby/2.5.0/gems/crack-0.4.5/lib/crack/version.rb +3 -0
- data/vendor/bundle/jruby/2.5.0/gems/crack-0.4.5/lib/crack/xml.rb +238 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/Gemfile +8 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/LICENSE +19 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/README.md +276 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/Rakefile +18 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/changelog.md +100 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/hashdiff.gemspec +39 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/lib/hashdiff.rb +10 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/lib/hashdiff/compare_hashes.rb +69 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/lib/hashdiff/diff.rb +177 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/lib/hashdiff/lcs.rb +66 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/lib/hashdiff/lcs_compare_arrays.rb +32 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/lib/hashdiff/linear_compare_array.rb +159 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/lib/hashdiff/patch.rb +88 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/lib/hashdiff/util.rb +155 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/lib/hashdiff/version.rb +5 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/spec/hashdiff/best_diff_spec.rb +75 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/spec/hashdiff/diff_array_spec.rb +60 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/spec/hashdiff/diff_spec.rb +360 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/spec/hashdiff/lcs_spec.rb +76 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/spec/hashdiff/linear_compare_array_spec.rb +50 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/spec/hashdiff/patch_spec.rb +185 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/spec/hashdiff/readme_spec.rb +15 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/spec/hashdiff/util_spec.rb +116 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/spec/spec_helper.rb +15 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/2.0-Upgrade.md +52 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/CHANGELOG.md +406 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/Gemfile +15 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/LICENSE.txt +22 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/README.md +207 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/Rakefile +51 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/SECURITY.md +104 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/bin/console +15 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/codecov.yml +12 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/data/list.txt +13380 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/lib/public_suffix.rb +179 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/lib/public_suffix/domain.rb +235 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/lib/public_suffix/errors.rb +41 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/lib/public_suffix/list.rb +247 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/lib/public_suffix/rule.rb +350 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/lib/public_suffix/version.rb +13 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/public_suffix.gemspec +29 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/acceptance_test.rb +131 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/benchmarks/bm_find.rb +66 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/benchmarks/bm_find_all.rb +102 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/benchmarks/bm_names.rb +91 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/benchmarks/bm_select.rb +26 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/benchmarks/bm_select_incremental.rb +25 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/benchmarks/bm_valid.rb +101 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/profilers/domain_profiler.rb +12 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/profilers/find_profiler.rb +12 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/profilers/find_profiler_jp.rb +12 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/profilers/initialization_profiler.rb +11 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/profilers/list_profsize.rb +11 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/profilers/object_binsize.rb +57 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/psl_test.rb +52 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/test_helper.rb +18 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/tests.txt +98 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/unit/domain_test.rb +106 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/unit/errors_test.rb +25 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/unit/list_test.rb +241 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/unit/public_suffix_test.rb +188 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/unit/rule_test.rb +222 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/LICENSE.txt +22 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/NEWS.md +178 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/README.md +48 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/context.rdoc +143 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/child.rdoc +87 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/document.rdoc +276 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/element.rdoc +602 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/node.rdoc +97 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/parent.rdoc +267 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/child_toc.rdoc +12 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/document_toc.rdoc +30 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/element_toc.rdoc +55 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/master_toc.rdoc +135 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/node_toc.rdoc +16 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/parent_toc.rdoc +25 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml.rb +3 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/attlistdecl.rb +63 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/attribute.rb +205 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/cdata.rb +68 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/child.rb +97 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/comment.rb +80 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/doctype.rb +311 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/document.rb +451 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/dtd/attlistdecl.rb +11 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/dtd/dtd.rb +47 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/dtd/elementdecl.rb +18 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/dtd/entitydecl.rb +57 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/dtd/notationdecl.rb +40 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/element.rb +2599 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/encoding.rb +51 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/entity.rb +171 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/formatters/default.rb +116 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/formatters/pretty.rb +142 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/formatters/transitive.rb +58 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/functions.rb +447 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/instruction.rb +79 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/light/node.rb +188 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/namespace.rb +59 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/node.rb +76 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/output.rb +30 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parent.rb +166 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parseexception.rb +52 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parsers/baseparser.rb +694 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parsers/lightparser.rb +59 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parsers/pullparser.rb +197 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parsers/sax2parser.rb +273 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parsers/streamparser.rb +61 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parsers/treeparser.rb +101 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parsers/ultralightparser.rb +57 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parsers/xpathparser.rb +689 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/quickpath.rb +266 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/rexml.rb +37 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/sax2listener.rb +98 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/security.rb +28 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/source.rb +298 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/streamlistener.rb +93 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/text.rb +424 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/undefinednamespaceexception.rb +9 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/validation/relaxng.rb +539 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/validation/validation.rb +144 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/validation/validationexception.rb +10 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/xmldecl.rb +130 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/xmltokens.rb +85 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/xpath.rb +81 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/xpath_parser.rb +974 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/CHANGELOG.md +1894 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/Gemfile +9 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/LICENSE +20 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/README.md +1176 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/Rakefile +38 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock.rb +59 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/api.rb +109 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/assertion_failure.rb +11 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/callback_registry.rb +35 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/config.rb +18 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/cucumber.rb +10 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/deprecation.rb +9 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/errors.rb +17 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/async_http_client_adapter.rb +216 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/curb_adapter.rb +351 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/em_http_request_adapter.rb +231 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/excon_adapter.rb +165 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_lib_adapter.rb +7 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb +19 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_rb/client.rb +17 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_rb/request.rb +16 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_rb/response.rb +64 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_rb/streamer.rb +29 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_rb/webmock.rb +68 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_rb_adapter.rb +37 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/httpclient_adapter.rb +259 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/manticore_adapter.rb +145 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/net_http.rb +385 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/net_http_response.rb +34 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/patron_adapter.rb +130 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb +174 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/matchers/any_arg_matcher.rb +13 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/matchers/hash_argument_matcher.rb +21 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/matchers/hash_excluding_matcher.rb +15 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/matchers/hash_including_matcher.rb +17 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/minitest.rb +41 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/rack_response.rb +69 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/request_body_diff.rb +64 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/request_execution_verifier.rb +77 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/request_pattern.rb +405 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/request_registry.rb +35 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/request_signature.rb +54 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/request_signature_snippet.rb +61 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/request_stub.rb +100 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/response.rb +159 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/responses_sequence.rb +40 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/rspec.rb +42 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/rspec/matchers.rb +27 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/rspec/matchers/request_pattern_matcher.rb +78 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/rspec/matchers/webmock_matcher.rb +67 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/stub_registry.rb +82 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/stub_request_snippet.rb +38 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/test_unit.rb +20 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/util/hash_counter.rb +39 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/util/hash_keys_stringifier.rb +25 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/util/hash_validator.rb +17 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/util/headers.rb +64 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/util/json.rb +67 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/util/query_mapper.rb +281 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/util/uri.rb +111 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/util/values_stringifier.rb +20 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/util/version_checker.rb +111 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/version.rb +3 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/webmock.rb +163 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/minitest/test_helper.rb +34 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/minitest/test_webmock.rb +9 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/minitest/webmock_spec.rb +60 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/async_http_client/async_http_client_spec.rb +375 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/async_http_client/async_http_client_spec_helper.rb +73 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/curb/curb_spec.rb +499 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/curb/curb_spec_helper.rb +147 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/em_http_request/em_http_request_spec.rb +462 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/em_http_request/em_http_request_spec_helper.rb +77 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/excon/excon_spec.rb +77 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/excon/excon_spec_helper.rb +52 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/http_rb/http_rb_spec.rb +93 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/http_rb/http_rb_spec_helper.rb +54 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/httpclient/httpclient_spec.rb +217 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/httpclient/httpclient_spec_helper.rb +57 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/manticore/manticore_spec.rb +107 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/manticore/manticore_spec_helper.rb +35 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/net_http/net_http_shared.rb +153 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/net_http/net_http_spec.rb +369 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/net_http/net_http_spec_helper.rb +64 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/net_http/real_net_http_spec.rb +20 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/patron/patron_spec.rb +125 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/patron/patron_spec_helper.rb +54 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/shared/allowing_and_disabling_net_connect.rb +313 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/shared/callbacks.rb +148 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/shared/complex_cross_concern_behaviors.rb +36 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/shared/enabling_and_disabling_webmock.rb +95 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/shared/precedence_of_stubs.rb +15 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/shared/request_expectations.rb +930 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/shared/returning_declared_responses.rb +409 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/shared/stubbing_requests.rb +678 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/typhoeus/typhoeus_hydra_spec.rb +135 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/typhoeus/typhoeus_hydra_spec_helper.rb +60 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/webmock_shared.rb +41 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/fixtures/test.txt +1 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/quality_spec.rb +84 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/spec_helper.rb +48 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/support/example_curl_output.txt +22 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/support/failures.rb +9 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/support/my_rack_app.rb +53 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/support/network_connection.rb +19 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/support/webmock_server.rb +70 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/api_spec.rb +175 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/errors_spec.rb +129 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/http_lib_adapters/http_lib_adapter_registry_spec.rb +17 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/http_lib_adapters/http_lib_adapter_spec.rb +12 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/matchers/hash_excluding_matcher_spec.rb +61 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/matchers/hash_including_matcher_spec.rb +87 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/rack_response_spec.rb +112 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/request_body_diff_spec.rb +90 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/request_execution_verifier_spec.rb +208 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/request_pattern_spec.rb +736 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/request_registry_spec.rb +95 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/request_signature_snippet_spec.rb +89 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/request_signature_spec.rb +155 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/request_stub_spec.rb +199 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/response_spec.rb +286 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/stub_registry_spec.rb +103 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/stub_request_snippet_spec.rb +115 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/util/hash_counter_spec.rb +39 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/util/hash_keys_stringifier_spec.rb +27 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/util/headers_spec.rb +28 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/util/json_spec.rb +33 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/util/query_mapper_spec.rb +157 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/util/uri_spec.rb +371 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/util/version_checker_spec.rb +65 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/webmock_spec.rb +60 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/test/http_request.rb +24 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/test/shared_test.rb +108 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/test/test_helper.rb +23 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/test/test_webmock.rb +12 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/webmock.gemspec +54 -0
- data/vendor/bundle/jruby/2.5.0/specifications/addressable-2.7.0.gemspec +39 -0
- data/vendor/bundle/jruby/2.5.0/specifications/crack-0.4.5.gemspec +32 -0
- data/vendor/bundle/jruby/2.5.0/specifications/hashdiff-1.0.1.gemspec +46 -0
- data/vendor/bundle/jruby/2.5.0/specifications/public_suffix-4.0.6.gemspec +24 -0
- data/vendor/bundle/jruby/2.5.0/specifications/rexml-3.2.5.gemspec +42 -0
- data/vendor/bundle/jruby/2.5.0/specifications/webmock-3.13.0.gemspec +85 -0
- metadata +309 -2
@@ -0,0 +1,93 @@
|
|
1
|
+
# frozen_string_literal: false
|
2
|
+
module REXML
|
3
|
+
# A template for stream parser listeners.
|
4
|
+
# Note that the declarations (attlistdecl, elementdecl, etc) are trivially
|
5
|
+
# processed; REXML doesn't yet handle doctype entity declarations, so you
|
6
|
+
# have to parse them out yourself.
|
7
|
+
module StreamListener
|
8
|
+
# Called when a tag is encountered.
|
9
|
+
# @p name the tag name
|
10
|
+
# @p attrs an array of arrays of attribute/value pairs, suitable for
|
11
|
+
# use with assoc or rassoc. IE, <tag attr1="value1" attr2="value2">
|
12
|
+
# will result in
|
13
|
+
# tag_start( "tag", # [["attr1","value1"],["attr2","value2"]])
|
14
|
+
def tag_start name, attrs
|
15
|
+
end
|
16
|
+
# Called when the end tag is reached. In the case of <tag/>, tag_end
|
17
|
+
# will be called immediately after tag_start
|
18
|
+
# @p the name of the tag
|
19
|
+
def tag_end name
|
20
|
+
end
|
21
|
+
# Called when text is encountered in the document
|
22
|
+
# @p text the text content.
|
23
|
+
def text text
|
24
|
+
end
|
25
|
+
# Called when an instruction is encountered. EG: <?xsl sheet='foo'?>
|
26
|
+
# @p name the instruction name; in the example, "xsl"
|
27
|
+
# @p instruction the rest of the instruction. In the example,
|
28
|
+
# "sheet='foo'"
|
29
|
+
def instruction name, instruction
|
30
|
+
end
|
31
|
+
# Called when a comment is encountered.
|
32
|
+
# @p comment The content of the comment
|
33
|
+
def comment comment
|
34
|
+
end
|
35
|
+
# Handles a doctype declaration. Any attributes of the doctype which are
|
36
|
+
# not supplied will be nil. # EG, <!DOCTYPE me PUBLIC "foo" "bar">
|
37
|
+
# @p name the name of the doctype; EG, "me"
|
38
|
+
# @p pub_sys "PUBLIC", "SYSTEM", or nil. EG, "PUBLIC"
|
39
|
+
# @p long_name the supplied long name, or nil. EG, "foo"
|
40
|
+
# @p uri the uri of the doctype, or nil. EG, "bar"
|
41
|
+
def doctype name, pub_sys, long_name, uri
|
42
|
+
end
|
43
|
+
# Called when the doctype is done
|
44
|
+
def doctype_end
|
45
|
+
end
|
46
|
+
# If a doctype includes an ATTLIST declaration, it will cause this
|
47
|
+
# method to be called. The content is the declaration itself, unparsed.
|
48
|
+
# EG, <!ATTLIST el attr CDATA #REQUIRED> will come to this method as "el
|
49
|
+
# attr CDATA #REQUIRED". This is the same for all of the .*decl
|
50
|
+
# methods.
|
51
|
+
def attlistdecl element_name, attributes, raw_content
|
52
|
+
end
|
53
|
+
# <!ELEMENT ...>
|
54
|
+
def elementdecl content
|
55
|
+
end
|
56
|
+
# <!ENTITY ...>
|
57
|
+
# The argument passed to this method is an array of the entity
|
58
|
+
# declaration. It can be in a number of formats, but in general it
|
59
|
+
# returns (example, result):
|
60
|
+
# <!ENTITY % YN '"Yes"'>
|
61
|
+
# ["YN", "\"Yes\"", "%"]
|
62
|
+
# <!ENTITY % YN 'Yes'>
|
63
|
+
# ["YN", "Yes", "%"]
|
64
|
+
# <!ENTITY WhatHeSaid "He said %YN;">
|
65
|
+
# ["WhatHeSaid", "He said %YN;"]
|
66
|
+
# <!ENTITY open-hatch SYSTEM "http://www.textuality.com/boilerplate/OpenHatch.xml">
|
67
|
+
# ["open-hatch", "SYSTEM", "http://www.textuality.com/boilerplate/OpenHatch.xml"]
|
68
|
+
# <!ENTITY open-hatch PUBLIC "-//Textuality//TEXT Standard open-hatch boilerplate//EN" "http://www.textuality.com/boilerplate/OpenHatch.xml">
|
69
|
+
# ["open-hatch", "PUBLIC", "-//Textuality//TEXT Standard open-hatch boilerplate//EN", "http://www.textuality.com/boilerplate/OpenHatch.xml"]
|
70
|
+
# <!ENTITY hatch-pic SYSTEM "../grafix/OpenHatch.gif" NDATA gif>
|
71
|
+
# ["hatch-pic", "SYSTEM", "../grafix/OpenHatch.gif", "gif"]
|
72
|
+
def entitydecl content
|
73
|
+
end
|
74
|
+
# <!NOTATION ...>
|
75
|
+
def notationdecl content
|
76
|
+
end
|
77
|
+
# Called when %foo; is encountered in a doctype declaration.
|
78
|
+
# @p content "foo"
|
79
|
+
def entity content
|
80
|
+
end
|
81
|
+
# Called when <![CDATA[ ... ]]> is encountered in a document.
|
82
|
+
# @p content "..."
|
83
|
+
def cdata content
|
84
|
+
end
|
85
|
+
# Called when an XML PI is encountered in the document.
|
86
|
+
# EG: <?xml version="1.0" encoding="utf"?>
|
87
|
+
# @p version the version attribute value. EG, "1.0"
|
88
|
+
# @p encoding the encoding attribute value, or nil. EG, "utf"
|
89
|
+
# @p standalone the standalone attribute value, or nil. EG, nil
|
90
|
+
def xmldecl version, encoding, standalone
|
91
|
+
end
|
92
|
+
end
|
93
|
+
end
|
@@ -0,0 +1,424 @@
|
|
1
|
+
# frozen_string_literal: false
|
2
|
+
require_relative 'security'
|
3
|
+
require_relative 'entity'
|
4
|
+
require_relative 'doctype'
|
5
|
+
require_relative 'child'
|
6
|
+
require_relative 'doctype'
|
7
|
+
require_relative 'parseexception'
|
8
|
+
|
9
|
+
module REXML
|
10
|
+
# Represents text nodes in an XML document
|
11
|
+
class Text < Child
|
12
|
+
include Comparable
|
13
|
+
# The order in which the substitutions occur
|
14
|
+
SPECIALS = [ /&(?!#?[\w-]+;)/u, /</u, />/u, /"/u, /'/u, /\r/u ]
|
15
|
+
SUBSTITUTES = ['&', '<', '>', '"', ''', ' ']
|
16
|
+
# Characters which are substituted in written strings
|
17
|
+
SLAICEPS = [ '<', '>', '"', "'", '&' ]
|
18
|
+
SETUTITSBUS = [ /</u, />/u, /"/u, /'/u, /&/u ]
|
19
|
+
|
20
|
+
# If +raw+ is true, then REXML leaves the value alone
|
21
|
+
attr_accessor :raw
|
22
|
+
|
23
|
+
NEEDS_A_SECOND_CHECK = /(<|&((#{Entity::NAME});|(#0*((?:\d+)|(?:x[a-fA-F0-9]+)));)?)/um
|
24
|
+
NUMERICENTITY = /�*((?:\d+)|(?:x[a-fA-F0-9]+));/
|
25
|
+
VALID_CHAR = [
|
26
|
+
0x9, 0xA, 0xD,
|
27
|
+
(0x20..0xD7FF),
|
28
|
+
(0xE000..0xFFFD),
|
29
|
+
(0x10000..0x10FFFF)
|
30
|
+
]
|
31
|
+
|
32
|
+
if String.method_defined? :encode
|
33
|
+
VALID_XML_CHARS = Regexp.new('^['+
|
34
|
+
VALID_CHAR.map { |item|
|
35
|
+
case item
|
36
|
+
when Integer
|
37
|
+
[item].pack('U').force_encoding('utf-8')
|
38
|
+
when Range
|
39
|
+
[item.first, '-'.ord, item.last].pack('UUU').force_encoding('utf-8')
|
40
|
+
end
|
41
|
+
}.join +
|
42
|
+
']*$')
|
43
|
+
else
|
44
|
+
VALID_XML_CHARS = /^(
|
45
|
+
[\x09\x0A\x0D\x20-\x7E] # ASCII
|
46
|
+
| [\xC2-\xDF][\x80-\xBF] # non-overlong 2-byte
|
47
|
+
| \xE0[\xA0-\xBF][\x80-\xBF] # excluding overlongs
|
48
|
+
| [\xE1-\xEC\xEE][\x80-\xBF]{2} # straight 3-byte
|
49
|
+
| \xEF[\x80-\xBE]{2} #
|
50
|
+
| \xEF\xBF[\x80-\xBD] # excluding U+fffe and U+ffff
|
51
|
+
| \xED[\x80-\x9F][\x80-\xBF] # excluding surrogates
|
52
|
+
| \xF0[\x90-\xBF][\x80-\xBF]{2} # planes 1-3
|
53
|
+
| [\xF1-\xF3][\x80-\xBF]{3} # planes 4-15
|
54
|
+
| \xF4[\x80-\x8F][\x80-\xBF]{2} # plane 16
|
55
|
+
)*$/nx;
|
56
|
+
end
|
57
|
+
|
58
|
+
# Constructor
|
59
|
+
# +arg+ if a String, the content is set to the String. If a Text,
|
60
|
+
# the object is shallowly cloned.
|
61
|
+
#
|
62
|
+
# +respect_whitespace+ (boolean, false) if true, whitespace is
|
63
|
+
# respected
|
64
|
+
#
|
65
|
+
# +parent+ (nil) if this is a Parent object, the parent
|
66
|
+
# will be set to this.
|
67
|
+
#
|
68
|
+
# +raw+ (nil) This argument can be given three values.
|
69
|
+
# If true, then the value of used to construct this object is expected to
|
70
|
+
# contain no unescaped XML markup, and REXML will not change the text. If
|
71
|
+
# this value is false, the string may contain any characters, and REXML will
|
72
|
+
# escape any and all defined entities whose values are contained in the
|
73
|
+
# text. If this value is nil (the default), then the raw value of the
|
74
|
+
# parent will be used as the raw value for this node. If there is no raw
|
75
|
+
# value for the parent, and no value is supplied, the default is false.
|
76
|
+
# Use this field if you have entities defined for some text, and you don't
|
77
|
+
# want REXML to escape that text in output.
|
78
|
+
# Text.new( "<&", false, nil, false ) #-> "<&"
|
79
|
+
# Text.new( "<&", false, nil, false ) #-> "&lt;&amp;"
|
80
|
+
# Text.new( "<&", false, nil, true ) #-> Parse exception
|
81
|
+
# Text.new( "<&", false, nil, true ) #-> "<&"
|
82
|
+
# # Assume that the entity "s" is defined to be "sean"
|
83
|
+
# # and that the entity "r" is defined to be "russell"
|
84
|
+
# Text.new( "sean russell" ) #-> "&s; &r;"
|
85
|
+
# Text.new( "sean russell", false, nil, true ) #-> "sean russell"
|
86
|
+
#
|
87
|
+
# +entity_filter+ (nil) This can be an array of entities to match in the
|
88
|
+
# supplied text. This argument is only useful if +raw+ is set to false.
|
89
|
+
# Text.new( "sean russell", false, nil, false, ["s"] ) #-> "&s; russell"
|
90
|
+
# Text.new( "sean russell", false, nil, true, ["s"] ) #-> "sean russell"
|
91
|
+
# In the last example, the +entity_filter+ argument is ignored.
|
92
|
+
#
|
93
|
+
# +illegal+ INTERNAL USE ONLY
|
94
|
+
def initialize(arg, respect_whitespace=false, parent=nil, raw=nil,
|
95
|
+
entity_filter=nil, illegal=NEEDS_A_SECOND_CHECK )
|
96
|
+
|
97
|
+
@raw = false
|
98
|
+
@parent = nil
|
99
|
+
@entity_filter = nil
|
100
|
+
|
101
|
+
if parent
|
102
|
+
super( parent )
|
103
|
+
@raw = parent.raw
|
104
|
+
end
|
105
|
+
|
106
|
+
if arg.kind_of? String
|
107
|
+
@string = arg.dup
|
108
|
+
elsif arg.kind_of? Text
|
109
|
+
@string = arg.instance_variable_get(:@string).dup
|
110
|
+
@raw = arg.raw
|
111
|
+
@entity_filter = arg.instance_variable_get(:@entity_filter)
|
112
|
+
else
|
113
|
+
raise "Illegal argument of type #{arg.type} for Text constructor (#{arg})"
|
114
|
+
end
|
115
|
+
|
116
|
+
@string.squeeze!(" \n\t") unless respect_whitespace
|
117
|
+
@string.gsub!(/\r\n?/, "\n")
|
118
|
+
@raw = raw unless raw.nil?
|
119
|
+
@entity_filter = entity_filter if entity_filter
|
120
|
+
clear_cache
|
121
|
+
|
122
|
+
Text.check(@string, illegal, doctype) if @raw
|
123
|
+
end
|
124
|
+
|
125
|
+
def parent= parent
|
126
|
+
super(parent)
|
127
|
+
Text.check(@string, NEEDS_A_SECOND_CHECK, doctype) if @raw and @parent
|
128
|
+
end
|
129
|
+
|
130
|
+
# check for illegal characters
|
131
|
+
def Text.check string, pattern, doctype
|
132
|
+
|
133
|
+
# illegal anywhere
|
134
|
+
if string !~ VALID_XML_CHARS
|
135
|
+
if String.method_defined? :encode
|
136
|
+
string.chars.each do |c|
|
137
|
+
case c.ord
|
138
|
+
when *VALID_CHAR
|
139
|
+
else
|
140
|
+
raise "Illegal character #{c.inspect} in raw string #{string.inspect}"
|
141
|
+
end
|
142
|
+
end
|
143
|
+
else
|
144
|
+
string.scan(/[\x00-\x7F]|[\x80-\xBF][\xC0-\xF0]*|[\xC0-\xF0]/n) do |c|
|
145
|
+
case c.unpack('U')
|
146
|
+
when *VALID_CHAR
|
147
|
+
else
|
148
|
+
raise "Illegal character #{c.inspect} in raw string #{string.inspect}"
|
149
|
+
end
|
150
|
+
end
|
151
|
+
end
|
152
|
+
end
|
153
|
+
|
154
|
+
# context sensitive
|
155
|
+
string.scan(pattern) do
|
156
|
+
if $1[-1] != ?;
|
157
|
+
raise "Illegal character #{$1.inspect} in raw string #{string.inspect}"
|
158
|
+
elsif $1[0] == ?&
|
159
|
+
if $5 and $5[0] == ?#
|
160
|
+
case ($5[1] == ?x ? $5[2..-1].to_i(16) : $5[1..-1].to_i)
|
161
|
+
when *VALID_CHAR
|
162
|
+
else
|
163
|
+
raise "Illegal character #{$1.inspect} in raw string #{string.inspect}"
|
164
|
+
end
|
165
|
+
# FIXME: below can't work but this needs API change.
|
166
|
+
# elsif @parent and $3 and !SUBSTITUTES.include?($1)
|
167
|
+
# if !doctype or !doctype.entities.has_key?($3)
|
168
|
+
# raise "Undeclared entity '#{$1}' in raw string \"#{string}\""
|
169
|
+
# end
|
170
|
+
end
|
171
|
+
end
|
172
|
+
end
|
173
|
+
end
|
174
|
+
|
175
|
+
def node_type
|
176
|
+
:text
|
177
|
+
end
|
178
|
+
|
179
|
+
def empty?
|
180
|
+
@string.size==0
|
181
|
+
end
|
182
|
+
|
183
|
+
|
184
|
+
def clone
|
185
|
+
return Text.new(self, true)
|
186
|
+
end
|
187
|
+
|
188
|
+
|
189
|
+
# Appends text to this text node. The text is appended in the +raw+ mode
|
190
|
+
# of this text node.
|
191
|
+
#
|
192
|
+
# +returns+ the text itself to enable method chain like
|
193
|
+
# 'text << "XXX" << "YYY"'.
|
194
|
+
def <<( to_append )
|
195
|
+
@string << to_append.gsub( /\r\n?/, "\n" )
|
196
|
+
clear_cache
|
197
|
+
self
|
198
|
+
end
|
199
|
+
|
200
|
+
|
201
|
+
# +other+ a String or a Text
|
202
|
+
# +returns+ the result of (to_s <=> arg.to_s)
|
203
|
+
def <=>( other )
|
204
|
+
to_s() <=> other.to_s
|
205
|
+
end
|
206
|
+
|
207
|
+
def doctype
|
208
|
+
if @parent
|
209
|
+
doc = @parent.document
|
210
|
+
doc.doctype if doc
|
211
|
+
end
|
212
|
+
end
|
213
|
+
|
214
|
+
REFERENCE = /#{Entity::REFERENCE}/
|
215
|
+
# Returns the string value of this text node. This string is always
|
216
|
+
# escaped, meaning that it is a valid XML text node string, and all
|
217
|
+
# entities that can be escaped, have been inserted. This method respects
|
218
|
+
# the entity filter set in the constructor.
|
219
|
+
#
|
220
|
+
# # Assume that the entity "s" is defined to be "sean", and that the
|
221
|
+
# # entity "r" is defined to be "russell"
|
222
|
+
# t = Text.new( "< & sean russell", false, nil, false, ['s'] )
|
223
|
+
# t.to_s #-> "< & &s; russell"
|
224
|
+
# t = Text.new( "< & &s; russell", false, nil, false )
|
225
|
+
# t.to_s #-> "< & &s; russell"
|
226
|
+
# u = Text.new( "sean russell", false, nil, true )
|
227
|
+
# u.to_s #-> "sean russell"
|
228
|
+
def to_s
|
229
|
+
return @string if @raw
|
230
|
+
@normalized ||= Text::normalize( @string, doctype, @entity_filter )
|
231
|
+
end
|
232
|
+
|
233
|
+
def inspect
|
234
|
+
@string.inspect
|
235
|
+
end
|
236
|
+
|
237
|
+
# Returns the string value of this text. This is the text without
|
238
|
+
# entities, as it might be used programmatically, or printed to the
|
239
|
+
# console. This ignores the 'raw' attribute setting, and any
|
240
|
+
# entity_filter.
|
241
|
+
#
|
242
|
+
# # Assume that the entity "s" is defined to be "sean", and that the
|
243
|
+
# # entity "r" is defined to be "russell"
|
244
|
+
# t = Text.new( "< & sean russell", false, nil, false, ['s'] )
|
245
|
+
# t.value #-> "< & sean russell"
|
246
|
+
# t = Text.new( "< & &s; russell", false, nil, false )
|
247
|
+
# t.value #-> "< & sean russell"
|
248
|
+
# u = Text.new( "sean russell", false, nil, true )
|
249
|
+
# u.value #-> "sean russell"
|
250
|
+
def value
|
251
|
+
@unnormalized ||= Text::unnormalize( @string, doctype )
|
252
|
+
end
|
253
|
+
|
254
|
+
# Sets the contents of this text node. This expects the text to be
|
255
|
+
# unnormalized. It returns self.
|
256
|
+
#
|
257
|
+
# e = Element.new( "a" )
|
258
|
+
# e.add_text( "foo" ) # <a>foo</a>
|
259
|
+
# e[0].value = "bar" # <a>bar</a>
|
260
|
+
# e[0].value = "<a>" # <a><a></a>
|
261
|
+
def value=( val )
|
262
|
+
@string = val.gsub( /\r\n?/, "\n" )
|
263
|
+
clear_cache
|
264
|
+
@raw = false
|
265
|
+
end
|
266
|
+
|
267
|
+
def wrap(string, width, addnewline=false)
|
268
|
+
# Recursively wrap string at width.
|
269
|
+
return string if string.length <= width
|
270
|
+
place = string.rindex(' ', width) # Position in string with last ' ' before cutoff
|
271
|
+
if addnewline then
|
272
|
+
return "\n" + string[0,place] + "\n" + wrap(string[place+1..-1], width)
|
273
|
+
else
|
274
|
+
return string[0,place] + "\n" + wrap(string[place+1..-1], width)
|
275
|
+
end
|
276
|
+
end
|
277
|
+
|
278
|
+
def indent_text(string, level=1, style="\t", indentfirstline=true)
|
279
|
+
return string if level < 0
|
280
|
+
new_string = ''
|
281
|
+
string.each_line { |line|
|
282
|
+
indent_string = style * level
|
283
|
+
new_line = (indent_string + line).sub(/[\s]+$/,'')
|
284
|
+
new_string << new_line
|
285
|
+
}
|
286
|
+
new_string.strip! unless indentfirstline
|
287
|
+
return new_string
|
288
|
+
end
|
289
|
+
|
290
|
+
# == DEPRECATED
|
291
|
+
# See REXML::Formatters
|
292
|
+
#
|
293
|
+
def write( writer, indent=-1, transitive=false, ie_hack=false )
|
294
|
+
Kernel.warn("#{self.class.name}.write is deprecated. See REXML::Formatters", uplevel: 1)
|
295
|
+
formatter = if indent > -1
|
296
|
+
REXML::Formatters::Pretty.new( indent )
|
297
|
+
else
|
298
|
+
REXML::Formatters::Default.new
|
299
|
+
end
|
300
|
+
formatter.write( self, writer )
|
301
|
+
end
|
302
|
+
|
303
|
+
# FIXME
|
304
|
+
# This probably won't work properly
|
305
|
+
def xpath
|
306
|
+
path = @parent.xpath
|
307
|
+
path += "/text()"
|
308
|
+
return path
|
309
|
+
end
|
310
|
+
|
311
|
+
# Writes out text, substituting special characters beforehand.
|
312
|
+
# +out+ A String, IO, or any other object supporting <<( String )
|
313
|
+
# +input+ the text to substitute and the write out
|
314
|
+
#
|
315
|
+
# z=utf8.unpack("U*")
|
316
|
+
# ascOut=""
|
317
|
+
# z.each{|r|
|
318
|
+
# if r < 0x100
|
319
|
+
# ascOut.concat(r.chr)
|
320
|
+
# else
|
321
|
+
# ascOut.concat(sprintf("&#x%x;", r))
|
322
|
+
# end
|
323
|
+
# }
|
324
|
+
# puts ascOut
|
325
|
+
def write_with_substitution out, input
|
326
|
+
copy = input.clone
|
327
|
+
# Doing it like this rather than in a loop improves the speed
|
328
|
+
copy.gsub!( SPECIALS[0], SUBSTITUTES[0] )
|
329
|
+
copy.gsub!( SPECIALS[1], SUBSTITUTES[1] )
|
330
|
+
copy.gsub!( SPECIALS[2], SUBSTITUTES[2] )
|
331
|
+
copy.gsub!( SPECIALS[3], SUBSTITUTES[3] )
|
332
|
+
copy.gsub!( SPECIALS[4], SUBSTITUTES[4] )
|
333
|
+
copy.gsub!( SPECIALS[5], SUBSTITUTES[5] )
|
334
|
+
out << copy
|
335
|
+
end
|
336
|
+
|
337
|
+
private
|
338
|
+
def clear_cache
|
339
|
+
@normalized = nil
|
340
|
+
@unnormalized = nil
|
341
|
+
end
|
342
|
+
|
343
|
+
# Reads text, substituting entities
|
344
|
+
def Text::read_with_substitution( input, illegal=nil )
|
345
|
+
copy = input.clone
|
346
|
+
|
347
|
+
if copy =~ illegal
|
348
|
+
raise ParseException.new( "malformed text: Illegal character #$& in \"#{copy}\"" )
|
349
|
+
end if illegal
|
350
|
+
|
351
|
+
copy.gsub!( /\r\n?/, "\n" )
|
352
|
+
if copy.include? ?&
|
353
|
+
copy.gsub!( SETUTITSBUS[0], SLAICEPS[0] )
|
354
|
+
copy.gsub!( SETUTITSBUS[1], SLAICEPS[1] )
|
355
|
+
copy.gsub!( SETUTITSBUS[2], SLAICEPS[2] )
|
356
|
+
copy.gsub!( SETUTITSBUS[3], SLAICEPS[3] )
|
357
|
+
copy.gsub!( SETUTITSBUS[4], SLAICEPS[4] )
|
358
|
+
copy.gsub!( /�*((?:\d+)|(?:x[a-f0-9]+));/ ) {
|
359
|
+
m=$1
|
360
|
+
#m='0' if m==''
|
361
|
+
m = "0#{m}" if m[0] == ?x
|
362
|
+
[Integer(m)].pack('U*')
|
363
|
+
}
|
364
|
+
end
|
365
|
+
copy
|
366
|
+
end
|
367
|
+
|
368
|
+
EREFERENCE = /&(?!#{Entity::NAME};)/
|
369
|
+
# Escapes all possible entities
|
370
|
+
def Text::normalize( input, doctype=nil, entity_filter=nil )
|
371
|
+
copy = input.to_s
|
372
|
+
# Doing it like this rather than in a loop improves the speed
|
373
|
+
#copy = copy.gsub( EREFERENCE, '&' )
|
374
|
+
copy = copy.gsub( "&", "&" )
|
375
|
+
if doctype
|
376
|
+
# Replace all ampersands that aren't part of an entity
|
377
|
+
doctype.entities.each_value do |entity|
|
378
|
+
copy = copy.gsub( entity.value,
|
379
|
+
"&#{entity.name};" ) if entity.value and
|
380
|
+
not( entity_filter and entity_filter.include?(entity.name) )
|
381
|
+
end
|
382
|
+
else
|
383
|
+
# Replace all ampersands that aren't part of an entity
|
384
|
+
DocType::DEFAULT_ENTITIES.each_value do |entity|
|
385
|
+
copy = copy.gsub(entity.value, "&#{entity.name};" )
|
386
|
+
end
|
387
|
+
end
|
388
|
+
copy
|
389
|
+
end
|
390
|
+
|
391
|
+
# Unescapes all possible entities
|
392
|
+
def Text::unnormalize( string, doctype=nil, filter=nil, illegal=nil )
|
393
|
+
sum = 0
|
394
|
+
string.gsub( /\r\n?/, "\n" ).gsub( REFERENCE ) {
|
395
|
+
s = Text.expand($&, doctype, filter)
|
396
|
+
if sum + s.bytesize > Security.entity_expansion_text_limit
|
397
|
+
raise "entity expansion has grown too large"
|
398
|
+
else
|
399
|
+
sum += s.bytesize
|
400
|
+
end
|
401
|
+
s
|
402
|
+
}
|
403
|
+
end
|
404
|
+
|
405
|
+
def Text.expand(ref, doctype, filter)
|
406
|
+
if ref[1] == ?#
|
407
|
+
if ref[2] == ?x
|
408
|
+
[ref[3...-1].to_i(16)].pack('U*')
|
409
|
+
else
|
410
|
+
[ref[2...-1].to_i].pack('U*')
|
411
|
+
end
|
412
|
+
elsif ref == '&'
|
413
|
+
'&'
|
414
|
+
elsif filter and filter.include?( ref[1...-1] )
|
415
|
+
ref
|
416
|
+
elsif doctype
|
417
|
+
doctype.entity( ref[1...-1] ) or ref
|
418
|
+
else
|
419
|
+
entity_value = DocType::DEFAULT_ENTITIES[ ref[1...-1] ]
|
420
|
+
entity_value ? entity_value.value : ref
|
421
|
+
end
|
422
|
+
end
|
423
|
+
end
|
424
|
+
end
|