2022-08-26 13:20:19 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-rspec-mocks: update to 3.11.1
3.11.1 (2022-03-31)
Bug Fixes:
* Add extra ruby2_keywords calls to properly designate methods using *args
to pass keyword around, fixes an issue with TruffleRuby. (Benoit Daloze,
#1464)
|
2022-02-12 14:33:02 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-rspec-mocks: update to 3.11.0
3.11.0 (2022-02-09)
Enhancements:
* Add and_invoke implementation for configuring responses to receive (and
receive_messages) with multiple callable objects. (Kyle Smith, #1411)
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-02-03 15:17:20 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-rspec-mocs: update to 3.10.2
3.10.2 / 2021-01-27
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)
|
2021-01-11 14:08:02 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-rspec-mocks: update to 3.10.1
### 3.10.1 / 2020-12-27
[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. (@zhisme, #1357)
### 3.10.0 / 2020-10-30
[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. (@expeehaa, #1329)
|
2020-01-16 16:47:49 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-rspec-mocks: update to 3.9.1
Update ruby-rspec-mocks to 3.9.1.
### 3.9.1 / 2019-12-31
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.9.0...v3.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)
|
2019-11-02 15:35:46 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-rspec-mocks: update to 3.9.0
Update ruby-rspec-mocks to 3.9.0.
pkgsr change: Add "USE_LANGUAGES= # none".
### 3.9.0 / 2019-10-07
[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)
### 3.8.2 / 2019-10-02
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.8.1...v3.8.2)
* Allow `array_including` argument matchers to be nested.
(Emmanuel Delmas, #1291)
### 3.8.1 / 2019-06-13
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.8.0...v3.8.1)
Bug Fixes:
* Ensure stubbing methods does not change their visibility.
(Kevin Boschert, #1277)
|
2019-02-06 16:13:55 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-rspec-mocks: update to 3.8.0
### 3.8.0 / 2018-08-04
[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)
|
2018-03-14 15:20:38 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-rspec-mocks: update to 3.7.0
### 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)
|