--- - branch: MAIN date: Sun Nov 29 14:50:42 UTC 2015 files: - new: '1.20' old: '1.19' path: pkgsrc/devel/ruby-rspec-expectations/Makefile pathrev: pkgsrc/devel/ruby-rspec-expectations/Makefile@1.20 type: modified - new: '1.20' old: '1.19' path: pkgsrc/devel/ruby-rspec-expectations/distinfo pathrev: pkgsrc/devel/ruby-rspec-expectations/distinfo@1.20 type: modified - new: '1.15' old: '1.14' path: pkgsrc/devel/ruby-rspec-expectations/PLIST pathrev: pkgsrc/devel/ruby-rspec-expectations/PLIST@1.15 type: modified id: 20151129T145042Z.b8af6985702addebbf1d23ab441428e0e0fbb70e log: | Update ruby-rspec-expectations to 3.4.0. ### 3.4.0 / 2015-11-11 [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.3.1...v3.4.0) Enhancements: * Warn when `RSpec::Matchers` is included in a superclass after it has already been included in a subclass on MRI 1.9, since that situation can cause uses of `super` to trigger infinite recursion. (Myron Marston, #816) * Stop rescuing `NoMemoryError`, `SignalExcepetion`, `Interrupt` and `SystemExit`. It is dangerous to interfere with these. (Myron Marston, #845) * Add `#with_captures` to the [match matcher](https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers/match-matcher) which allows a user to specify expected captures when matching a regex against a string. (Sam Phippen, #848) * Always print compound failure messages in the multi-line form. Trying to print it all on a single line didn't read very well. (Myron Marston, #859) Bug Fixes: * Fix failure message from dynamic predicate matchers when the object does not respond to the predicate so that it is inspected rather than relying upon it's `to_s` -- that way for `nil`, `"nil"` is printed rather than an empty string. (Myron Marston, #841) * Fix SystemStackError raised when diffing an Enumerable object whose `#each` includes the object itself. (Yuji Nakayama, #857) module: pkgsrc subject: 'CVS commit: pkgsrc/devel/ruby-rspec-expectations' unixtime: '1448808642' user: taca