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
data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/excon_adapter.rb
ADDED
@@ -0,0 +1,165 @@
|
|
1
|
+
begin
|
2
|
+
require 'excon'
|
3
|
+
rescue LoadError
|
4
|
+
# excon not found
|
5
|
+
end
|
6
|
+
|
7
|
+
if defined?(Excon)
|
8
|
+
WebMock::VersionChecker.new('Excon', Excon::VERSION, '0.27.5').check_version!
|
9
|
+
|
10
|
+
module WebMock
|
11
|
+
module HttpLibAdapters
|
12
|
+
|
13
|
+
class ExconAdapter < HttpLibAdapter
|
14
|
+
PARAMS_TO_DELETE = [:expects, :idempotent,
|
15
|
+
:instrumentor_name, :instrumentor,
|
16
|
+
:response_block,
|
17
|
+
:__construction_args, :stack,
|
18
|
+
:connection, :response]
|
19
|
+
|
20
|
+
adapter_for :excon
|
21
|
+
|
22
|
+
instance_exec do
|
23
|
+
@original_excon_mock_default = nil
|
24
|
+
@stub = nil
|
25
|
+
end
|
26
|
+
|
27
|
+
def self.enable!
|
28
|
+
self.add_excon_stub
|
29
|
+
end
|
30
|
+
|
31
|
+
def self.disable!
|
32
|
+
self.remove_excon_stub
|
33
|
+
end
|
34
|
+
|
35
|
+
def self.add_excon_stub
|
36
|
+
if not @stub
|
37
|
+
@original_excon_mock_default = ::Excon.defaults[:mock]
|
38
|
+
::Excon.defaults[:mock] = true
|
39
|
+
@stub = ::Excon.stub({}) do |params|
|
40
|
+
self.handle_request(params)
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
44
|
+
|
45
|
+
def self.remove_excon_stub
|
46
|
+
::Excon.defaults[:mock] = @original_excon_mock_default
|
47
|
+
@original_excon_mock_default = nil
|
48
|
+
Excon.stubs.delete(@stub)
|
49
|
+
@stub = nil
|
50
|
+
end
|
51
|
+
|
52
|
+
def self.handle_request(params)
|
53
|
+
mock_request = self.build_request params.dup
|
54
|
+
WebMock::RequestRegistry.instance.requested_signatures.put(mock_request)
|
55
|
+
|
56
|
+
if mock_response = WebMock::StubRegistry.instance.response_for_request(mock_request)
|
57
|
+
self.perform_callbacks(mock_request, mock_response, real_request: false)
|
58
|
+
response = self.real_response(mock_response)
|
59
|
+
response
|
60
|
+
elsif WebMock.net_connect_allowed?(mock_request.uri)
|
61
|
+
conn = new_excon_connection(params)
|
62
|
+
real_response = conn.request(request_params_from(params.merge(mock: false)))
|
63
|
+
|
64
|
+
ExconAdapter.perform_callbacks(mock_request, ExconAdapter.mock_response(real_response), real_request: true)
|
65
|
+
|
66
|
+
real_response.data
|
67
|
+
else
|
68
|
+
raise WebMock::NetConnectNotAllowedError.new(mock_request)
|
69
|
+
end
|
70
|
+
end
|
71
|
+
|
72
|
+
def self.new_excon_connection(params)
|
73
|
+
# Ensure the connection is constructed with the exact same args
|
74
|
+
# that the orginal connection was constructed with.
|
75
|
+
args = params.fetch(:__construction_args)
|
76
|
+
::Excon::Connection.new(connection_params_from args.merge(mock: false))
|
77
|
+
end
|
78
|
+
|
79
|
+
def self.connection_params_from(hash)
|
80
|
+
hash = hash.dup
|
81
|
+
PARAMS_TO_DELETE.each { |key| hash.delete(key) }
|
82
|
+
hash
|
83
|
+
end
|
84
|
+
|
85
|
+
def self.request_params_from(hash)
|
86
|
+
hash = hash.dup
|
87
|
+
if defined?(Excon::VALID_REQUEST_KEYS)
|
88
|
+
hash.reject! {|key,_| !Excon::VALID_REQUEST_KEYS.include?(key) }
|
89
|
+
end
|
90
|
+
PARAMS_TO_DELETE.each { |key| hash.delete(key) }
|
91
|
+
hash
|
92
|
+
end
|
93
|
+
|
94
|
+
def self.to_query(hash)
|
95
|
+
string = "".dup
|
96
|
+
for key, values in hash
|
97
|
+
if values.nil?
|
98
|
+
string << key.to_s << '&'
|
99
|
+
else
|
100
|
+
for value in [*values]
|
101
|
+
string << key.to_s << '=' << CGI.escape(value.to_s) << '&'
|
102
|
+
end
|
103
|
+
end
|
104
|
+
end
|
105
|
+
string.chop! # remove trailing '&'
|
106
|
+
end
|
107
|
+
|
108
|
+
def self.build_request(params)
|
109
|
+
params = params.dup
|
110
|
+
params.delete(:user)
|
111
|
+
params.delete(:password)
|
112
|
+
method = (params.delete(:method) || :get).to_s.downcase.to_sym
|
113
|
+
params[:query] = to_query(params[:query]) if params[:query].is_a?(Hash)
|
114
|
+
uri = Addressable::URI.new(params).to_s
|
115
|
+
WebMock::RequestSignature.new method, uri, body: body_from(params), headers: params[:headers]
|
116
|
+
end
|
117
|
+
|
118
|
+
def self.body_from(params)
|
119
|
+
body = params[:body]
|
120
|
+
return body unless body.respond_to?(:read)
|
121
|
+
|
122
|
+
contents = body.read
|
123
|
+
body.rewind if body.respond_to?(:rewind)
|
124
|
+
contents
|
125
|
+
end
|
126
|
+
|
127
|
+
def self.real_response(mock)
|
128
|
+
raise Excon::Errors::Timeout if mock.should_timeout
|
129
|
+
mock.raise_error_if_any
|
130
|
+
{
|
131
|
+
body: mock.body,
|
132
|
+
status: mock.status[0].to_i,
|
133
|
+
reason_phrase: mock.status[1],
|
134
|
+
headers: mock.headers || {}
|
135
|
+
}
|
136
|
+
end
|
137
|
+
|
138
|
+
def self.mock_response(real)
|
139
|
+
mock = WebMock::Response.new
|
140
|
+
mock.status = [real.status, real.reason_phrase]
|
141
|
+
mock.headers = real.headers
|
142
|
+
mock.body = real.body.dup
|
143
|
+
mock
|
144
|
+
end
|
145
|
+
|
146
|
+
def self.perform_callbacks(request, response, options = {})
|
147
|
+
return unless WebMock::CallbackRegistry.any_callbacks?
|
148
|
+
WebMock::CallbackRegistry.invoke_callbacks(options.merge(lib: :excon), request, response)
|
149
|
+
end
|
150
|
+
end
|
151
|
+
end
|
152
|
+
end
|
153
|
+
|
154
|
+
Excon::Connection.class_eval do
|
155
|
+
def self.new(args = {})
|
156
|
+
args.delete(:__construction_args)
|
157
|
+
super(args).tap do |instance|
|
158
|
+
instance.data[:__construction_args] = args
|
159
|
+
end
|
160
|
+
end
|
161
|
+
end
|
162
|
+
|
163
|
+
# Suppresses Excon connection argument validation warning
|
164
|
+
Excon::VALID_CONNECTION_KEYS << :__construction_args
|
165
|
+
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
module WebMock
|
2
|
+
class HttpLibAdapterRegistry
|
3
|
+
include Singleton
|
4
|
+
|
5
|
+
attr_accessor :http_lib_adapters
|
6
|
+
|
7
|
+
def initialize
|
8
|
+
@http_lib_adapters = {}
|
9
|
+
end
|
10
|
+
|
11
|
+
def register(lib, adapter)
|
12
|
+
@http_lib_adapters[lib] = adapter
|
13
|
+
end
|
14
|
+
|
15
|
+
def each_adapter(&block)
|
16
|
+
@http_lib_adapters.each(&block)
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_rb/client.rb
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
module HTTP
|
2
|
+
class Client
|
3
|
+
alias_method :__perform__, :perform
|
4
|
+
|
5
|
+
def perform(request, options)
|
6
|
+
return __perform__(request, options) unless webmock_enabled?
|
7
|
+
|
8
|
+
response = WebMockPerform.new(request) { __perform__(request, options) }.exec
|
9
|
+
options.features.each { |_name, feature| response = feature.wrap_response(response) }
|
10
|
+
response
|
11
|
+
end
|
12
|
+
|
13
|
+
def webmock_enabled?
|
14
|
+
::WebMock::HttpLibAdapters::HttpRbAdapter.enabled?
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_rb/request.rb
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
module HTTP
|
2
|
+
class Request
|
3
|
+
def webmock_signature
|
4
|
+
request_body = if defined?(HTTP::Request::Body)
|
5
|
+
''.tap { |string| body.each { |part| string << part } }
|
6
|
+
else
|
7
|
+
body
|
8
|
+
end
|
9
|
+
|
10
|
+
::WebMock::RequestSignature.new(verb, uri.to_s, {
|
11
|
+
headers: headers.to_h,
|
12
|
+
body: request_body
|
13
|
+
})
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_rb/response.rb
ADDED
@@ -0,0 +1,64 @@
|
|
1
|
+
module HTTP
|
2
|
+
class Response
|
3
|
+
def to_webmock
|
4
|
+
webmock_response = ::WebMock::Response.new
|
5
|
+
|
6
|
+
webmock_response.status = [status.to_i, reason]
|
7
|
+
webmock_response.body = body.to_s
|
8
|
+
webmock_response.headers = headers.to_h
|
9
|
+
|
10
|
+
webmock_response
|
11
|
+
end
|
12
|
+
|
13
|
+
class << self
|
14
|
+
def from_webmock(request, webmock_response, request_signature = nil)
|
15
|
+
status = Status.new(webmock_response.status.first)
|
16
|
+
headers = webmock_response.headers || {}
|
17
|
+
uri = normalize_uri(request_signature && request_signature.uri)
|
18
|
+
|
19
|
+
# HTTP.rb 3.0+ uses a keyword argument to pass the encoding, but 1.x
|
20
|
+
# and 2.x use a positional argument, and 0.x don't support supplying
|
21
|
+
# the encoding.
|
22
|
+
body = if HTTP::VERSION < "1.0.0"
|
23
|
+
Body.new(Streamer.new(webmock_response.body))
|
24
|
+
elsif HTTP::VERSION < "3.0.0"
|
25
|
+
Body.new(Streamer.new(webmock_response.body), webmock_response.body.encoding)
|
26
|
+
else
|
27
|
+
Body.new(Streamer.new(webmock_response.body), encoding: webmock_response.body.encoding)
|
28
|
+
end
|
29
|
+
|
30
|
+
return new(status, "1.1", headers, body, uri) if HTTP::VERSION < "1.0.0"
|
31
|
+
|
32
|
+
# 5.0.0 had a breaking change to require request instead of uri.
|
33
|
+
if HTTP::VERSION < '5.0.0'
|
34
|
+
return new({
|
35
|
+
status: status,
|
36
|
+
version: "1.1",
|
37
|
+
headers: headers,
|
38
|
+
body: body,
|
39
|
+
uri: uri
|
40
|
+
})
|
41
|
+
end
|
42
|
+
|
43
|
+
new({
|
44
|
+
status: status,
|
45
|
+
version: "1.1",
|
46
|
+
headers: headers,
|
47
|
+
body: body,
|
48
|
+
request: request,
|
49
|
+
})
|
50
|
+
end
|
51
|
+
|
52
|
+
private
|
53
|
+
|
54
|
+
def normalize_uri(uri)
|
55
|
+
return unless uri
|
56
|
+
|
57
|
+
uri = Addressable::URI.parse uri
|
58
|
+
uri.port = nil if uri.default_port && uri.port == uri.default_port
|
59
|
+
|
60
|
+
uri
|
61
|
+
end
|
62
|
+
end
|
63
|
+
end
|
64
|
+
end
|
data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_rb/streamer.rb
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
module HTTP
|
2
|
+
class Response
|
3
|
+
class Streamer
|
4
|
+
def initialize(str)
|
5
|
+
@io = StringIO.new str
|
6
|
+
end
|
7
|
+
|
8
|
+
def readpartial(size = nil, outbuf = nil)
|
9
|
+
unless size
|
10
|
+
if defined?(HTTP::Client::BUFFER_SIZE)
|
11
|
+
size = HTTP::Client::BUFFER_SIZE
|
12
|
+
elsif defined?(HTTP::Connection::BUFFER_SIZE)
|
13
|
+
size = HTTP::Connection::BUFFER_SIZE
|
14
|
+
end
|
15
|
+
end
|
16
|
+
|
17
|
+
@io.read size, outbuf
|
18
|
+
end
|
19
|
+
|
20
|
+
def close
|
21
|
+
@io.close
|
22
|
+
end
|
23
|
+
|
24
|
+
def sequence_id
|
25
|
+
-1
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_rb/webmock.rb
ADDED
@@ -0,0 +1,68 @@
|
|
1
|
+
module HTTP
|
2
|
+
class WebMockPerform
|
3
|
+
def initialize(request, &perform)
|
4
|
+
@request = request
|
5
|
+
@perform = perform
|
6
|
+
@request_signature = nil
|
7
|
+
end
|
8
|
+
|
9
|
+
def exec
|
10
|
+
replay || perform || halt
|
11
|
+
end
|
12
|
+
|
13
|
+
def request_signature
|
14
|
+
unless @request_signature
|
15
|
+
@request_signature = @request.webmock_signature
|
16
|
+
register_request(@request_signature)
|
17
|
+
end
|
18
|
+
|
19
|
+
@request_signature
|
20
|
+
end
|
21
|
+
|
22
|
+
protected
|
23
|
+
|
24
|
+
def response_for_request(signature)
|
25
|
+
::WebMock::StubRegistry.instance.response_for_request(signature)
|
26
|
+
end
|
27
|
+
|
28
|
+
def register_request(signature)
|
29
|
+
::WebMock::RequestRegistry.instance.requested_signatures.put(signature)
|
30
|
+
end
|
31
|
+
|
32
|
+
def replay
|
33
|
+
webmock_response = response_for_request request_signature
|
34
|
+
|
35
|
+
return unless webmock_response
|
36
|
+
|
37
|
+
raise_timeout_error if webmock_response.should_timeout
|
38
|
+
webmock_response.raise_error_if_any
|
39
|
+
|
40
|
+
invoke_callbacks(webmock_response, real_request: false)
|
41
|
+
::HTTP::Response.from_webmock @request, webmock_response, request_signature
|
42
|
+
end
|
43
|
+
|
44
|
+
def raise_timeout_error
|
45
|
+
raise Errno::ETIMEDOUT if HTTP::VERSION < "1.0.0"
|
46
|
+
raise HTTP::TimeoutError, "connection error: #{Errno::ETIMEDOUT.new}"
|
47
|
+
end
|
48
|
+
|
49
|
+
def perform
|
50
|
+
return unless ::WebMock.net_connect_allowed?(request_signature.uri)
|
51
|
+
response = @perform.call
|
52
|
+
invoke_callbacks(response.to_webmock, real_request: true)
|
53
|
+
response
|
54
|
+
end
|
55
|
+
|
56
|
+
def halt
|
57
|
+
raise ::WebMock::NetConnectNotAllowedError.new request_signature
|
58
|
+
end
|
59
|
+
|
60
|
+
def invoke_callbacks(webmock_response, options = {})
|
61
|
+
::WebMock::CallbackRegistry.invoke_callbacks(
|
62
|
+
options.merge({ lib: :http_rb }),
|
63
|
+
request_signature,
|
64
|
+
webmock_response
|
65
|
+
)
|
66
|
+
end
|
67
|
+
end
|
68
|
+
end
|
data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_rb_adapter.rb
ADDED
@@ -0,0 +1,37 @@
|
|
1
|
+
begin
|
2
|
+
require "http"
|
3
|
+
rescue LoadError
|
4
|
+
# HTTP gem not found
|
5
|
+
end
|
6
|
+
|
7
|
+
if defined?(HTTP) && defined?(HTTP::VERSION)
|
8
|
+
WebMock::VersionChecker.new("HTTP Gem", HTTP::VERSION, "0.6.0").check_version!
|
9
|
+
|
10
|
+
module WebMock
|
11
|
+
module HttpLibAdapters
|
12
|
+
class HttpRbAdapter < HttpLibAdapter
|
13
|
+
adapter_for :http_rb
|
14
|
+
|
15
|
+
class << self
|
16
|
+
def enable!
|
17
|
+
@enabled = true
|
18
|
+
end
|
19
|
+
|
20
|
+
def disable!
|
21
|
+
@enabled = false
|
22
|
+
end
|
23
|
+
|
24
|
+
def enabled?
|
25
|
+
@enabled
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
|
32
|
+
require "webmock/http_lib_adapters/http_rb/client"
|
33
|
+
require "webmock/http_lib_adapters/http_rb/request"
|
34
|
+
require "webmock/http_lib_adapters/http_rb/response"
|
35
|
+
require "webmock/http_lib_adapters/http_rb/streamer"
|
36
|
+
require "webmock/http_lib_adapters/http_rb/webmock"
|
37
|
+
end
|
@@ -0,0 +1,259 @@
|
|
1
|
+
begin
|
2
|
+
require 'httpclient'
|
3
|
+
require 'jsonclient' # defined in 'httpclient' gem as well
|
4
|
+
rescue LoadError
|
5
|
+
# httpclient not found
|
6
|
+
# or jsonclient not defined (in old versions of httclient gem)
|
7
|
+
end
|
8
|
+
|
9
|
+
if defined?(::HTTPClient)
|
10
|
+
|
11
|
+
module WebMock
|
12
|
+
module HttpLibAdapters
|
13
|
+
class HTTPClientAdapter < HttpLibAdapter
|
14
|
+
adapter_for :httpclient
|
15
|
+
|
16
|
+
unless const_defined?(:OriginalHttpClient)
|
17
|
+
OriginalHttpClient = ::HTTPClient
|
18
|
+
end
|
19
|
+
|
20
|
+
unless const_defined?(:OriginalJsonClient)
|
21
|
+
OriginalJsonClient = ::JSONClient if defined?(::JSONClient)
|
22
|
+
end
|
23
|
+
|
24
|
+
def self.enable!
|
25
|
+
Object.send(:remove_const, :HTTPClient)
|
26
|
+
Object.send(:const_set, :HTTPClient, WebMockHTTPClient)
|
27
|
+
if defined? ::JSONClient
|
28
|
+
Object.send(:remove_const, :JSONClient)
|
29
|
+
Object.send(:const_set, :JSONClient, WebMockJSONClient)
|
30
|
+
end
|
31
|
+
end
|
32
|
+
|
33
|
+
def self.disable!
|
34
|
+
Object.send(:remove_const, :HTTPClient)
|
35
|
+
Object.send(:const_set, :HTTPClient, OriginalHttpClient)
|
36
|
+
if defined? ::JSONClient
|
37
|
+
Object.send(:remove_const, :JSONClient)
|
38
|
+
Object.send(:const_set, :JSONClient, OriginalJsonClient)
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
44
|
+
|
45
|
+
module WebMockHTTPClients
|
46
|
+
|
47
|
+
REQUEST_RESPONSE_LOCK = Mutex.new
|
48
|
+
|
49
|
+
def do_get_block(req, proxy, conn, &block)
|
50
|
+
do_get(req, proxy, conn, false, &block)
|
51
|
+
end
|
52
|
+
|
53
|
+
def do_get_stream(req, proxy, conn, &block)
|
54
|
+
do_get(req, proxy, conn, true, &block)
|
55
|
+
end
|
56
|
+
|
57
|
+
def do_get(req, proxy, conn, stream = false, &block)
|
58
|
+
request_signature = build_request_signature(req, :reuse_existing)
|
59
|
+
|
60
|
+
WebMock::RequestRegistry.instance.requested_signatures.put(request_signature)
|
61
|
+
|
62
|
+
if webmock_responses[request_signature]
|
63
|
+
webmock_response = synchronize_request_response { webmock_responses.delete(request_signature) }
|
64
|
+
response = build_httpclient_response(webmock_response, stream, req.header, &block)
|
65
|
+
@request_filter.each do |filter|
|
66
|
+
filter.filter_response(req, response)
|
67
|
+
end
|
68
|
+
res = conn.push(response)
|
69
|
+
WebMock::CallbackRegistry.invoke_callbacks(
|
70
|
+
{lib: :httpclient}, request_signature, webmock_response)
|
71
|
+
res
|
72
|
+
elsif WebMock.net_connect_allowed?(request_signature.uri)
|
73
|
+
# in case there is a nil entry in the hash...
|
74
|
+
synchronize_request_response { webmock_responses.delete(request_signature) }
|
75
|
+
|
76
|
+
res = if stream
|
77
|
+
do_get_stream_without_webmock(req, proxy, conn, &block)
|
78
|
+
elsif block
|
79
|
+
body = ''
|
80
|
+
do_get_block_without_webmock(req, proxy, conn) do |http_res, chunk|
|
81
|
+
if chunk && chunk.bytesize > 0
|
82
|
+
body += chunk
|
83
|
+
block.call(http_res, chunk)
|
84
|
+
end
|
85
|
+
end
|
86
|
+
else
|
87
|
+
do_get_block_without_webmock(req, proxy, conn)
|
88
|
+
end
|
89
|
+
res = conn.pop
|
90
|
+
conn.push(res)
|
91
|
+
if WebMock::CallbackRegistry.any_callbacks?
|
92
|
+
webmock_response = build_webmock_response(res, body)
|
93
|
+
WebMock::CallbackRegistry.invoke_callbacks(
|
94
|
+
{lib: :httpclient, real_request: true}, request_signature,
|
95
|
+
webmock_response)
|
96
|
+
end
|
97
|
+
res
|
98
|
+
else
|
99
|
+
raise WebMock::NetConnectNotAllowedError.new(request_signature)
|
100
|
+
end
|
101
|
+
end
|
102
|
+
|
103
|
+
def do_request_async(method, uri, query, body, extheader)
|
104
|
+
req = create_request(method, uri, query, body, extheader)
|
105
|
+
request_signature = build_request_signature(req)
|
106
|
+
synchronize_request_response { webmock_request_signatures << request_signature }
|
107
|
+
|
108
|
+
if webmock_responses[request_signature] || WebMock.net_connect_allowed?(request_signature.uri)
|
109
|
+
super
|
110
|
+
else
|
111
|
+
raise WebMock::NetConnectNotAllowedError.new(request_signature)
|
112
|
+
end
|
113
|
+
end
|
114
|
+
|
115
|
+
def build_httpclient_response(webmock_response, stream = false, req_header = nil, &block)
|
116
|
+
body = stream ? StringIO.new(webmock_response.body) : webmock_response.body
|
117
|
+
response = HTTP::Message.new_response(body, req_header)
|
118
|
+
response.header.init_response(webmock_response.status[0])
|
119
|
+
response.reason=webmock_response.status[1]
|
120
|
+
webmock_response.headers.to_a.each { |name, value| response.header.set(name, value) }
|
121
|
+
|
122
|
+
raise HTTPClient::TimeoutError if webmock_response.should_timeout
|
123
|
+
webmock_response.raise_error_if_any
|
124
|
+
|
125
|
+
block.call(response, body) if block && body && body.bytesize > 0
|
126
|
+
|
127
|
+
response
|
128
|
+
end
|
129
|
+
|
130
|
+
def build_webmock_response(httpclient_response, body = nil)
|
131
|
+
webmock_response = WebMock::Response.new
|
132
|
+
webmock_response.status = [httpclient_response.status, httpclient_response.reason]
|
133
|
+
|
134
|
+
webmock_response.headers = {}.tap do |hash|
|
135
|
+
httpclient_response.header.all.each do |(key, value)|
|
136
|
+
if hash.has_key?(key)
|
137
|
+
hash[key] = Array(hash[key]) + [value]
|
138
|
+
else
|
139
|
+
hash[key] = value
|
140
|
+
end
|
141
|
+
end
|
142
|
+
end
|
143
|
+
|
144
|
+
if body
|
145
|
+
webmock_response.body = body
|
146
|
+
elsif httpclient_response.content.respond_to?(:read)
|
147
|
+
webmock_response.body = httpclient_response.content.read
|
148
|
+
body = HTTP::Message::Body.new
|
149
|
+
body.init_response(StringIO.new(webmock_response.body))
|
150
|
+
httpclient_response.body = body
|
151
|
+
else
|
152
|
+
webmock_response.body = httpclient_response.content
|
153
|
+
end
|
154
|
+
webmock_response
|
155
|
+
end
|
156
|
+
|
157
|
+
def build_request_signature(req, reuse_existing = false)
|
158
|
+
uri = WebMock::Util::URI.heuristic_parse(req.header.request_uri.to_s)
|
159
|
+
uri.query = WebMock::Util::QueryMapper.values_to_query(req.header.request_query, notation: WebMock::Config.instance.query_values_notation) if req.header.request_query
|
160
|
+
uri.port = req.header.request_uri.port
|
161
|
+
|
162
|
+
@request_filter.each do |filter|
|
163
|
+
filter.filter_request(req)
|
164
|
+
end
|
165
|
+
|
166
|
+
headers = req.header.all.inject({}) do |hdrs, header|
|
167
|
+
hdrs[header[0]] ||= []
|
168
|
+
hdrs[header[0]] << header[1]
|
169
|
+
hdrs
|
170
|
+
end
|
171
|
+
headers = headers_from_session(uri).merge(headers)
|
172
|
+
|
173
|
+
signature = WebMock::RequestSignature.new(
|
174
|
+
req.header.request_method.downcase.to_sym,
|
175
|
+
uri.to_s,
|
176
|
+
body: req.http_body.dump,
|
177
|
+
headers: headers
|
178
|
+
)
|
179
|
+
|
180
|
+
# reuse a previous identical signature object if we stored one for later use
|
181
|
+
if reuse_existing && previous_signature = previous_signature_for(signature)
|
182
|
+
return previous_signature
|
183
|
+
end
|
184
|
+
|
185
|
+
signature
|
186
|
+
end
|
187
|
+
|
188
|
+
def webmock_responses
|
189
|
+
@webmock_responses ||= Hash.new do |hash, request_signature|
|
190
|
+
synchronize_request_response do
|
191
|
+
hash[request_signature] = WebMock::StubRegistry.instance.response_for_request(request_signature)
|
192
|
+
end
|
193
|
+
end
|
194
|
+
end
|
195
|
+
|
196
|
+
def webmock_request_signatures
|
197
|
+
@webmock_request_signatures ||= []
|
198
|
+
end
|
199
|
+
|
200
|
+
def previous_signature_for(signature)
|
201
|
+
synchronize_request_response do
|
202
|
+
return nil unless index = webmock_request_signatures.index(signature)
|
203
|
+
webmock_request_signatures.delete_at(index)
|
204
|
+
end
|
205
|
+
end
|
206
|
+
|
207
|
+
private
|
208
|
+
|
209
|
+
# some of the headers sent by HTTPClient are derived from
|
210
|
+
# the client session
|
211
|
+
def headers_from_session(uri)
|
212
|
+
session_headers = HTTP::Message::Headers.new
|
213
|
+
@session_manager.send(:open, uri).send(:set_header, MessageMock.new(session_headers))
|
214
|
+
session_headers.all.inject({}) do |hdrs, header|
|
215
|
+
hdrs[header[0]] = header[1]
|
216
|
+
hdrs
|
217
|
+
end
|
218
|
+
end
|
219
|
+
|
220
|
+
def synchronize_request_response
|
221
|
+
if REQUEST_RESPONSE_LOCK.owned?
|
222
|
+
yield
|
223
|
+
else
|
224
|
+
REQUEST_RESPONSE_LOCK.synchronize do
|
225
|
+
yield
|
226
|
+
end
|
227
|
+
end
|
228
|
+
end
|
229
|
+
end
|
230
|
+
|
231
|
+
class WebMockHTTPClient < HTTPClient
|
232
|
+
alias_method :do_get_block_without_webmock, :do_get_block
|
233
|
+
alias_method :do_get_stream_without_webmock, :do_get_stream
|
234
|
+
|
235
|
+
include WebMockHTTPClients
|
236
|
+
end
|
237
|
+
|
238
|
+
if defined? ::JSONClient
|
239
|
+
class WebMockJSONClient < JSONClient
|
240
|
+
alias_method :do_get_block_without_webmock, :do_get_block
|
241
|
+
alias_method :do_get_stream_without_webmock, :do_get_stream
|
242
|
+
|
243
|
+
include WebMockHTTPClients
|
244
|
+
end
|
245
|
+
end
|
246
|
+
|
247
|
+
|
248
|
+
# Mocks a HTTPClient HTTP::Message
|
249
|
+
class MessageMock
|
250
|
+
attr_reader :header
|
251
|
+
|
252
|
+
def initialize(headers)
|
253
|
+
@header = headers
|
254
|
+
end
|
255
|
+
|
256
|
+
def http_version=(value);end
|
257
|
+
end
|
258
|
+
|
259
|
+
end
|