restify 2.0.2 → 2.1.0
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 +8 -0
- data/README.md +1 -1
- data/lib/restify/adapter/base.rb +1 -1
- data/lib/restify/cache.rb +1 -1
- data/lib/restify/relation.rb +1 -9
- data/lib/restify/response.rb +2 -2
- data/lib/restify/version.rb +2 -2
- data/spec/restify/adapter/base_spec.rb +33 -0
- data/spec/restify/context_spec.rb +2 -2
- data/spec/restify/features/opentelemetry_spec.rb +1 -1
- data/spec/restify/global_spec.rb +50 -1
- data/spec/restify/link_spec.rb +13 -3
- data/spec/restify/relation_spec.rb +25 -6
- data/spec/restify/resource_spec.rb +6 -0
- data/spec/restify_spec.rb +1 -1
- data/spec/spec_helper.rb +0 -1
- data/vendor/bundle/ruby/4.0.0/gems/activesupport-8.1.3/CHANGELOG.md +561 -0
- data/vendor/bundle/ruby/{3.4.0/gems/activesupport-8.0.2 → 4.0.0/gems/activesupport-8.1.3}/README.rdoc +1 -1
- data/vendor/bundle/ruby/{3.4.0/gems/addressable-2.8.7 → 4.0.0/gems/addressable-2.9.0}/CHANGELOG.md +71 -46
- data/vendor/bundle/ruby/{3.4.0/gems/addressable-2.8.7 → 4.0.0/gems/addressable-2.9.0}/README.md +6 -6
- data/vendor/bundle/ruby/4.0.0/gems/ast-2.4.3/LICENSE.MIT +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/ast-2.4.3/README.YARD.md +12 -0
- data/vendor/bundle/ruby/{3.4.0/gems/concurrent-ruby-1.3.5 → 4.0.0/gems/concurrent-ruby-1.3.7}/CHANGELOG.md +12 -0
- data/vendor/bundle/ruby/{3.4.0/gems/concurrent-ruby-1.3.5 → 4.0.0/gems/concurrent-ruby-1.3.7}/README.md +4 -2
- data/vendor/bundle/ruby/{3.4.0/gems/connection_pool-2.5.3 → 4.0.0/gems/connection_pool-3.0.2}/README.md +49 -34
- data/vendor/bundle/ruby/4.0.0/gems/crack-1.0.1/LICENSE +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/crack-1.0.1/README.md +43 -0
- data/vendor/bundle/ruby/4.0.0/gems/diff-lcs-1.6.2/CHANGELOG.md +518 -0
- data/vendor/bundle/ruby/4.0.0/gems/diff-lcs-1.6.2/README.md +92 -0
- data/vendor/bundle/ruby/4.0.0/gems/docile-1.4.1/LICENSE +21 -0
- data/vendor/bundle/ruby/4.0.0/gems/docile-1.4.1/README.md +409 -0
- data/vendor/bundle/ruby/{3.4.0/gems/ethon-0.16.0 → 4.0.0/gems/ethon-0.18.0}/CHANGELOG.md +43 -1
- data/vendor/bundle/ruby/{3.4.0/gems/ethon-0.16.0 → 4.0.0/gems/ethon-0.18.0}/README.md +1 -1
- data/vendor/bundle/ruby/{3.4.0/gems/ffi-1.17.2-x86_64-linux-gnu → 4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu}/CHANGELOG.md +34 -0
- data/vendor/bundle/ruby/{3.4.0/gems/ffi-1.17.2-x86_64-linux-gnu → 4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu}/README.md +1 -0
- data/vendor/bundle/ruby/4.0.0/gems/hashdiff-1.2.1/LICENSE +19 -0
- data/vendor/bundle/ruby/4.0.0/gems/hashdiff-1.2.1/README.md +323 -0
- data/vendor/bundle/ruby/4.0.0/gems/hashdiff-1.2.1/changelog.md +127 -0
- data/vendor/bundle/ruby/{3.4.0/gems/hitimes-3.1.0 → 4.0.0/gems/hitimes-3.2.0}/README.md +1 -1
- data/vendor/bundle/ruby/{3.4.0/gems/i18n-1.14.7 → 4.0.0/gems/i18n-1.15.2}/README.md +13 -1
- data/vendor/bundle/ruby/4.0.0/gems/json-2.19.9/README.md +310 -0
- data/vendor/bundle/ruby/4.0.0/gems/language_server-protocol-3.17.0.5/LICENSE.txt +21 -0
- data/vendor/bundle/ruby/4.0.0/gems/language_server-protocol-3.17.0.5/README.md +88 -0
- data/vendor/bundle/ruby/4.0.0/gems/lint_roller-1.1.0/CHANGELOG.md +15 -0
- data/vendor/bundle/ruby/4.0.0/gems/lint_roller-1.1.0/LICENSE.txt +21 -0
- data/vendor/bundle/ruby/4.0.0/gems/lint_roller-1.1.0/README.md +173 -0
- data/vendor/bundle/ruby/{3.4.0/gems/minitest-5.25.5 → 4.0.0/gems/minitest-6.0.6}/README.rdoc +21 -100
- data/vendor/bundle/ruby/{3.4.0/gems/msgpack-1.8.0 → 4.0.0/gems/msgpack-1.8.3}/ChangeLog +15 -0
- data/vendor/bundle/ruby/{3.4.0/gems/msgpack-1.8.0 → 4.0.0/gems/msgpack-1.8.3}/README.md +1 -1
- data/vendor/bundle/ruby/4.0.0/gems/multi_json-1.21.1/LICENSE.md +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/multi_json-1.21.1/README.md +281 -0
- data/vendor/bundle/ruby/4.0.0/gems/nio4r-2.7.5/ext/libev/LICENSE +37 -0
- data/vendor/bundle/ruby/4.0.0/gems/nio4r-2.7.5/ext/libev/README +59 -0
- data/vendor/bundle/ruby/4.0.0/gems/nio4r-2.7.5/license.md +80 -0
- data/vendor/bundle/ruby/4.0.0/gems/nio4r-2.7.5/readme.md +91 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-api-1.10.0/CHANGELOG.md +219 -0
- data/vendor/bundle/ruby/{3.4.0/gems/opentelemetry-common-0.22.0 → 4.0.0/gems/opentelemetry-common-0.25.0}/CHANGELOG.md +12 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-instrumentation-base-0.26.1/CHANGELOG.md +97 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-instrumentation-base-0.26.1/LICENSE +201 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-instrumentation-base-0.26.1/README.md +155 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-instrumentation-ethon-0.29.0/CHANGELOG.md +192 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-instrumentation-ethon-0.29.0/LICENSE +201 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-instrumentation-ethon-0.29.0/README.md +66 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-registry-0.6.0/CHANGELOG.md +31 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-registry-0.6.0/LICENSE +201 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-registry-0.6.0/README.md +40 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-sdk-1.12.0/CHANGELOG.md +302 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-sdk-1.12.0/LICENSE +201 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-sdk-1.12.0/README.md +101 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-semantic_conventions-1.41.0/CHANGELOG.md +65 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-semantic_conventions-1.41.0/LICENSE +201 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-semantic_conventions-1.41.0/README.md +115 -0
- data/vendor/bundle/ruby/4.0.0/gems/parallel-2.1.0/MIT-LICENSE.txt +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/parser-3.3.11.1/LICENSE.txt +26 -0
- data/vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/CHANGELOG.md +786 -0
- data/vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/LICENSE.md +7 -0
- data/vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/README.md +143 -0
- data/vendor/bundle/ruby/4.0.0/gems/public_suffix-7.0.5/CHANGELOG.md +649 -0
- data/vendor/bundle/ruby/{3.4.0/gems/public_suffix-6.0.2 → 4.0.0/gems/public_suffix-7.0.5}/LICENSE.txt +1 -1
- data/vendor/bundle/ruby/{3.4.0/gems/public_suffix-6.0.2 → 4.0.0/gems/public_suffix-7.0.5}/README.md +38 -29
- data/vendor/bundle/ruby/4.0.0/gems/puma-8.0.2/LICENSE +29 -0
- data/vendor/bundle/ruby/4.0.0/gems/puma-8.0.2/README.md +484 -0
- data/vendor/bundle/ruby/4.0.0/gems/puma-8.0.2/docs/jungle/README.md +9 -0
- data/vendor/bundle/ruby/4.0.0/gems/puma-8.0.2/docs/jungle/rc.d/README.md +74 -0
- data/vendor/bundle/ruby/4.0.0/gems/racc-1.8.1/ChangeLog +846 -0
- data/vendor/bundle/ruby/4.0.0/gems/racc-1.8.1/README.ja.rdoc +58 -0
- data/vendor/bundle/ruby/4.0.0/gems/racc-1.8.1/README.rdoc +60 -0
- data/vendor/bundle/ruby/{3.4.0/gems/rack-3.1.15 → 4.0.0/gems/rack-3.2.6}/CHANGELOG.md +216 -16
- data/vendor/bundle/ruby/{3.4.0/gems/rack-3.1.15 → 4.0.0/gems/rack-3.2.6}/README.md +49 -20
- data/vendor/bundle/ruby/4.0.0/gems/rainbow-3.1.1/Changelog.md +101 -0
- data/vendor/bundle/ruby/4.0.0/gems/rainbow-3.1.1/LICENSE +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/rainbow-3.1.1/README.markdown +227 -0
- data/vendor/bundle/ruby/{3.4.0/gems/rake-13.2.1 → 4.0.0/gems/rake-13.4.2}/README.rdoc +5 -5
- data/vendor/bundle/ruby/4.0.0/gems/regexp_parser-2.12.0/LICENSE +22 -0
- data/vendor/bundle/ruby/4.0.0/gems/rexml-3.4.4/README.md +57 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-3.13.2/LICENSE.md +27 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-3.13.2/README.md +47 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-core-3.13.6/Changelog.md +2447 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-core-3.13.6/LICENSE.md +26 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-core-3.13.6/README.md +389 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-expectations-3.13.5/Changelog.md +1366 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-expectations-3.13.5/LICENSE.md +25 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-expectations-3.13.5/README.md +326 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-mocks-3.13.8/Changelog.md +1351 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-mocks-3.13.8/LICENSE.md +25 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-mocks-3.13.8/README.md +465 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-support-3.13.7/Changelog.md +444 -0
- data/vendor/bundle/ruby/{3.4.0/gems/multi_json-1.15.0 → 4.0.0/gems/rspec-support-3.13.7}/LICENSE.md +4 -1
- data/vendor/bundle/ruby/4.0.0/gems/rspec-support-3.13.7/README.md +40 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-1.88.0/LICENSE.txt +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-1.88.0/README.md +255 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-ast-1.49.1/LICENSE.txt +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-ast-1.49.1/README.md +54 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-capybara-2.23.0/CHANGELOG.md +116 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-capybara-2.23.0/MIT-LICENSE.md +21 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-capybara-2.23.0/README.md +91 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-factory_bot-2.28.0/CHANGELOG.md +135 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-factory_bot-2.28.0/MIT-LICENSE.md +21 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-factory_bot-2.28.0/README.md +91 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-performance-1.26.1/LICENSE.txt +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-performance-1.26.1/README.md +100 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec-3.10.2/CHANGELOG.md +1136 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec-3.10.2/MIT-LICENSE.md +21 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec-3.10.2/README.md +112 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec_rails-2.32.0/CHANGELOG.md +98 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec_rails-2.32.0/MIT-LICENSE.md +21 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec_rails-2.32.0/README.md +93 -0
- data/vendor/bundle/ruby/4.0.0/gems/ruby-progressbar-1.13.0/LICENSE.txt +19 -0
- data/vendor/bundle/ruby/4.0.0/gems/ruby-progressbar-1.13.0/README.md +131 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov-0.22.0/CHANGELOG.md +191 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov-0.22.0/LICENSE +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov-0.22.0/README.md +974 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov-cobertura-3.2.0/LICENSE +202 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov-cobertura-3.2.0/README.md +65 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov-html-0.13.2/CHANGELOG.md +114 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov-html-0.13.2/LICENSE +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov-html-0.13.2/README.md +30 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov_json_formatter-0.1.4/CHANGELOG.md +13 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov_json_formatter-0.1.4/README.md +29 -0
- data/vendor/bundle/ruby/{3.4.0/gems/typhoeus-1.4.1 → 4.0.0/gems/typhoeus-1.6.0}/CHANGELOG.md +56 -1
- data/vendor/bundle/ruby/{3.4.0/gems/typhoeus-1.4.1 → 4.0.0/gems/typhoeus-1.6.0}/README.md +2 -2
- data/vendor/bundle/ruby/4.0.0/gems/unicode-display_width-3.2.0/CHANGELOG.md +299 -0
- data/vendor/bundle/ruby/4.0.0/gems/unicode-display_width-3.2.0/MIT-LICENSE.txt +22 -0
- data/vendor/bundle/ruby/4.0.0/gems/unicode-display_width-3.2.0/README.md +194 -0
- data/vendor/bundle/ruby/4.0.0/gems/unicode-emoji-4.2.0/CHANGELOG.md +202 -0
- data/vendor/bundle/ruby/4.0.0/gems/unicode-emoji-4.2.0/MIT-LICENSE.txt +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/unicode-emoji-4.2.0/README.md +205 -0
- data/vendor/bundle/ruby/4.0.0/gems/webmock-3.26.2/CHANGELOG.md +2148 -0
- data/vendor/bundle/ruby/4.0.0/gems/webmock-3.26.2/LICENSE +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/webmock-3.26.2/README.md +1229 -0
- metadata +170 -65
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.2/CHANGELOG.md +0 -255
- data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.0/README.md +0 -138
- data/vendor/bundle/ruby/3.4.0/gems/multi_json-1.15.0/CHANGELOG.md +0 -275
- data/vendor/bundle/ruby/3.4.0/gems/multi_json-1.15.0/README.md +0 -121
- data/vendor/bundle/ruby/3.4.0/gems/opentelemetry-api-1.5.0/CHANGELOG.md +0 -193
- data/vendor/bundle/ruby/3.4.0/gems/public_suffix-6.0.2/CHANGELOG.md +0 -498
- /data/vendor/bundle/ruby/{3.4.0/bundler/gems/my-rubocop-3bcd2110ca87 → 4.0.0/bundler/gems/my-rubocop-2b861962124a}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/bundler/gems/my-rubocop-3bcd2110ca87 → 4.0.0/bundler/gems/my-rubocop-2b861962124a}/README.md +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/activesupport-8.0.2 → 4.0.0/gems/activesupport-8.1.3}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/addressable-2.8.7 → 4.0.0/gems/addressable-2.9.0}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/base64-0.2.0 → 4.0.0/gems/base64-0.3.0}/README.md +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/bigdecimal-3.1.9 → 4.0.0/gems/bigdecimal-4.1.2}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/concurrent-ruby-1.3.5 → 4.0.0/gems/concurrent-ruby-1.3.7}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/connection_pool-2.5.3 → 4.0.0/gems/connection_pool-3.0.2}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/base64-0.2.0 → 4.0.0/gems/drb-2.2.3}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/ethon-0.16.0 → 4.0.0/gems/ethon-0.18.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/ffi-1.17.2-x86_64-linux-gnu → 4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/ffi-1.17.2-x86_64-linux-gnu → 4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu}/LICENSE.SPECS +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/hitimes-3.1.0 → 4.0.0/gems/hitimes-3.2.0}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/i18n-1.14.7 → 4.0.0/gems/i18n-1.15.2}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/little-plugger-1.1.4/README.rdoc +0 -0
- /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/logger-1.7.0/README.md +0 -0
- /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/logging-2.4.0/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/logging-2.4.0/README.md +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/msgpack-1.8.0 → 4.0.0/gems/msgpack-1.8.3}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/opentelemetry-api-1.5.0 → 4.0.0/gems/opentelemetry-api-1.10.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/opentelemetry-api-1.5.0 → 4.0.0/gems/opentelemetry-api-1.10.0}/README.md +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/opentelemetry-common-0.22.0 → 4.0.0/gems/opentelemetry-common-0.25.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/opentelemetry-common-0.22.0 → 4.0.0/gems/opentelemetry-common-0.25.0}/README.md +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/rack-3.1.15 → 4.0.0/gems/rack-3.2.6}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/rake-13.2.1 → 4.0.0/gems/rake-13.4.2}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/rake-release-1.3.0 → 4.0.0/gems/rake-release-1.4.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/rake-release-1.3.0 → 4.0.0/gems/rake-release-1.4.0}/README.md +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/drb-2.2.1 → 4.0.0/gems/rexml-3.4.4}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/securerandom-0.4.1/README.md +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/typhoeus-1.4.1 → 4.0.0/gems/typhoeus-1.6.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/tzinfo-2.0.6/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/tzinfo-2.0.6/README.md +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/uri-1.0.3 → 4.0.0/gems/uri-1.1.1}/README.md +0 -0
|
@@ -1,275 +0,0 @@
|
|
|
1
|
-
1.14.2
|
|
2
|
-
------
|
|
3
|
-
|
|
4
|
-
* [Improve detection of json_gem adapter](https://github.com/intridea/multi_json/commit/62d54019b17ebf83b28c8deb871a02a122e7d9cf)
|
|
5
|
-
|
|
6
|
-
1.14.1
|
|
7
|
-
------
|
|
8
|
-
|
|
9
|
-
* [Fix a warning in Ruby 2.7](https://github.com/intridea/multi_json/commit/26a94ab8c78a394cc237e2ea292c1de4f6ed30d7)
|
|
10
|
-
|
|
11
|
-
1.14.0
|
|
12
|
-
------
|
|
13
|
-
|
|
14
|
-
* [Support Oj 3.x gem](https://github.com/intridea/multi_json/commit/5d8febdbebc428882811b90d514f3628617a61d5)
|
|
15
|
-
|
|
16
|
-
1.13.1
|
|
17
|
-
------
|
|
18
|
-
|
|
19
|
-
* [Fix missing stdlib set dependency in oj adapter](https://github.com/intridea/multi_json/commit/c4ff66e7bee6fb4f45e54429813d7fada1c152b8)
|
|
20
|
-
|
|
21
|
-
1.13.0
|
|
22
|
-
-----
|
|
23
|
-
|
|
24
|
-
* [Make Oj adapter handle JSON::ParseError correctly](https://github.com/intridea/multi_json/commit/275e3ffd8169797c510d23d9ef5b8b07e64c3b42)
|
|
25
|
-
|
|
26
|
-
1.12.2
|
|
27
|
-
------
|
|
28
|
-
|
|
29
|
-
* [Renew gem certificate](https://github.com/intridea/multi_json/commit/57922d898c6eb587cc9a28ba5724c11e81724700)
|
|
30
|
-
|
|
31
|
-
1.12.1
|
|
32
|
-
------
|
|
33
|
-
|
|
34
|
-
* [Prevent memory leak in OptionsCache](https://github.com/intridea/multi_json/commit/aa7498199ad272f3d4a13750d7c568a66047e2ee)
|
|
35
|
-
|
|
36
|
-
1.12.0
|
|
37
|
-
------
|
|
38
|
-
|
|
39
|
-
* [Introduce global options cache to improve peroformance](https://github.com/intridea/multi_json/commit/7aaef2a1bc2b83c95e4208b12dad5d1d87ff20a6)
|
|
40
|
-
|
|
41
|
-
1.11.2
|
|
42
|
-
------
|
|
43
|
-
|
|
44
|
-
* [Only pass one argument to JrJackson when two is not supported](https://github.com/intridea/multi_json/commit/e798fa517c817fc706982d3f3c61129b6651d601)
|
|
45
|
-
|
|
46
|
-
1.11.1
|
|
47
|
-
------
|
|
48
|
-
|
|
49
|
-
* [Dump method passes options throught for JrJackson adapter](https://github.com/intridea/multi_json/commit/3c730fd12135c3e7bf212f878958004908f13909)
|
|
50
|
-
|
|
51
|
-
1.11.0
|
|
52
|
-
------
|
|
53
|
-
|
|
54
|
-
* [Make all adapters read IO object before load](https://github.com/intridea/multi_json/commit/167f559e18d4efee05e1f160a2661d16dbb215d4)
|
|
55
|
-
|
|
56
|
-
1.10.1
|
|
57
|
-
------
|
|
58
|
-
* [Explicitly require stringio for Gson adapter](https://github.com/intridea/multi_json/commit/623ec8142d4a212fa0db763bb71295789a119929)
|
|
59
|
-
* [Do not read StringIO object before passing it to JrJackson](https://github.com/intridea/multi_json/commit/a6dc935df08e7b3d5d701fbb9298384c96df0fde)
|
|
60
|
-
|
|
61
|
-
1.10.0
|
|
62
|
-
------
|
|
63
|
-
* [Performance tweaks](https://github.com/intridea/multi_json/commit/58724acfed31866d079eaafb1cd824e341ade287)
|
|
64
|
-
|
|
65
|
-
1.9.3
|
|
66
|
-
-----
|
|
67
|
-
* [Convert indent option to Fixnum before passing to Oj](https://github.com/intridea/multi_json/commit/826fc5535b863b74fc9f981dfdda3e26f1ee4e5b)
|
|
68
|
-
|
|
69
|
-
1.9.2
|
|
70
|
-
-----
|
|
71
|
-
* [Enable use_to_json option for Oj adapter by default](https://github.com/intridea/multi_json/commit/76a4aaf697b10bbabd5d535d83cf1149efcfe5c7)
|
|
72
|
-
|
|
73
|
-
1.9.1
|
|
74
|
-
-----
|
|
75
|
-
* [Remove unused LoadError file](https://github.com/intridea/multi_json/commit/65dedd84d59baeefc25c477fedf0bbe85e7ce2cd)
|
|
76
|
-
|
|
77
|
-
1.9.0
|
|
78
|
-
----
|
|
79
|
-
* [Rename LoadError to ParseError](https://github.com/intridea/multi_json/commit/4abb98fe3a90b2a7b3d1594515c8a06042b4a27d)
|
|
80
|
-
* [Adapter load failure throws AdapterError instead of ArgumentError](https://github.com/intridea/multi_json/commit/4da612b617bd932bb6fa1cc4c43210327f98f271)
|
|
81
|
-
|
|
82
|
-
1.8.4
|
|
83
|
-
-----
|
|
84
|
-
* [Make Gson adapter explicitly read StringIO object](https://github.com/intridea/multi_json/commit/b58b498747ff6e94f41488c971b2a30a98760ef2)
|
|
85
|
-
|
|
86
|
-
1.8.3
|
|
87
|
-
-----
|
|
88
|
-
* [Make JrJackson explicitly read StringIO objects](https://github.com/intridea/multi_json/commit/e1f162d5b668e5e4db5afa175361a601a8aa2b05)
|
|
89
|
-
* [Prevent calling #downcase on alias symbols](https://github.com/intridea/multi_json/commit/c1cf075453ce0110f7decc4f906444b1233bb67c)
|
|
90
|
-
|
|
91
|
-
1.8.2
|
|
92
|
-
-----
|
|
93
|
-
* [Downcase adapter string name for OS compatibility](https://github.com/intridea/multi_json/commit/b8e15a032247a63f1410d21a18add05035f3fa66)
|
|
94
|
-
|
|
95
|
-
1.8.1
|
|
96
|
-
-----
|
|
97
|
-
* [Let the adapter handle strings with invalid encoding](https://github.com/intridea/multi_json/commit/6af2bf87b89f44eabf2ae9ca96779febc65ea94b)
|
|
98
|
-
|
|
99
|
-
1.8.0
|
|
100
|
-
-----
|
|
101
|
-
* [Raise MultiJson::LoadError on blank input](https://github.com/intridea/multi_json/commit/c44f9c928bb25fe672246ad394b3e5b991be32e6)
|
|
102
|
-
|
|
103
|
-
1.7.9
|
|
104
|
-
-----
|
|
105
|
-
* [Explicitly require json gem code even when constant is defined](https://github.com/intridea/multi_json/commit/36f7906c66477eb4b55b7afeaa3684b6db69eff2)
|
|
106
|
-
|
|
107
|
-
1.7.8
|
|
108
|
-
-----
|
|
109
|
-
* [Reorder JrJackson before json_gem](https://github.com/intridea/multi_json/commit/315b6e460b6e4dcdb6c82e04e4be8ee975d395da)
|
|
110
|
-
* [Update vendored OkJson to version 43](https://github.com/intridea/multi_json/commit/99a6b662f6ef4036e3ee94d7eb547fa72fb2ab50)
|
|
111
|
-
|
|
112
|
-
1.7.7
|
|
113
|
-
-----
|
|
114
|
-
* [Fix options caching issues](https://github.com/intridea/multi_json/commit/a3f14c3661688c5927638fa6088c7b46a67e875e)
|
|
115
|
-
|
|
116
|
-
1.7.6
|
|
117
|
-
-----
|
|
118
|
-
* [Bring back MultiJson::VERSION constant](https://github.com/intridea/multi_json/commit/31b990c2725e6673bf8ce57540fe66b57a751a72)
|
|
119
|
-
|
|
120
|
-
1.7.5
|
|
121
|
-
-----
|
|
122
|
-
* [Fix warning '*' interpreted as argument prefix](https://github.com/intridea/multi_json/commit/b698962c7f64430222a1f06430669706a47aff89)
|
|
123
|
-
* [Remove stdlib warning](https://github.com/intridea/multi_json/commit/d06eec6b7996ac8b4ff0e2229efd835379b0c30f)
|
|
124
|
-
|
|
125
|
-
1.7.4
|
|
126
|
-
-----
|
|
127
|
-
* [Cache options for better performance](https://github.com/intridea/multi_json/commit/8a26ee93140c4bed36194ed9fb887a1b6919257b)
|
|
128
|
-
|
|
129
|
-
1.7.3
|
|
130
|
-
-----
|
|
131
|
-
* [Require json/ext to ensure extension version gets loaded for json_gem](https://github.com/intridea/multi_json/commit/942686f7e8597418c6f90ee69e1d45242fac07b1)
|
|
132
|
-
* [Rename JrJackson](https://github.com/intridea/multi_json/commit/078de7ba8b6035343c3e96b4767549e9ec43369a)
|
|
133
|
-
* [Prefer JrJackson to JSON gem if present](https://github.com/intridea/multi_json/commit/af8bd9799a66855f04b3aff1c488485950cec7bf)
|
|
134
|
-
* [Print a warning if outdated gem versions are used](https://github.com/intridea/multi_json/commit/e7438e7ba2be0236cfa24c2bb9ad40ee821286d1)
|
|
135
|
-
* [Loosen required_rubygems_version for compatibility with Ubuntu 10.04](https://github.com/intridea/multi_json/commit/59fad014e8fe41dbc6f09485ea0dc21fc42fd7a7)
|
|
136
|
-
|
|
137
|
-
1.7.2
|
|
138
|
-
-----
|
|
139
|
-
* [Rename Jrjackson adapter to JrJackson](https://github.com/intridea/multi_json/commit/b36dc915fc0e6548cbad06b5db6f520e040c9c8b)
|
|
140
|
-
* [Implement jrjackson -> jr_jackson alias for back-compatability](https://github.com/intridea/multi_json/commit/aa50ab8b7bb646b8b75d5d65dfeadae8248a4f10)
|
|
141
|
-
* [Update vendored OkJson module](https://github.com/intridea/multi_json/commit/30a3f474e17dd86a697c3fab04f468d1a4fd69d7)
|
|
142
|
-
|
|
143
|
-
1.7.1
|
|
144
|
-
-----
|
|
145
|
-
* [Fix capitalization of JrJackson class](https://github.com/intridea/multi_json/commit/5373a5e38c647f02427a0477cb8e0e0dafad1b8d)
|
|
146
|
-
|
|
147
|
-
1.7.0
|
|
148
|
-
-----
|
|
149
|
-
* [Add load_options/dump_options to MultiJson](https://github.com/intridea/multi_json/commit/a153956be6b0df06ea1705ce3c1ff0b5b0e27ea5)
|
|
150
|
-
* [MultiJson does not modify arguments](https://github.com/intridea/multi_json/commit/58525b01c4c2f6635ba2ac13d6fd987b79f3962f)
|
|
151
|
-
* [Enable quirks_mode by default for json_gem/json_pure adapters](https://github.com/intridea/multi_json/commit/1fd4e6635c436515b7d7d5a0bee4548de8571520)
|
|
152
|
-
* [Add JrJackson adapter](https://github.com/intridea/multi_json/commit/4dd86fa96300aaaf6d762578b9b31ea82adb056d)
|
|
153
|
-
* [Raise ArgumentError on bad adapter input](https://github.com/intridea/multi_json/commit/911a3756bdff2cb5ac06497da3fa3e72199cb7ad)
|
|
154
|
-
|
|
155
|
-
1.6.1
|
|
156
|
-
-----
|
|
157
|
-
* [Revert "Use JSON.generate instead of #to_json"](https://github.com/intridea/multi_json/issues/86)
|
|
158
|
-
|
|
159
|
-
1.6.0
|
|
160
|
-
-----
|
|
161
|
-
* [Add gson.rb support](https://github.com/intridea/multi_json/pull/71)
|
|
162
|
-
* [Add MultiJson.default_options](https://github.com/intridea/multi_json/pull/70)
|
|
163
|
-
* [Add MultiJson.with_adapter](https://github.com/intridea/multi_json/pull/67)
|
|
164
|
-
* [Stringify all possible keys for ok_json](https://github.com/intridea/multi_json/pull/66)
|
|
165
|
-
* [Use JSON.generate instead of #to_json](https://github.com/intridea/multi_json/issues/73)
|
|
166
|
-
* [Alias `MultiJson::DecodeError` to `MultiJson::LoadError`](https://github.com/intridea/multi_json/pull/79)
|
|
167
|
-
|
|
168
|
-
1.5.1
|
|
169
|
-
-----
|
|
170
|
-
* [Do not allow Oj or JSON to create symbols by searching for classes](https://github.com/intridea/multi_json/commit/193e28cf4dc61b6e7b7b7d80f06f74c76df65c41)
|
|
171
|
-
|
|
172
|
-
1.5.0
|
|
173
|
-
-----
|
|
174
|
-
* [Add `MultiJson.with_adapter` method](https://github.com/intridea/multi_json/commit/d14c5d28cae96557a0421298621b9499e1f28104)
|
|
175
|
-
* [Stringify all possible keys for `ok_json`](https://github.com/intridea/multi_json/commit/73998074058e1e58c557ffa7b9541d486d6041fa)
|
|
176
|
-
|
|
177
|
-
1.4.0
|
|
178
|
-
-----
|
|
179
|
-
* [Allow `load`/`dump` of JSON fragments](https://github.com/intridea/multi_json/commit/707aae7d48d39c85b38febbd2c210ba87f6e4a36)
|
|
180
|
-
|
|
181
|
-
1.3.7
|
|
182
|
-
-----
|
|
183
|
-
* [Fix rescue clause for MagLev](https://github.com/intridea/multi_json/commit/39abdf50199828c50e85b2ce8f8ba31fcbbc9332)
|
|
184
|
-
* [Remove unnecessary check for string version of options key](https://github.com/intridea/multi_json/commit/660101b70e962b3c007d0b90d45944fa47d13ec4)
|
|
185
|
-
* [Explicitly set default adapter when adapter is set to `nil` or `false`](https://github.com/intridea/multi_json/commit/a9e587d5a63eafb4baee9fb211265e4dd96a26bc)
|
|
186
|
-
* [Fix Oj `ParseError` mapping for Oj 1.4.0](https://github.com/intridea/multi_json/commit/7d9045338cc9029401c16f3c409d54ce97f275e2)
|
|
187
|
-
|
|
188
|
-
1.3.6
|
|
189
|
-
-----
|
|
190
|
-
* [Allow adapter-specific options to be passed through to Oj](https://github.com/intridea/multi_json/commit/d0e5feeebcba0bc69400dd203a295f5c30971223)
|
|
191
|
-
|
|
192
|
-
1.3.5
|
|
193
|
-
-----
|
|
194
|
-
* [Add pretty support to Oj adapter](https://github.com/intridea/multi_json/commit/0c8f75f03020c53bcf4c6be258faf433d24b2c2b)
|
|
195
|
-
|
|
196
|
-
1.3.4
|
|
197
|
-
-----
|
|
198
|
-
* [Use `class << self` instead of `module_function` to create aliases](https://github.com/intridea/multi_json/commit/ba1451c4c48baa297e049889be241a424cb05980)
|
|
199
|
-
|
|
200
|
-
1.3.3
|
|
201
|
-
-----
|
|
202
|
-
* [Remove deprecation warnings](https://github.com/intridea/multi_json/commit/36b524e71544eb0186826a891bcc03b2820a008f)
|
|
203
|
-
|
|
204
|
-
1.3.2
|
|
205
|
-
-----
|
|
206
|
-
* [Add ability to use adapter per call](https://github.com/intridea/multi_json/commit/106bbec469d5d0a832bfa31fffcb8c0f0cdc9bd3)
|
|
207
|
-
* [Add and deprecate `default_engine` method](https://github.com/intridea/multi_json/commit/fc3df0c7a3e2ab9ce0c2c7e7617a4da97dd13f6e)
|
|
208
|
-
|
|
209
|
-
1.3.1
|
|
210
|
-
-----
|
|
211
|
-
* [Only warn once for each instance a deprecated method is called](https://github.com/intridea/multi_json/commit/e21d6eb7da74b3f283995c1d27d5880e75f0ae84)
|
|
212
|
-
|
|
213
|
-
1.3.0
|
|
214
|
-
-----
|
|
215
|
-
* [Implement `load`/`dump`; deprecate `decode`/`encode`](https://github.com/intridea/multi_json/commit/e90fd6cb1b0293eb0c73c2f4eb0f7a1764370216)
|
|
216
|
-
* [Rename engines to adapters](https://github.com/intridea/multi_json/commit/ae7fd144a7949a9c221dcaa446196ec23db908df)
|
|
217
|
-
|
|
218
|
-
1.2.0
|
|
219
|
-
-----
|
|
220
|
-
* [Add support for Oj](https://github.com/intridea/multi_json/commit/acd06b233edabe6c44f226873db7b49dab560c60)
|
|
221
|
-
|
|
222
|
-
1.1.0
|
|
223
|
-
-----
|
|
224
|
-
* [`NSJSONSerialization` support for MacRuby](https://github.com/intridea/multi_json/commit/f862e2fc966cac8867fe7da3997fc76e8a6cf5d4)
|
|
225
|
-
|
|
226
|
-
1.0.4
|
|
227
|
-
-----
|
|
228
|
-
* [Set data context to `DecodeError` exception](https://github.com/intridea/multi_json/commit/19ddafd44029c6681f66fae2a0f6eabfd0f85176)
|
|
229
|
-
* [Allow `ok_json` to fallback to `to_json`](https://github.com/intridea/multi_json/commit/c157240b1193b283d06d1bd4d4b5b06bcf3761f8)
|
|
230
|
-
* [Add warning when using `ok_json`](https://github.com/intridea/multi_json/commit/dd4b68810c84f826fb98f9713bfb29ab96888d57)
|
|
231
|
-
* [Options can be passed to an engine on encode](https://github.com/intridea/multi_json/commit/e0a7ff5d5ff621ffccc61617ed8aeec5816e81f7)
|
|
232
|
-
|
|
233
|
-
1.0.3
|
|
234
|
-
-----
|
|
235
|
-
* [`Array` support for `stringify_keys`](https://github.com/intridea/multi_json/commit/644d1c5c7c7f6a27663b11668527b346094e38b9)
|
|
236
|
-
* [`Array` support for `symbolize_keys`](https://github.com/intridea/multi_json/commit/c885377d47a2aa39cb0d971fea78db2d2fa479a7)
|
|
237
|
-
|
|
238
|
-
1.0.2
|
|
239
|
-
-----
|
|
240
|
-
* [Allow encoding of rootless JSON when `ok_json` is used](https://github.com/intridea/multi_json/commit/d1cde7de97cb0f6152aef8daf14037521cdce8c6)
|
|
241
|
-
|
|
242
|
-
1.0.1
|
|
243
|
-
-----
|
|
244
|
-
* [Correct an issue with `ok_json` not being returned as the default engine](https://github.com/intridea/multi_json/commit/d33c141619c54cccd770199694da8fd1bd8f449d)
|
|
245
|
-
|
|
246
|
-
1.0.0
|
|
247
|
-
-----
|
|
248
|
-
* [Remove `ActiveSupport::JSON` support](https://github.com/intridea/multi_json/commit/c2f4140141d785a24b3f56e58811b0e561b37f6a)
|
|
249
|
-
* [Fix `@engine` ivar warning](https://github.com/intridea/multi_json/commit/3b978a8995721a8dffedc3b75a7f49e5494ec553)
|
|
250
|
-
* [Only `rescue` from parsing errors during decoding, not any `StandardError`](https://github.com/intridea/multi_json/commit/391d00b5e85294d42d41347605d8d46b4a7f66cc)
|
|
251
|
-
* [Rename `okjson` engine and vendored lib to `ok_json`](https://github.com/intridea/multi_json/commit/5bd1afc977a8208ddb0443e1d57cb79665c019f1)
|
|
252
|
-
* [Add `StringIO` support to `json` gem and `ok_json`](https://github.com/intridea/multi_json/commit/1706b11568db7f50af451fce5f4d679aeb3bbe8f)
|
|
253
|
-
|
|
254
|
-
0.0.5
|
|
255
|
-
-----
|
|
256
|
-
* [Trap all JSON decoding errors; raise `MultiJson::DecodeError`](https://github.com/intridea/multi_json/commit/dea9a1aef6dd1212aa1e5a37ab1669f9b045b732)
|
|
257
|
-
|
|
258
|
-
0.0.4
|
|
259
|
-
-----
|
|
260
|
-
* [Fix default_engine check for `json` gem](https://github.com/intridea/multi_json/commit/caced0c4e8c795922a109ebc00c3c4fa8635bed8)
|
|
261
|
-
* [Make requirement mapper an `Array` to preserve order in Ruby versions < 1.9](https://github.com/intridea/multi_json/commit/526f5f29a42131574a088ad9bbb43d7f48439b2c)
|
|
262
|
-
|
|
263
|
-
0.0.3
|
|
264
|
-
-----
|
|
265
|
-
* [Improve defaulting and documentation](https://github.com/sferik/twitter/commit/3a0e41b9e4b0909201045fa47704b78c9d949b73)
|
|
266
|
-
|
|
267
|
-
0.0.2
|
|
268
|
-
-----
|
|
269
|
-
|
|
270
|
-
* [Rename to `multi_json`](https://github.com/sferik/twitter/commit/461ab89ce071c8c9fabfc183581e0ec523788b62)
|
|
271
|
-
|
|
272
|
-
0.0.1
|
|
273
|
-
-----
|
|
274
|
-
|
|
275
|
-
* [Initial commit](https://github.com/sferik/twitter/commit/518c21ab299c500527491e6c049ab2229e22a805)
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
# MultiJSON
|
|
2
|
-
|
|
3
|
-
[][gem]
|
|
4
|
-
[][travis]
|
|
5
|
-
[][codeclimate]
|
|
6
|
-
|
|
7
|
-
Lots of Ruby libraries parse JSON and everyone has their favorite JSON coder.
|
|
8
|
-
Instead of choosing a single JSON coder and forcing users of your library to be
|
|
9
|
-
stuck with it, you can use MultiJSON instead, which will simply choose the
|
|
10
|
-
fastest available JSON coder. Here's how to use it:
|
|
11
|
-
|
|
12
|
-
```ruby
|
|
13
|
-
require 'multi_json'
|
|
14
|
-
|
|
15
|
-
MultiJson.load('{"abc":"def"}') #=> {"abc" => "def"}
|
|
16
|
-
MultiJson.load('{"abc":"def"}', :symbolize_keys => true) #=> {:abc => "def"}
|
|
17
|
-
MultiJson.dump({:abc => 'def'}) # convert Ruby back to JSON
|
|
18
|
-
MultiJson.dump({:abc => 'def'}, :pretty => true) # encoded in a pretty form (if supported by the coder)
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
When loading invalid JSON, MultiJSON will throw a `MultiJson::ParseError`. `MultiJson::DecodeError` and `MultiJson::LoadError` are aliases for backwards compatibility.
|
|
22
|
-
|
|
23
|
-
```ruby
|
|
24
|
-
begin
|
|
25
|
-
MultiJson.load('{invalid json}')
|
|
26
|
-
rescue MultiJson::ParseError => exception
|
|
27
|
-
exception.data # => "{invalid json}"
|
|
28
|
-
exception.cause # => JSON::ParserError: 795: unexpected token at '{invalid json}'
|
|
29
|
-
end
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
`ParseError` instance has `cause` reader which contains the original exception.
|
|
33
|
-
It also has `data` reader with the input that caused the problem.
|
|
34
|
-
|
|
35
|
-
The `use` method, which sets the MultiJSON adapter, takes either a symbol or a
|
|
36
|
-
class (to allow for custom JSON parsers) that responds to both `.load` and `.dump`
|
|
37
|
-
at the class level.
|
|
38
|
-
|
|
39
|
-
When MultiJSON fails to load the specified adapter, it'll throw `MultiJson::AdapterError`
|
|
40
|
-
which inherits from `ArgumentError`.
|
|
41
|
-
|
|
42
|
-
MultiJSON tries to have intelligent defaulting. That is, if you have any of the
|
|
43
|
-
supported engines already loaded, it will utilize them before attempting to
|
|
44
|
-
load any. When loading, libraries are ordered by speed. First Oj, then Yajl,
|
|
45
|
-
then the JSON gem, then JSON pure. If no other JSON library is available,
|
|
46
|
-
MultiJSON falls back to [OkJson][], a simple, vendorable JSON parser.
|
|
47
|
-
|
|
48
|
-
## Supported JSON Engines
|
|
49
|
-
|
|
50
|
-
* [Oj][oj] Optimized JSON by Peter Ohler
|
|
51
|
-
* [Yajl][yajl] Yet Another JSON Library by Brian Lopez
|
|
52
|
-
* [JSON][json-gem] The default JSON gem with C-extensions (ships with Ruby 1.9+)
|
|
53
|
-
* [JSON Pure][json-gem] A Ruby variant of the JSON gem
|
|
54
|
-
* [NSJSONSerialization][nsjson] Wrapper for Apple's NSJSONSerialization in the Cocoa Framework (MacRuby only)
|
|
55
|
-
* [gson.rb][gson] A Ruby wrapper for google-gson library (JRuby only)
|
|
56
|
-
* [JrJackson][jrjackson] JRuby wrapper for Jackson (JRuby only)
|
|
57
|
-
* [OkJson][okjson] A simple, vendorable JSON parser
|
|
58
|
-
|
|
59
|
-
## Supported Ruby Versions
|
|
60
|
-
This library aims to support and is [tested against][travis] the following Ruby
|
|
61
|
-
implementations:
|
|
62
|
-
|
|
63
|
-
* Ruby 1.8
|
|
64
|
-
* Ruby 1.9
|
|
65
|
-
* Ruby 2.0
|
|
66
|
-
* Ruby 2.1
|
|
67
|
-
* Ruby 2.2
|
|
68
|
-
* Ruby 2.4
|
|
69
|
-
* Ruby 2.5
|
|
70
|
-
* Ruby 2.6
|
|
71
|
-
* Ruby 2.7
|
|
72
|
-
* [JRuby][]
|
|
73
|
-
|
|
74
|
-
If something doesn't work in one of these implementations, it's a bug.
|
|
75
|
-
|
|
76
|
-
This library may inadvertently work (or seem to work) on other Ruby
|
|
77
|
-
implementations, however support will only be provided for the versions listed
|
|
78
|
-
above.
|
|
79
|
-
|
|
80
|
-
If you would like this library to support another Ruby version, you may
|
|
81
|
-
volunteer to be a maintainer. Being a maintainer entails making sure all tests
|
|
82
|
-
run and pass on that implementation. When something breaks on your
|
|
83
|
-
implementation, you will be responsible for providing patches in a timely
|
|
84
|
-
fashion. If critical issues for a particular implementation exist at the time
|
|
85
|
-
of a major release, support for that Ruby version may be dropped.
|
|
86
|
-
|
|
87
|
-
## Versioning
|
|
88
|
-
|
|
89
|
-
This library aims to adhere to [Semantic Versioning 2.0.0][semver]. Violations
|
|
90
|
-
of this scheme should be reported as bugs. Specifically, if a minor or patch
|
|
91
|
-
version is released that breaks backward compatibility, that version should be
|
|
92
|
-
immediately yanked and/or a new version should be immediately released that
|
|
93
|
-
restores compatibility. Breaking changes to the public API will only be
|
|
94
|
-
introduced with new major versions. As a result of this policy, you can (and
|
|
95
|
-
should) specify a dependency on this gem using the [Pessimistic Version
|
|
96
|
-
Constraint][pvc] with two digits of precision. For example:
|
|
97
|
-
|
|
98
|
-
```ruby
|
|
99
|
-
spec.add_dependency 'multi_json', '~> 1.0'
|
|
100
|
-
```
|
|
101
|
-
|
|
102
|
-
## Copyright
|
|
103
|
-
Copyright (c) 2010-2018 Michael Bleigh, Josh Kalderimis, Erik Michaels-Ober,
|
|
104
|
-
and Pavel Pravosud. See [LICENSE][] for details.
|
|
105
|
-
|
|
106
|
-
[codeclimate]: https://codeclimate.com/github/intridea/multi_json
|
|
107
|
-
[gem]: https://rubygems.org/gems/multi_json
|
|
108
|
-
[gson]: https://github.com/avsej/gson.rb
|
|
109
|
-
[jrjackson]: https://github.com/guyboertje/jrjackson
|
|
110
|
-
[jruby]: http://www.jruby.org/
|
|
111
|
-
[json-gem]: https://github.com/flori/json
|
|
112
|
-
[json-pure]: https://github.com/flori/json
|
|
113
|
-
[license]: LICENSE.md
|
|
114
|
-
[macruby]: http://www.macruby.org/
|
|
115
|
-
[nsjson]: https://developer.apple.com/library/ios/#documentation/Foundation/Reference/NSJSONSerialization_Class/Reference/Reference.html
|
|
116
|
-
[oj]: https://github.com/ohler55/oj
|
|
117
|
-
[okjson]: https://github.com/kr/okjson
|
|
118
|
-
[pvc]: http://docs.rubygems.org/read/chapter/16#page74
|
|
119
|
-
[semver]: http://semver.org/
|
|
120
|
-
[travis]: http://travis-ci.org/intridea/multi_json
|
|
121
|
-
[yajl]: https://github.com/brianmario/yajl-ruby
|
|
@@ -1,193 +0,0 @@
|
|
|
1
|
-
# Release History: opentelemetry-api
|
|
2
|
-
|
|
3
|
-
### v1.5.0 / 2025-02-20
|
|
4
|
-
|
|
5
|
-
* ADDED: Suppport 3.1 Min Version
|
|
6
|
-
* FIXED: Use a Fiber attribute for Context
|
|
7
|
-
|
|
8
|
-
### v1.4.0 / 2024-08-27
|
|
9
|
-
|
|
10
|
-
* ADDED: Include backtrace first line for better debug info
|
|
11
|
-
|
|
12
|
-
### v1.3.0 / 2024-07-24
|
|
13
|
-
|
|
14
|
-
* ADDED: Add add_link to span api/sdk
|
|
15
|
-
|
|
16
|
-
### v1.2.5 / 2024-02-20
|
|
17
|
-
|
|
18
|
-
* FIXED: Replace Context stack on clear
|
|
19
|
-
|
|
20
|
-
### v1.2.4 / 2024-02-06
|
|
21
|
-
|
|
22
|
-
* FIXED: SystemStackError in Composite Text Map Propagator (#1590)
|
|
23
|
-
|
|
24
|
-
### v1.2.3 / 2023-09-18
|
|
25
|
-
|
|
26
|
-
* FIXED: Optimize span and trace ID generation
|
|
27
|
-
* FIXED: Small perf improvement to generate_r
|
|
28
|
-
|
|
29
|
-
### v1.2.2 / 2023-08-15
|
|
30
|
-
|
|
31
|
-
* FIXED: Patch the issue for frozen string on ruby < 3.0 with string interpolation
|
|
32
|
-
* FIXED: Performance regression in_span
|
|
33
|
-
* FIXED: In_span performance
|
|
34
|
-
|
|
35
|
-
### v1.2.1 / 2023-07-29
|
|
36
|
-
|
|
37
|
-
* DOCS: Describe Tracer#in_span arguments
|
|
38
|
-
|
|
39
|
-
### v1.2.0 / 2023-06-08
|
|
40
|
-
|
|
41
|
-
* BREAKING CHANGE: Remove support for EoL Ruby 2.7
|
|
42
|
-
|
|
43
|
-
* ADDED: Remove support for EoL Ruby 2.7
|
|
44
|
-
|
|
45
|
-
### v1.1.0 / 2022-09-14
|
|
46
|
-
|
|
47
|
-
* ADDED: Consistent probability sampler
|
|
48
|
-
* FIXED: Get API onto rubocop 1.3
|
|
49
|
-
|
|
50
|
-
### v1.0.2 / 2022-05-02
|
|
51
|
-
|
|
52
|
-
* FIXED: Text map propagator extraction should use argument context
|
|
53
|
-
|
|
54
|
-
### v1.0.1 / 2021-12-01
|
|
55
|
-
|
|
56
|
-
* FIXED: Deprecate api rack env getter
|
|
57
|
-
|
|
58
|
-
### v1.0.0 / 2021-09-29
|
|
59
|
-
|
|
60
|
-
* (No significant changes)
|
|
61
|
-
|
|
62
|
-
### v1.0.0.rc3 / 2021-08-12
|
|
63
|
-
|
|
64
|
-
* BREAKING CHANGE: Remove optional parent_context from in_span
|
|
65
|
-
* BREAKING CHANGE: Refactor Baggage to remove Noop*
|
|
66
|
-
* BREAKING CHANGE: Total order constraint on span.status=
|
|
67
|
-
|
|
68
|
-
* ADDED: Add Tracer.non_recording_span to API
|
|
69
|
-
* ADDED: Make API's NoopTextMapPropagator private
|
|
70
|
-
* FIXED: Remove optional parent_context from in_span
|
|
71
|
-
* FIXED: Reduce span allocation in API
|
|
72
|
-
* FIXED: Refactor Baggage to remove Noop*
|
|
73
|
-
* FIXED: Total order constraint on span.status=
|
|
74
|
-
* FIXED: Return early if carrier is nil
|
|
75
|
-
* FIXED: Update context to match spec
|
|
76
|
-
* FIXED: Return the original context if the baggage header value is empty
|
|
77
|
-
* DOCS: Update docs to rely more on environment variable configuration
|
|
78
|
-
|
|
79
|
-
### v1.0.0.rc2 / 2021-06-23
|
|
80
|
-
|
|
81
|
-
* BREAKING CHANGE: Remove optional parent_context from in_span [729](https://github.com/open-telemetry/opentelemetry-ruby/pull/729)
|
|
82
|
-
* BREAKING CHANGE: Refactor Baggage to remove Noop* [800](https://github.com/open-telemetry/opentelemetry-ruby/pull/800)
|
|
83
|
-
- The noop baggage manager has been removed.
|
|
84
|
-
- The baggage management methods are now available through OpenTelemetry::Baggage#method, previously OpenTelemetry.baggage#method
|
|
85
|
-
* BREAKING CHANGE: Total order constraint on span.status= [805](https://github.com/open-telemetry/opentelemetry-ruby/pull/805)
|
|
86
|
-
- The OpenTelemetry::Trace::Util::HttpToStatus module has been removed as it was incorrectly setting the span status to OK for codes codes in the range 100..399
|
|
87
|
-
- The HttpToStatus module can be replaced inline as follows `span.status = OpenTelemetry::Trace::Status.error unless (100..399).include?(response_code.to_i)`
|
|
88
|
-
- The `Status.new(code, description:)` initializer has been hidden in favour of simpler constructors for each status code: `Status.ok`, `Status.error` and `Status.unset`. Each constructor takes an optional description.
|
|
89
|
-
|
|
90
|
-
* ADDED: Add Tracer.non_recording_span to API [799](https://github.com/open-telemetry/opentelemetry-ruby/pull/799)
|
|
91
|
-
* FIXED: Reduce span allocation in API [795](https://github.com/open-telemetry/opentelemetry-ruby/pull/795)
|
|
92
|
-
* FIXED: Return early if carrier is nil [835](https://github.com/open-telemetry/opentelemetry-ruby/pull/835)
|
|
93
|
-
* FIXED: Update context to match spec [807](https://github.com/open-telemetry/opentelemetry-ruby/pull/807)
|
|
94
|
-
- The `Context.current` setter has been removed and the previously private attach/detach methods are now available as class methods on the context module.
|
|
95
|
-
|
|
96
|
-
### v1.0.0.rc1 / 2021-05-21
|
|
97
|
-
|
|
98
|
-
* BREAKING CHANGE: Remove optional parent_context from in_span
|
|
99
|
-
|
|
100
|
-
* FIXED: Remove optional parent_context from in_span
|
|
101
|
-
|
|
102
|
-
### v0.17.0 / 2021-04-22
|
|
103
|
-
|
|
104
|
-
* BREAKING CHANGE: Replace TextMapInjector/TextMapExtractor pairs with a TextMapPropagator.
|
|
105
|
-
|
|
106
|
-
[Check the propagator documentation](https://open-telemetry.github.io/opentelemetry-ruby/) for the new usage.
|
|
107
|
-
* BREAKING CHANGE: Remove metrics API.
|
|
108
|
-
|
|
109
|
-
`OpenTelemetry::Metrics` and all of its behavior removed until spec stabilizes.
|
|
110
|
-
* BREAKING CHANGE: Extract instrumentation base from api (#698).
|
|
111
|
-
|
|
112
|
-
To take advantage of a base instrumentation class to create your own auto-instrumentation, require and use the `opentelemetry-instrumentation-base` gem.
|
|
113
|
-
|
|
114
|
-
* ADDED: Default noop tracer for instrumentation
|
|
115
|
-
* FIXED: Refactor propagators to add #fields
|
|
116
|
-
* FIXED: Remove metrics API
|
|
117
|
-
* FIXED: Dynamically upgrade global tracer provider
|
|
118
|
-
|
|
119
|
-
### v0.16.0 / 2021-03-17
|
|
120
|
-
|
|
121
|
-
* ADDED: Span#add_attributes
|
|
122
|
-
* FIXED: Handle rack env getter edge cases
|
|
123
|
-
* DOCS: Replace Gitter with GitHub Discussions
|
|
124
|
-
|
|
125
|
-
### v0.15.0 / 2021-02-18
|
|
126
|
-
|
|
127
|
-
* ADDED: Add instrumentation config validation
|
|
128
|
-
* DOCS: Clarify nil attribute values not allowed
|
|
129
|
-
|
|
130
|
-
### v0.14.0 / 2021-02-03
|
|
131
|
-
|
|
132
|
-
* BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
|
|
133
|
-
|
|
134
|
-
* ADDED: Replace getter and setter callables and remove rack specific propagators
|
|
135
|
-
|
|
136
|
-
### v0.13.0 / 2021-01-29
|
|
137
|
-
|
|
138
|
-
* ADDED: Add optional attributes to record_exception
|
|
139
|
-
* FIXED: Small test fixes.
|
|
140
|
-
|
|
141
|
-
### v0.12.1 / 2021-01-13
|
|
142
|
-
|
|
143
|
-
* FIXED: Eliminate warning about Random::DEFAULT on Ruby 3.0
|
|
144
|
-
|
|
145
|
-
### v0.12.0 / 2020-12-24
|
|
146
|
-
|
|
147
|
-
* ADDED: Structured error handling
|
|
148
|
-
|
|
149
|
-
### v0.11.0 / 2020-12-11
|
|
150
|
-
|
|
151
|
-
* BREAKING CHANGE: Implement tracestate
|
|
152
|
-
|
|
153
|
-
* ADDED: Implement tracestate
|
|
154
|
-
* FIXED: Missing white space from install messages
|
|
155
|
-
* FIXED: Copyright comments to not reference year
|
|
156
|
-
|
|
157
|
-
### v0.10.0 / 2020-12-03
|
|
158
|
-
|
|
159
|
-
* (No significant changes)
|
|
160
|
-
|
|
161
|
-
### v0.9.0 / 2020-11-27
|
|
162
|
-
|
|
163
|
-
* (No significant changes)
|
|
164
|
-
|
|
165
|
-
### v0.8.0 / 2020-10-27
|
|
166
|
-
|
|
167
|
-
* BREAKING CHANGE: Move context/span methods to Trace module
|
|
168
|
-
* BREAKING CHANGE: Remove 'canonical' from status codes
|
|
169
|
-
* BREAKING CHANGE: Assorted SpanContext fixes
|
|
170
|
-
|
|
171
|
-
* ADDED: B3 support
|
|
172
|
-
* FIXED: Move context/span methods to Trace module
|
|
173
|
-
* FIXED: Remove 'canonical' from status codes
|
|
174
|
-
* FIXED: Assorted SpanContext fixes
|
|
175
|
-
|
|
176
|
-
### v0.7.0 / 2020-10-07
|
|
177
|
-
|
|
178
|
-
* FIXED: Safely navigate span variable during error cases
|
|
179
|
-
* DOCS: Standardize toplevel docs structure and readme
|
|
180
|
-
* DOCS: Fix param description in TextMapInjector for Baggage
|
|
181
|
-
|
|
182
|
-
### v0.6.0 / 2020-09-10
|
|
183
|
-
|
|
184
|
-
* ADDED: Add support for OTEL_LOG_LEVEL env var
|
|
185
|
-
* Documented array valued attributes [#343](https://github.com/open-telemetry/opentelemetry-ruby/pull/343)
|
|
186
|
-
* Renamed CorrelationContext to Baggage [#338](https://github.com/open-telemetry/opentelemetry-ruby/pull/338)
|
|
187
|
-
* Renamed Text* to TextMap* (propagators) [#335](https://github.com/open-telemetry/opentelemetry-ruby/pull/335)
|
|
188
|
-
* Fixed exception semantic conventions (`span.record_error` -> `span.record_exception`) [#333](https://github.com/open-telemetry/opentelemetry-ruby/pull/333)
|
|
189
|
-
* Removed support for lazy event creation [#329](https://github.com/open-telemetry/opentelemetry-ruby/pull/329)
|
|
190
|
-
* `name:` named parameter to `span.add_event` becomes first positional argument
|
|
191
|
-
* `Event` class removed from API
|
|
192
|
-
* Added `hex_trace_id` and `hex_span_id` helpers to `SpanContext` [#332](https://github.com/open-telemetry/opentelemetry-ruby/pull/332)
|
|
193
|
-
* Added `CorrelationContext::Manager.values` method to return correlations as a `Hash` [#323](https://github.com/open-telemetry/opentelemetry-ruby/pull/323)
|