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.
Files changed (191) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/README.md +1 -1
  4. data/lib/restify/adapter/base.rb +1 -1
  5. data/lib/restify/cache.rb +1 -1
  6. data/lib/restify/relation.rb +1 -9
  7. data/lib/restify/response.rb +2 -2
  8. data/lib/restify/version.rb +2 -2
  9. data/spec/restify/adapter/base_spec.rb +33 -0
  10. data/spec/restify/context_spec.rb +2 -2
  11. data/spec/restify/features/opentelemetry_spec.rb +1 -1
  12. data/spec/restify/global_spec.rb +50 -1
  13. data/spec/restify/link_spec.rb +13 -3
  14. data/spec/restify/relation_spec.rb +25 -6
  15. data/spec/restify/resource_spec.rb +6 -0
  16. data/spec/restify_spec.rb +1 -1
  17. data/spec/spec_helper.rb +0 -1
  18. data/vendor/bundle/ruby/4.0.0/gems/activesupport-8.1.3/CHANGELOG.md +561 -0
  19. data/vendor/bundle/ruby/{3.4.0/gems/activesupport-8.0.2 → 4.0.0/gems/activesupport-8.1.3}/README.rdoc +1 -1
  20. data/vendor/bundle/ruby/{3.4.0/gems/addressable-2.8.7 → 4.0.0/gems/addressable-2.9.0}/CHANGELOG.md +71 -46
  21. data/vendor/bundle/ruby/{3.4.0/gems/addressable-2.8.7 → 4.0.0/gems/addressable-2.9.0}/README.md +6 -6
  22. data/vendor/bundle/ruby/4.0.0/gems/ast-2.4.3/LICENSE.MIT +20 -0
  23. data/vendor/bundle/ruby/4.0.0/gems/ast-2.4.3/README.YARD.md +12 -0
  24. 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
  25. 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
  26. 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
  27. data/vendor/bundle/ruby/4.0.0/gems/crack-1.0.1/LICENSE +20 -0
  28. data/vendor/bundle/ruby/4.0.0/gems/crack-1.0.1/README.md +43 -0
  29. data/vendor/bundle/ruby/4.0.0/gems/diff-lcs-1.6.2/CHANGELOG.md +518 -0
  30. data/vendor/bundle/ruby/4.0.0/gems/diff-lcs-1.6.2/README.md +92 -0
  31. data/vendor/bundle/ruby/4.0.0/gems/docile-1.4.1/LICENSE +21 -0
  32. data/vendor/bundle/ruby/4.0.0/gems/docile-1.4.1/README.md +409 -0
  33. data/vendor/bundle/ruby/{3.4.0/gems/ethon-0.16.0 → 4.0.0/gems/ethon-0.18.0}/CHANGELOG.md +43 -1
  34. data/vendor/bundle/ruby/{3.4.0/gems/ethon-0.16.0 → 4.0.0/gems/ethon-0.18.0}/README.md +1 -1
  35. 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
  36. 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
  37. data/vendor/bundle/ruby/4.0.0/gems/hashdiff-1.2.1/LICENSE +19 -0
  38. data/vendor/bundle/ruby/4.0.0/gems/hashdiff-1.2.1/README.md +323 -0
  39. data/vendor/bundle/ruby/4.0.0/gems/hashdiff-1.2.1/changelog.md +127 -0
  40. data/vendor/bundle/ruby/{3.4.0/gems/hitimes-3.1.0 → 4.0.0/gems/hitimes-3.2.0}/README.md +1 -1
  41. data/vendor/bundle/ruby/{3.4.0/gems/i18n-1.14.7 → 4.0.0/gems/i18n-1.15.2}/README.md +13 -1
  42. data/vendor/bundle/ruby/4.0.0/gems/json-2.19.9/README.md +310 -0
  43. data/vendor/bundle/ruby/4.0.0/gems/language_server-protocol-3.17.0.5/LICENSE.txt +21 -0
  44. data/vendor/bundle/ruby/4.0.0/gems/language_server-protocol-3.17.0.5/README.md +88 -0
  45. data/vendor/bundle/ruby/4.0.0/gems/lint_roller-1.1.0/CHANGELOG.md +15 -0
  46. data/vendor/bundle/ruby/4.0.0/gems/lint_roller-1.1.0/LICENSE.txt +21 -0
  47. data/vendor/bundle/ruby/4.0.0/gems/lint_roller-1.1.0/README.md +173 -0
  48. data/vendor/bundle/ruby/{3.4.0/gems/minitest-5.25.5 → 4.0.0/gems/minitest-6.0.6}/README.rdoc +21 -100
  49. data/vendor/bundle/ruby/{3.4.0/gems/msgpack-1.8.0 → 4.0.0/gems/msgpack-1.8.3}/ChangeLog +15 -0
  50. data/vendor/bundle/ruby/{3.4.0/gems/msgpack-1.8.0 → 4.0.0/gems/msgpack-1.8.3}/README.md +1 -1
  51. data/vendor/bundle/ruby/4.0.0/gems/multi_json-1.21.1/LICENSE.md +20 -0
  52. data/vendor/bundle/ruby/4.0.0/gems/multi_json-1.21.1/README.md +281 -0
  53. data/vendor/bundle/ruby/4.0.0/gems/nio4r-2.7.5/ext/libev/LICENSE +37 -0
  54. data/vendor/bundle/ruby/4.0.0/gems/nio4r-2.7.5/ext/libev/README +59 -0
  55. data/vendor/bundle/ruby/4.0.0/gems/nio4r-2.7.5/license.md +80 -0
  56. data/vendor/bundle/ruby/4.0.0/gems/nio4r-2.7.5/readme.md +91 -0
  57. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-api-1.10.0/CHANGELOG.md +219 -0
  58. 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
  59. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-instrumentation-base-0.26.1/CHANGELOG.md +97 -0
  60. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-instrumentation-base-0.26.1/LICENSE +201 -0
  61. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-instrumentation-base-0.26.1/README.md +155 -0
  62. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-instrumentation-ethon-0.29.0/CHANGELOG.md +192 -0
  63. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-instrumentation-ethon-0.29.0/LICENSE +201 -0
  64. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-instrumentation-ethon-0.29.0/README.md +66 -0
  65. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-registry-0.6.0/CHANGELOG.md +31 -0
  66. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-registry-0.6.0/LICENSE +201 -0
  67. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-registry-0.6.0/README.md +40 -0
  68. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-sdk-1.12.0/CHANGELOG.md +302 -0
  69. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-sdk-1.12.0/LICENSE +201 -0
  70. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-sdk-1.12.0/README.md +101 -0
  71. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-semantic_conventions-1.41.0/CHANGELOG.md +65 -0
  72. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-semantic_conventions-1.41.0/LICENSE +201 -0
  73. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-semantic_conventions-1.41.0/README.md +115 -0
  74. data/vendor/bundle/ruby/4.0.0/gems/parallel-2.1.0/MIT-LICENSE.txt +20 -0
  75. data/vendor/bundle/ruby/4.0.0/gems/parser-3.3.11.1/LICENSE.txt +26 -0
  76. data/vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/CHANGELOG.md +786 -0
  77. data/vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/LICENSE.md +7 -0
  78. data/vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/README.md +143 -0
  79. data/vendor/bundle/ruby/4.0.0/gems/public_suffix-7.0.5/CHANGELOG.md +649 -0
  80. 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
  81. 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
  82. data/vendor/bundle/ruby/4.0.0/gems/puma-8.0.2/LICENSE +29 -0
  83. data/vendor/bundle/ruby/4.0.0/gems/puma-8.0.2/README.md +484 -0
  84. data/vendor/bundle/ruby/4.0.0/gems/puma-8.0.2/docs/jungle/README.md +9 -0
  85. data/vendor/bundle/ruby/4.0.0/gems/puma-8.0.2/docs/jungle/rc.d/README.md +74 -0
  86. data/vendor/bundle/ruby/4.0.0/gems/racc-1.8.1/ChangeLog +846 -0
  87. data/vendor/bundle/ruby/4.0.0/gems/racc-1.8.1/README.ja.rdoc +58 -0
  88. data/vendor/bundle/ruby/4.0.0/gems/racc-1.8.1/README.rdoc +60 -0
  89. data/vendor/bundle/ruby/{3.4.0/gems/rack-3.1.15 → 4.0.0/gems/rack-3.2.6}/CHANGELOG.md +216 -16
  90. data/vendor/bundle/ruby/{3.4.0/gems/rack-3.1.15 → 4.0.0/gems/rack-3.2.6}/README.md +49 -20
  91. data/vendor/bundle/ruby/4.0.0/gems/rainbow-3.1.1/Changelog.md +101 -0
  92. data/vendor/bundle/ruby/4.0.0/gems/rainbow-3.1.1/LICENSE +20 -0
  93. data/vendor/bundle/ruby/4.0.0/gems/rainbow-3.1.1/README.markdown +227 -0
  94. data/vendor/bundle/ruby/{3.4.0/gems/rake-13.2.1 → 4.0.0/gems/rake-13.4.2}/README.rdoc +5 -5
  95. data/vendor/bundle/ruby/4.0.0/gems/regexp_parser-2.12.0/LICENSE +22 -0
  96. data/vendor/bundle/ruby/4.0.0/gems/rexml-3.4.4/README.md +57 -0
  97. data/vendor/bundle/ruby/4.0.0/gems/rspec-3.13.2/LICENSE.md +27 -0
  98. data/vendor/bundle/ruby/4.0.0/gems/rspec-3.13.2/README.md +47 -0
  99. data/vendor/bundle/ruby/4.0.0/gems/rspec-core-3.13.6/Changelog.md +2447 -0
  100. data/vendor/bundle/ruby/4.0.0/gems/rspec-core-3.13.6/LICENSE.md +26 -0
  101. data/vendor/bundle/ruby/4.0.0/gems/rspec-core-3.13.6/README.md +389 -0
  102. data/vendor/bundle/ruby/4.0.0/gems/rspec-expectations-3.13.5/Changelog.md +1366 -0
  103. data/vendor/bundle/ruby/4.0.0/gems/rspec-expectations-3.13.5/LICENSE.md +25 -0
  104. data/vendor/bundle/ruby/4.0.0/gems/rspec-expectations-3.13.5/README.md +326 -0
  105. data/vendor/bundle/ruby/4.0.0/gems/rspec-mocks-3.13.8/Changelog.md +1351 -0
  106. data/vendor/bundle/ruby/4.0.0/gems/rspec-mocks-3.13.8/LICENSE.md +25 -0
  107. data/vendor/bundle/ruby/4.0.0/gems/rspec-mocks-3.13.8/README.md +465 -0
  108. data/vendor/bundle/ruby/4.0.0/gems/rspec-support-3.13.7/Changelog.md +444 -0
  109. 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
  110. data/vendor/bundle/ruby/4.0.0/gems/rspec-support-3.13.7/README.md +40 -0
  111. data/vendor/bundle/ruby/4.0.0/gems/rubocop-1.88.0/LICENSE.txt +20 -0
  112. data/vendor/bundle/ruby/4.0.0/gems/rubocop-1.88.0/README.md +255 -0
  113. data/vendor/bundle/ruby/4.0.0/gems/rubocop-ast-1.49.1/LICENSE.txt +20 -0
  114. data/vendor/bundle/ruby/4.0.0/gems/rubocop-ast-1.49.1/README.md +54 -0
  115. data/vendor/bundle/ruby/4.0.0/gems/rubocop-capybara-2.23.0/CHANGELOG.md +116 -0
  116. data/vendor/bundle/ruby/4.0.0/gems/rubocop-capybara-2.23.0/MIT-LICENSE.md +21 -0
  117. data/vendor/bundle/ruby/4.0.0/gems/rubocop-capybara-2.23.0/README.md +91 -0
  118. data/vendor/bundle/ruby/4.0.0/gems/rubocop-factory_bot-2.28.0/CHANGELOG.md +135 -0
  119. data/vendor/bundle/ruby/4.0.0/gems/rubocop-factory_bot-2.28.0/MIT-LICENSE.md +21 -0
  120. data/vendor/bundle/ruby/4.0.0/gems/rubocop-factory_bot-2.28.0/README.md +91 -0
  121. data/vendor/bundle/ruby/4.0.0/gems/rubocop-performance-1.26.1/LICENSE.txt +20 -0
  122. data/vendor/bundle/ruby/4.0.0/gems/rubocop-performance-1.26.1/README.md +100 -0
  123. data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec-3.10.2/CHANGELOG.md +1136 -0
  124. data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec-3.10.2/MIT-LICENSE.md +21 -0
  125. data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec-3.10.2/README.md +112 -0
  126. data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec_rails-2.32.0/CHANGELOG.md +98 -0
  127. data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec_rails-2.32.0/MIT-LICENSE.md +21 -0
  128. data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec_rails-2.32.0/README.md +93 -0
  129. data/vendor/bundle/ruby/4.0.0/gems/ruby-progressbar-1.13.0/LICENSE.txt +19 -0
  130. data/vendor/bundle/ruby/4.0.0/gems/ruby-progressbar-1.13.0/README.md +131 -0
  131. data/vendor/bundle/ruby/4.0.0/gems/simplecov-0.22.0/CHANGELOG.md +191 -0
  132. data/vendor/bundle/ruby/4.0.0/gems/simplecov-0.22.0/LICENSE +20 -0
  133. data/vendor/bundle/ruby/4.0.0/gems/simplecov-0.22.0/README.md +974 -0
  134. data/vendor/bundle/ruby/4.0.0/gems/simplecov-cobertura-3.2.0/LICENSE +202 -0
  135. data/vendor/bundle/ruby/4.0.0/gems/simplecov-cobertura-3.2.0/README.md +65 -0
  136. data/vendor/bundle/ruby/4.0.0/gems/simplecov-html-0.13.2/CHANGELOG.md +114 -0
  137. data/vendor/bundle/ruby/4.0.0/gems/simplecov-html-0.13.2/LICENSE +20 -0
  138. data/vendor/bundle/ruby/4.0.0/gems/simplecov-html-0.13.2/README.md +30 -0
  139. data/vendor/bundle/ruby/4.0.0/gems/simplecov_json_formatter-0.1.4/CHANGELOG.md +13 -0
  140. data/vendor/bundle/ruby/4.0.0/gems/simplecov_json_formatter-0.1.4/README.md +29 -0
  141. data/vendor/bundle/ruby/{3.4.0/gems/typhoeus-1.4.1 → 4.0.0/gems/typhoeus-1.6.0}/CHANGELOG.md +56 -1
  142. data/vendor/bundle/ruby/{3.4.0/gems/typhoeus-1.4.1 → 4.0.0/gems/typhoeus-1.6.0}/README.md +2 -2
  143. data/vendor/bundle/ruby/4.0.0/gems/unicode-display_width-3.2.0/CHANGELOG.md +299 -0
  144. data/vendor/bundle/ruby/4.0.0/gems/unicode-display_width-3.2.0/MIT-LICENSE.txt +22 -0
  145. data/vendor/bundle/ruby/4.0.0/gems/unicode-display_width-3.2.0/README.md +194 -0
  146. data/vendor/bundle/ruby/4.0.0/gems/unicode-emoji-4.2.0/CHANGELOG.md +202 -0
  147. data/vendor/bundle/ruby/4.0.0/gems/unicode-emoji-4.2.0/MIT-LICENSE.txt +20 -0
  148. data/vendor/bundle/ruby/4.0.0/gems/unicode-emoji-4.2.0/README.md +205 -0
  149. data/vendor/bundle/ruby/4.0.0/gems/webmock-3.26.2/CHANGELOG.md +2148 -0
  150. data/vendor/bundle/ruby/4.0.0/gems/webmock-3.26.2/LICENSE +20 -0
  151. data/vendor/bundle/ruby/4.0.0/gems/webmock-3.26.2/README.md +1229 -0
  152. metadata +170 -65
  153. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.2/CHANGELOG.md +0 -255
  154. data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.0/README.md +0 -138
  155. data/vendor/bundle/ruby/3.4.0/gems/multi_json-1.15.0/CHANGELOG.md +0 -275
  156. data/vendor/bundle/ruby/3.4.0/gems/multi_json-1.15.0/README.md +0 -121
  157. data/vendor/bundle/ruby/3.4.0/gems/opentelemetry-api-1.5.0/CHANGELOG.md +0 -193
  158. data/vendor/bundle/ruby/3.4.0/gems/public_suffix-6.0.2/CHANGELOG.md +0 -498
  159. /data/vendor/bundle/ruby/{3.4.0/bundler/gems/my-rubocop-3bcd2110ca87 → 4.0.0/bundler/gems/my-rubocop-2b861962124a}/LICENSE +0 -0
  160. /data/vendor/bundle/ruby/{3.4.0/bundler/gems/my-rubocop-3bcd2110ca87 → 4.0.0/bundler/gems/my-rubocop-2b861962124a}/README.md +0 -0
  161. /data/vendor/bundle/ruby/{3.4.0/gems/activesupport-8.0.2 → 4.0.0/gems/activesupport-8.1.3}/MIT-LICENSE +0 -0
  162. /data/vendor/bundle/ruby/{3.4.0/gems/addressable-2.8.7 → 4.0.0/gems/addressable-2.9.0}/LICENSE.txt +0 -0
  163. /data/vendor/bundle/ruby/{3.4.0/gems/base64-0.2.0 → 4.0.0/gems/base64-0.3.0}/README.md +0 -0
  164. /data/vendor/bundle/ruby/{3.4.0/gems/bigdecimal-3.1.9 → 4.0.0/gems/bigdecimal-4.1.2}/LICENSE +0 -0
  165. /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
  166. /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
  167. /data/vendor/bundle/ruby/{3.4.0/gems/base64-0.2.0 → 4.0.0/gems/drb-2.2.3}/LICENSE.txt +0 -0
  168. /data/vendor/bundle/ruby/{3.4.0/gems/ethon-0.16.0 → 4.0.0/gems/ethon-0.18.0}/LICENSE +0 -0
  169. /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
  170. /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
  171. /data/vendor/bundle/ruby/{3.4.0/gems/hitimes-3.1.0 → 4.0.0/gems/hitimes-3.2.0}/LICENSE.txt +0 -0
  172. /data/vendor/bundle/ruby/{3.4.0/gems/i18n-1.14.7 → 4.0.0/gems/i18n-1.15.2}/MIT-LICENSE +0 -0
  173. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/little-plugger-1.1.4/README.rdoc +0 -0
  174. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/logger-1.7.0/README.md +0 -0
  175. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/logging-2.4.0/LICENSE +0 -0
  176. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/logging-2.4.0/README.md +0 -0
  177. /data/vendor/bundle/ruby/{3.4.0/gems/msgpack-1.8.0 → 4.0.0/gems/msgpack-1.8.3}/LICENSE +0 -0
  178. /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
  179. /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
  180. /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
  181. /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
  182. /data/vendor/bundle/ruby/{3.4.0/gems/rack-3.1.15 → 4.0.0/gems/rack-3.2.6}/MIT-LICENSE +0 -0
  183. /data/vendor/bundle/ruby/{3.4.0/gems/rake-13.2.1 → 4.0.0/gems/rake-13.4.2}/MIT-LICENSE +0 -0
  184. /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
  185. /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
  186. /data/vendor/bundle/ruby/{3.4.0/gems/drb-2.2.1 → 4.0.0/gems/rexml-3.4.4}/LICENSE.txt +0 -0
  187. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/securerandom-0.4.1/README.md +0 -0
  188. /data/vendor/bundle/ruby/{3.4.0/gems/typhoeus-1.4.1 → 4.0.0/gems/typhoeus-1.6.0}/LICENSE +0 -0
  189. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/tzinfo-2.0.6/LICENSE +0 -0
  190. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/tzinfo-2.0.6/README.md +0 -0
  191. /data/vendor/bundle/ruby/{3.4.0/gems/uri-1.0.3 → 4.0.0/gems/uri-1.1.1}/README.md +0 -0
@@ -0,0 +1,561 @@
1
+ ## Rails 8.1.3 (March 24, 2026) ##
2
+
3
+ * Fix `JSONGemCoderEncoder` to correctly serialize custom object hash keys.
4
+
5
+ When hash keys are custom objects whose `as_json` returns a Hash,
6
+ the encoder now calls `to_s` on the original key object instead of
7
+ on the `as_json` result.
8
+
9
+ Before:
10
+ hash = {CustomKey.new(123) => "value"}
11
+ hash.to_json # => {"{:id=>123}":"value"}
12
+
13
+ After:
14
+ hash.to_json # => {"custom_123":"value"}
15
+
16
+ *Dan Sharp*
17
+
18
+ * Fix inflections to better handle overlapping acronyms.
19
+
20
+ ```ruby
21
+ ActiveSupport::Inflector.inflections(:en) do |inflect|
22
+ inflect.acronym "USD"
23
+ inflect.acronym "USDC"
24
+ end
25
+
26
+ "USDC".underscore # => "usdc"
27
+ ```
28
+
29
+ *Said Kaldybaev*
30
+
31
+ * Silence Dalli 4.0+ warning when using `ActiveSupport::Cache::MemCacheStore`.
32
+
33
+ *zzak*
34
+
35
+
36
+ ## Rails 8.1.2.1 (March 23, 2026) ##
37
+
38
+ * Reject scientific notation in NumberConverter
39
+
40
+ [CVE-2026-33176]
41
+
42
+ *Jean Boussier*
43
+
44
+ * Fix `SafeBuffer#%` to preserve unsafe status
45
+
46
+ [CVE-2026-33170]
47
+
48
+ *Jean Boussier*
49
+
50
+ * Improve performance of NumberToDelimitedConverter
51
+
52
+ [CVE-2026-33169]
53
+
54
+ *Jean Boussier*
55
+
56
+
57
+ ## Rails 8.1.2 (January 08, 2026) ##
58
+
59
+ * Make `delegate` and `delegate_missing_to` work in BasicObject subclasses.
60
+
61
+ *Rafael Mendonça França*
62
+
63
+ * Fix Inflectors when using a locale that fallbacks to `:en`.
64
+
65
+ *Said Kaldybaev*
66
+
67
+ * Fix `ActiveSupport::TimeWithZone#as_json` to consistently return UTF-8 strings.
68
+
69
+ Previously the returned string would sometime be encoded in US-ASCII, which in
70
+ some cases may be problematic.
71
+
72
+ Now the method consistently always return UTF-8 strings.
73
+
74
+ *Jean Boussier*
75
+
76
+ * Fix `TimeWithZone#xmlschema` when wrapping a `DateTime` instance in local time.
77
+
78
+ Previously it would return an invalid time.
79
+
80
+ *Dmytro Rymar*
81
+
82
+ * Implement LocalCache strategy on `ActiveSupport::Cache::MemoryStore`. The memory store
83
+ needs to respond to the same interface as other cache stores (e.g. `ActiveSupport::NullStore`).
84
+
85
+ *Mikey Gough*
86
+
87
+ * Fix `ActiveSupport::Inflector.humanize` with international characters.
88
+
89
+ ```ruby
90
+ ActiveSupport::Inflector.humanize("áÉÍÓÚ") # => "Áéíóú"
91
+ ActiveSupport::Inflector.humanize("аБВГДЕ") # => "Абвгде"
92
+ ```
93
+
94
+ *Jose Luis Duran*
95
+
96
+
97
+ ## Rails 8.1.1 (October 28, 2025) ##
98
+
99
+ * No changes.
100
+
101
+
102
+ ## Rails 8.1.0 (October 22, 2025) ##
103
+
104
+ * Remove deprecated passing a Time object to `Time#since`.
105
+
106
+ *Rafael Mendonça França*
107
+
108
+ * Remove deprecated `Benchmark.ms` method. It is now defined in the `benchmark` gem.
109
+
110
+ *Rafael Mendonça França*
111
+
112
+ * Remove deprecated addition for `Time` instances with `ActiveSupport::TimeWithZone`.
113
+
114
+ *Rafael Mendonça França*
115
+
116
+ * Remove deprecated support for `to_time` to preserve the system local time. It will now always preserve the receiver
117
+ timezone.
118
+
119
+ *Rafael Mendonça França*
120
+
121
+ * Deprecate `config.active_support.to_time_preserves_timezone`.
122
+
123
+ *Rafael Mendonça França*
124
+
125
+ * Standardize event name formatting in `assert_event_reported` error messages.
126
+
127
+ The event name in failure messages now uses `.inspect` (e.g., `name: "user.created"`)
128
+ to match `assert_events_reported` and provide type clarity between strings and symbols.
129
+ This only affects tests that assert on the failure message format itself.
130
+
131
+ *George Ma*
132
+
133
+ * Fix `Enumerable#sole` to return the full tuple instead of just the first element of the tuple.
134
+
135
+ *Olivier Bellone*
136
+
137
+ * Fix parallel tests hanging when worker processes die abruptly.
138
+
139
+ Previously, if a worker process was killed (e.g., OOM killed, `kill -9`) during parallel
140
+ test execution, the test suite would hang forever waiting for the dead worker.
141
+
142
+ *Joshua Young*
143
+
144
+ * Add `config.active_support.escape_js_separators_in_json`.
145
+
146
+ Introduce a new framework default to skip escaping LINE SEPARATOR (U+2028) and PARAGRAPH SEPARATOR (U+2029) in JSON.
147
+
148
+ Historically these characters were not valid inside JavaScript literal strings but that changed in ECMAScript 2019.
149
+ As such it's no longer a concern in modern browsers: https://caniuse.com/mdn-javascript_builtins_json_json_superset.
150
+
151
+ *Étienne Barrié*, *Jean Boussier*
152
+
153
+ * Fix `NameError` when `class_attribute` is defined on instance singleton classes.
154
+
155
+ Previously, calling `class_attribute` on an instance's singleton class would raise
156
+ a `NameError` when accessing the attribute through the instance.
157
+
158
+ ```ruby
159
+ object = MyClass.new
160
+ object.singleton_class.class_attribute :foo, default: "bar"
161
+ object.foo # previously raised NameError, now returns "bar"
162
+ ```
163
+
164
+ *Joshua Young*
165
+
166
+ * Introduce `ActiveSupport::Testing::EventReporterAssertions#with_debug_event_reporting`
167
+ to enable event reporter debug mode in tests.
168
+
169
+ The previous way to enable debug mode is by using `#with_debug` on the
170
+ event reporter itself, which is too verbose. This new helper will help
171
+ clear up any confusion on how to test debug events.
172
+
173
+ *Gannon McGibbon*
174
+
175
+ * Add `ActiveSupport::StructuredEventSubscriber` for consuming notifications and
176
+ emitting structured event logs. Events may be emitted with the `#emit_event`
177
+ or `#emit_debug_event` methods.
178
+
179
+ ```ruby
180
+ class MyStructuredEventSubscriber < ActiveSupport::StructuredEventSubscriber
181
+ def notification(event)
182
+ emit_event("my.notification", data: 1)
183
+ end
184
+ end
185
+ ```
186
+
187
+ *Adrianna Chang*
188
+
189
+ * `ActiveSupport::FileUpdateChecker` does not depend on `Time.now` to prevent unecessary reloads with time travel test helpers
190
+
191
+ *Jan Grodowski*
192
+
193
+ * Add `ActiveSupport::Cache::Store#namespace=` and `#namespace`.
194
+
195
+ Can be used as an alternative to `Store#clear` in some situations such as parallel
196
+ testing.
197
+
198
+ *Nick Schwaderer*
199
+
200
+ * Create `parallel_worker_id` helper for running parallel tests. This allows users to
201
+ know which worker they are currently running in.
202
+
203
+ *Nick Schwaderer*
204
+
205
+ * Make the cache of `ActiveSupport::Cache::Strategy::LocalCache::Middleware` updatable.
206
+
207
+ If the cache client at `Rails.cache` of a booted application changes, the corresponding
208
+ mounted middleware needs to update in order for request-local caches to be setup properly.
209
+ Otherwise, redundant cache operations will erroneously hit the datastore.
210
+
211
+ *Gannon McGibbon*
212
+
213
+ * Add `assert_events_reported` test helper for `ActiveSupport::EventReporter`.
214
+
215
+ This new assertion allows testing multiple events in a single block, regardless of order:
216
+
217
+ ```ruby
218
+ assert_events_reported([
219
+ { name: "user.created", payload: { id: 123 } },
220
+ { name: "email.sent", payload: { to: "user@example.com" } }
221
+ ]) do
222
+ create_user_and_send_welcome_email
223
+ end
224
+ ```
225
+
226
+ *George Ma*
227
+
228
+ * Add `ActiveSupport::TimeZone#standard_name` method.
229
+
230
+ ``` ruby
231
+ zone = ActiveSupport::TimeZone['Hawaii']
232
+ # Old way
233
+ ActiveSupport::TimeZone::MAPPING[zone.name]
234
+ # New way
235
+ zone.standard_name # => 'Pacific/Honolulu'
236
+ ```
237
+
238
+ *Bogdan Gusiev*
239
+
240
+ * Add Structured Event Reporter, accessible via `Rails.event`.
241
+
242
+ The Event Reporter provides a unified interface for producing structured events in Rails
243
+ applications:
244
+
245
+ ```ruby
246
+ Rails.event.notify("user.signup", user_id: 123, email: "user@example.com")
247
+ ```
248
+
249
+ It supports adding tags to events:
250
+
251
+ ```ruby
252
+ Rails.event.tagged("graphql") do
253
+ # Event includes tags: { graphql: true }
254
+ Rails.event.notify("user.signup", user_id: 123, email: "user@example.com")
255
+ end
256
+ ```
257
+
258
+ As well as context:
259
+ ```ruby
260
+ # All events will contain context: {request_id: "abc123", shop_id: 456}
261
+ Rails.event.set_context(request_id: "abc123", shop_id: 456)
262
+ ```
263
+
264
+ Events are emitted to subscribers. Applications register subscribers to
265
+ control how events are serialized and emitted. Subscribers must implement
266
+ an `#emit` method, which receives the event hash:
267
+
268
+ ```ruby
269
+ class LogSubscriber
270
+ def emit(event)
271
+ payload = event[:payload].map { |key, value| "#{key}=#{value}" }.join(" ")
272
+ source_location = event[:source_location]
273
+ log = "[#{event[:name]}] #{payload} at #{source_location[:filepath]}:#{source_location[:lineno]}"
274
+ Rails.logger.info(log)
275
+ end
276
+ end
277
+ ```
278
+
279
+ *Adrianna Chang*
280
+
281
+ * Make `ActiveSupport::Logger` `#freeze`-friendly.
282
+
283
+ *Joshua Young*
284
+
285
+ * Make `ActiveSupport::Gzip.compress` deterministic based on input.
286
+
287
+ `ActiveSupport::Gzip.compress` used to include a timestamp in the output,
288
+ causing consecutive calls with the same input data to have different output
289
+ if called during different seconds. It now always sets the timestamp to `0`
290
+ so that the output is identical for any given input.
291
+
292
+ *Rob Brackett*
293
+
294
+ * Given an array of `Thread::Backtrace::Location` objects, the new method
295
+ `ActiveSupport::BacktraceCleaner#clean_locations` returns an array with the
296
+ clean ones:
297
+
298
+ ```ruby
299
+ clean_locations = backtrace_cleaner.clean_locations(caller_locations)
300
+ ```
301
+
302
+ Filters and silencers receive strings as usual. However, the `path`
303
+ attributes of the locations in the returned array are the original,
304
+ unfiltered ones, since locations are immutable.
305
+
306
+ *Xavier Noria*
307
+
308
+ * Improve `CurrentAttributes` and `ExecutionContext` state managment in test cases.
309
+
310
+ Previously these two global state would be entirely cleared out whenever calling
311
+ into code that is wrapped by the Rails executor, typically Action Controller or
312
+ Active Job helpers:
313
+
314
+ ```ruby
315
+ test "#index works" do
316
+ CurrentUser.id = 42
317
+ get :index
318
+ CurrentUser.id == nil
319
+ end
320
+ ```
321
+
322
+ Now re-entering the executor properly save and restore that state.
323
+
324
+ *Jean Boussier*
325
+
326
+ * The new method `ActiveSupport::BacktraceCleaner#first_clean_location`
327
+ returns the first clean location of the caller's call stack, or `nil`.
328
+ Locations are `Thread::Backtrace::Location` objects. Useful when you want to
329
+ report the application-level location where something happened as an object.
330
+
331
+ *Xavier Noria*
332
+
333
+ * FileUpdateChecker and EventedFileUpdateChecker ignore changes in Gem.path now.
334
+
335
+ *Ermolaev Andrey*, *zzak*
336
+
337
+ * The new method `ActiveSupport::BacktraceCleaner#first_clean_frame` returns
338
+ the first clean frame of the caller's backtrace, or `nil`. Useful when you
339
+ want to report the application-level frame where something happened as a
340
+ string.
341
+
342
+ *Xavier Noria*
343
+
344
+ * Always clear `CurrentAttributes` instances.
345
+
346
+ Previously `CurrentAttributes` instance would be reset at the end of requests.
347
+ Meaning its attributes would be re-initialized.
348
+
349
+ This is problematic because it assume these objects don't hold any state
350
+ other than their declared attribute, which isn't always the case, and
351
+ can lead to state leak across request.
352
+
353
+ Now `CurrentAttributes` instances are abandoned at the end of a request,
354
+ and a new instance is created at the start of the next request.
355
+
356
+ *Jean Boussier*, *Janko Marohnić*
357
+
358
+ * Add public API for `before_fork_hook` in parallel testing.
359
+
360
+ Introduces a public API for calling the before fork hooks implemented by parallel testing.
361
+
362
+ ```ruby
363
+ parallelize_before_fork do
364
+ # perform an action before test processes are forked
365
+ end
366
+ ```
367
+
368
+ *Eileen M. Uchitelle*
369
+
370
+ * Implement ability to skip creating parallel testing databases.
371
+
372
+ With parallel testing, Rails will create a database per process. If this isn't
373
+ desirable or you would like to implement databases handling on your own, you can
374
+ now turn off this default behavior.
375
+
376
+ To skip creating a database per process, you can change it via the
377
+ `parallelize` method:
378
+
379
+ ```ruby
380
+ parallelize(workers: 10, parallelize_databases: false)
381
+ ```
382
+
383
+ or via the application configuration:
384
+
385
+ ```ruby
386
+ config.active_support.parallelize_databases = false
387
+ ```
388
+
389
+ *Eileen M. Uchitelle*
390
+
391
+ * Allow to configure maximum cache key sizes
392
+
393
+ When the key exceeds the configured limit (250 bytes by default), it will be truncated and
394
+ the digest of the rest of the key appended to it.
395
+
396
+ Note that previously `ActiveSupport::Cache::RedisCacheStore` allowed up to 1kb cache keys before
397
+ truncation, which is now reduced to 250 bytes.
398
+
399
+ ```ruby
400
+ config.cache_store = :redis_cache_store, { max_key_size: 64 }
401
+ ```
402
+
403
+ *fatkodima*
404
+
405
+ * Use `UNLINK` command instead of `DEL` in `ActiveSupport::Cache::RedisCacheStore` for non-blocking deletion.
406
+
407
+ *Aron Roh*
408
+
409
+ * Add `Cache#read_counter` and `Cache#write_counter`
410
+
411
+ ```ruby
412
+ Rails.cache.write_counter("foo", 1)
413
+ Rails.cache.read_counter("foo") # => 1
414
+ Rails.cache.increment("foo")
415
+ Rails.cache.read_counter("foo") # => 2
416
+ ```
417
+
418
+ *Alex Ghiculescu*
419
+
420
+ * Introduce ActiveSupport::Testing::ErrorReporterAssertions#capture_error_reports
421
+
422
+ Captures all reported errors from within the block that match the given
423
+ error class.
424
+
425
+ ```ruby
426
+ reports = capture_error_reports(IOError) do
427
+ Rails.error.report(IOError.new("Oops"))
428
+ Rails.error.report(IOError.new("Oh no"))
429
+ Rails.error.report(StandardError.new)
430
+ end
431
+
432
+ assert_equal 2, reports.size
433
+ assert_equal "Oops", reports.first.error.message
434
+ assert_equal "Oh no", reports.last.error.message
435
+ ```
436
+
437
+ *Andrew Novoselac*
438
+
439
+ * Introduce ActiveSupport::ErrorReporter#add_middleware
440
+
441
+ When reporting an error, the error context middleware will be called with the reported error
442
+ and base execution context. The stack may mutate the context hash. The mutated context will
443
+ then be passed to error subscribers. Middleware receives the same parameters as `ErrorReporter#report`.
444
+
445
+ *Andrew Novoselac*, *Sam Schmidt*
446
+
447
+ * Change execution wrapping to report all exceptions, including `Exception`.
448
+
449
+ If a more serious error like `SystemStackError` or `NoMemoryError` happens,
450
+ the error reporter should be able to report these kinds of exceptions.
451
+
452
+ *Gannon McGibbon*
453
+
454
+ * `ActiveSupport::Testing::Parallelization.before_fork_hook` allows declaration of callbacks that
455
+ are invoked immediately before forking test workers.
456
+
457
+ *Mike Dalessio*
458
+
459
+ * Allow the `#freeze_time` testing helper to accept a date or time argument.
460
+
461
+ ```ruby
462
+ Time.current # => Sun, 09 Jul 2024 15:34:49 EST -05:00
463
+ freeze_time Time.current + 1.day
464
+ sleep 1
465
+ Time.current # => Mon, 10 Jul 2024 15:34:49 EST -05:00
466
+ ```
467
+
468
+ *Joshua Young*
469
+
470
+ * `ActiveSupport::JSON` now accepts options
471
+
472
+ It is now possible to pass options to `ActiveSupport::JSON`:
473
+ ```ruby
474
+ ActiveSupport::JSON.decode('{"key": "value"}', symbolize_names: true) # => { key: "value" }
475
+ ```
476
+
477
+ *matthaigh27*
478
+
479
+ * `ActiveSupport::Testing::NotificationAssertions`'s `assert_notification` now matches against payload subsets by default.
480
+
481
+ Previously the following assertion would fail due to excess key vals in the notification payload. Now with payload subset matching, it will pass.
482
+
483
+ ```ruby
484
+ assert_notification("post.submitted", title: "Cool Post") do
485
+ ActiveSupport::Notifications.instrument("post.submitted", title: "Cool Post", body: "Cool Body")
486
+ end
487
+ ```
488
+
489
+ Additionally, you can now persist a matched notification for more customized assertions.
490
+
491
+ ```ruby
492
+ notification = assert_notification("post.submitted", title: "Cool Post") do
493
+ ActiveSupport::Notifications.instrument("post.submitted", title: "Cool Post", body: Body.new("Cool Body"))
494
+ end
495
+
496
+ assert_instance_of(Body, notification.payload[:body])
497
+ ```
498
+
499
+ *Nicholas La Roux*
500
+
501
+ * Deprecate `String#mb_chars` and `ActiveSupport::Multibyte::Chars`.
502
+
503
+ These APIs are a relic of the Ruby 1.8 days when Ruby strings weren't encoding
504
+ aware. There is no legitimate reasons to need these APIs today.
505
+
506
+ *Jean Boussier*
507
+
508
+ * Deprecate `ActiveSupport::Configurable`
509
+
510
+ *Sean Doyle*
511
+
512
+ * `nil.to_query("key")` now returns `key`.
513
+
514
+ Previously it would return `key=`, preventing round tripping with `Rack::Utils.parse_nested_query`.
515
+
516
+ *Erol Fornoles*
517
+
518
+ * Avoid wrapping redis in a `ConnectionPool` when using `ActiveSupport::Cache::RedisCacheStore` if the `:redis`
519
+ option is already a `ConnectionPool`.
520
+
521
+ *Joshua Young*
522
+
523
+ * Alter `ERB::Util.tokenize` to return :PLAIN token with full input string when string doesn't contain ERB tags.
524
+
525
+ *Martin Emde*
526
+
527
+ * Fix a bug in `ERB::Util.tokenize` that causes incorrect tokenization when ERB tags are preceded by multibyte characters.
528
+
529
+ *Martin Emde*
530
+
531
+ * Add `ActiveSupport::Testing::NotificationAssertions` module to help with testing `ActiveSupport::Notifications`.
532
+
533
+ *Nicholas La Roux*, *Yishu See*, *Sean Doyle*
534
+
535
+ * `ActiveSupport::CurrentAttributes#attributes` now will return a new hash object on each call.
536
+
537
+ Previously, the same hash object was returned each time that method was called.
538
+
539
+ *fatkodima*
540
+
541
+ * `ActiveSupport::JSON.encode` supports CIDR notation.
542
+
543
+ Previously:
544
+
545
+ ```ruby
546
+ ActiveSupport::JSON.encode(IPAddr.new("172.16.0.0/24")) # => "\"172.16.0.0\""
547
+ ```
548
+
549
+ After this change:
550
+
551
+ ```ruby
552
+ ActiveSupport::JSON.encode(IPAddr.new("172.16.0.0/24")) # => "\"172.16.0.0/24\""
553
+ ```
554
+
555
+ *Taketo Takashima*
556
+
557
+ * Make `ActiveSupport::FileUpdateChecker` faster when checking many file-extensions.
558
+
559
+ *Jonathan del Strother*
560
+
561
+ Please check [8-0-stable](https://github.com/rails/rails/blob/8-0-stable/activesupport/CHANGELOG.md) for previous changes.
@@ -35,6 +35,6 @@ Bug reports for the Ruby on \Rails project can be filed here:
35
35
 
36
36
  * https://github.com/rails/rails/issues
37
37
 
38
- Feature requests should be discussed on the rails-core mailing list here:
38
+ Feature requests should be discussed on the rubyonrails-core forum here:
39
39
 
40
40
  * https://discuss.rubyonrails.org/c/rubyonrails-core