SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.1-rubygem-rspec-mocks-3.11.1-1.2.x86_64.rpm :

* Thu Apr 28 2022 Stephan Kulow updated to version 3.11.1 see installed Changelog.md
* Mon Feb 21 2022 Stephan Kulow updated to version 3.11.0 see installed Changelog.md
* Sat Feb 06 2021 Manuel Schnitzer - updated to version 3.10.2 [#]## 3.10.2 / 2021-01-27 [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.10.1...v3.10.2) Bug Fixes:
* Support keyword arguments with `and_call_original` on Ruby 3.0. (Bryan Powell, #1385)
* `RSpec::Mocks::Constant#previously_defined?` is now always a boolean. (Phil Pirozhkov, #1397)
* Support keyword arguments on Ruby 3.0 when used with `expect_any_instance_of` or `allow_any_instance_of` with `and_call_original`. (Jess Hottenstein, #1407)
* Wed Jan 20 2021 Manuel Schnitzer - updated to version 3.10.1 [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.10.0...v3.10.1) Bug Fixes:
* Issue `ArgumentError` rather than `TypeError` when unsupported methods on unsupported objects are attempted to be stubbed. (AATTzhisme, #1357)
* Wed Nov 11 2020 Manuel Schnitzer - updated to version 3.10.0 [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.9.1...v3.10.0) Enhancements:
* Add the ability to set a custom error generator in `MessageExpectation`. This will allow rspec-expectations to inject a custom failure message. (Benoit Tigeot and Nicolas Zermati, #1312)
* Return the result of the block passed to `RSpec::Mocks.with_temporary_scope` when block run. (AATTexpeehaa, #1329)
* Mon Jan 27 2020 Manuel Schnitzer - updated to version 3.9.1 [#] Bug Fixes:
* Trigger RSpec::Mocks.configuration.verifying_double_callbacks when using allow_any_instance_of or expect_any_instance_of (Daniel Orner, #1309)
* Tue Nov 12 2019 Manuel Schnitzer - updated to version 3.9.0 [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.8.2...v3.9.0) Enhancements:
* Improve thread safety of message expectations by using Mutex to prevent deadlocking errors. (Ry Biesemeyer, #1236)
* Add the ability to use `time` as an alias for `times`. For example: `expect(Class).to receive(:method).exactly(1).time`. (Pistos, Benoit Tigeot, #1271)
* Mon Jul 08 2019 Manuel Schnitzer - updated to version 3.8.1
* no changelog entry found
* Sun Aug 05 2018 mschnitzerAATTsuse.com- updated to version 3.8.0 [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.7.0...v3.8.0) Bug Fixes:
* Issue error when encountering invalid \"counted\" negative message expectations. (Sergiy Yarinovskiy, #1212)
* Ensure `allow_any_instance_of` and `expect_any_instance_of` can be temporarily supressed. (Jon Rowe, #1228)
* Ensure `expect_any_instance_of(double).to_not have_received(:some_method)` fails gracefully (as its not supported) rather than issuing a `NoMethodError`. (Maxim Krizhanovsky, #1231)
* Thu Oct 26 2017 cooloAATTsuse.com- updated to version 3.7.0 see installed Changelog.md [#]## 3.8 Development [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.7.0...master) [#]## 3.7.0 / 2017-10-17 [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.6.0...v3.7.0) Enhancements:
* Improve compatibility with `--enable-frozen-string-literal` option on Ruby 2.3+. (Pat Allan, #1165) Bug Fixes:
* Fix `hash_including` and `hash_excluding` so that they work against subclasses of `Hash`. (Aaron Rosenberg, #1167)
 
ICM