9deb3c8405
### 3.8.2 / 2018-10-09 [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.1...v3.8.2) Bug Fixes: * Change `include` matcher to rely on a `respond_to?(:include?)` check rather than a direct Hash comparison before calling `to_hash` to convert to a hash. (Jordan Owens, #1073) * Prevent unexpected call stack jumps from causing an obscure error (`IndexError`), and replace that error with a proper informative message. (Jon Rowe, #1076) ### 3.8.1 / 2018-08-06 [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.0...v3.8.1) Bug Fixes: * Fix regression in `include` matcher so stopped `expect(hash.with_indifferent_access).to include(:symbol_key)` from working. (Eito Katagiri, #1069) ### 3.8.0 / 2018-08-04 [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.7.0...v3.8.0) Enhancements: * Improve failure message of `change(receiver, :message)` by including the receiver as `SomeClass#some_message`. (Tomohiro Hashidate, #1005) * Improve `change` matcher so that it can correctly detect changes in deeply nested mutable objects (such as arrays-of-hashes-of-arrays). The improved logic uses the before/after `hash` value to see if the object has been mutated, rather than shallow duping the object. (Myron Marston, #1034) * Improve `include` matcher so that pseudo-hash objects (e.g. objects that decorate a hash using a `SimpleDelegator` or similar) are treated as a hash, as long as they implement `to_hash`. (Pablo Brasero, #1012) * Add `max_formatted_output_length=` to configuration, allowing changing the length at which we truncate large output strings. (Sam Phippen #951, Benoit Tigeot #1056) * Improve error message when passing a matcher that doesn't support block expectations to a block based `expect`. (@nicktime, #1066)
6 lines
436 B
Text
6 lines
436 B
Text
$NetBSD: distinfo,v 1.24 2019/02/06 15:13:06 taca Exp $
|
|
|
|
SHA1 (rspec-expectations-3.8.2.gem) = 4a06d80243edebb977a7f04875c6e7d3acbd69a5
|
|
RMD160 (rspec-expectations-3.8.2.gem) = b57d37a05bb973c90c8a698202460c2bd7967a53
|
|
SHA512 (rspec-expectations-3.8.2.gem) = 74c6b9398f49004fa2c5a78855c43151097c0790983b2596ef23ed932ab8249235ed3fcade07aea69198c0c24d75121059173cb074b07e976b0725f87dd19921
|
|
Size (rspec-expectations-3.8.2.gem) = 81920 bytes
|