pkgsrc/devel/ruby-rspec-expectations/PLIST
taca 6658a6e738 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)
2015-11-29 14:50:42 +00:00

55 lines
2.7 KiB
Text

@comment $NetBSD: PLIST,v 1.15 2015/11/29 14:50:42 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/Changelog.md
${GEM_LIBDIR}/LICENSE.md
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/rspec/expectations.rb
${GEM_LIBDIR}/lib/rspec/expectations/configuration.rb
${GEM_LIBDIR}/lib/rspec/expectations/expectation_target.rb
${GEM_LIBDIR}/lib/rspec/expectations/fail_with.rb
${GEM_LIBDIR}/lib/rspec/expectations/failure_aggregator.rb
${GEM_LIBDIR}/lib/rspec/expectations/handler.rb
${GEM_LIBDIR}/lib/rspec/expectations/minitest_integration.rb
${GEM_LIBDIR}/lib/rspec/expectations/syntax.rb
${GEM_LIBDIR}/lib/rspec/expectations/version.rb
${GEM_LIBDIR}/lib/rspec/matchers.rb
${GEM_LIBDIR}/lib/rspec/matchers/aliased_matcher.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/all.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/base_matcher.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/be.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/be_between.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/be_instance_of.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/be_kind_of.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/be_within.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/change.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/compound.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/contain_exactly.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/cover.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/eq.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/eql.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/equal.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/exist.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/has.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/have_attributes.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/include.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/match.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/operators.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/output.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/raise_error.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/respond_to.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/satisfy.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/start_or_end_with.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/throw_symbol.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/yield.rb
${GEM_LIBDIR}/lib/rspec/matchers/composable.rb
${GEM_LIBDIR}/lib/rspec/matchers/dsl.rb
${GEM_LIBDIR}/lib/rspec/matchers/english_phrasing.rb
${GEM_LIBDIR}/lib/rspec/matchers/expecteds_for_multiple_diffs.rb
${GEM_LIBDIR}/lib/rspec/matchers/fail_matchers.rb
${GEM_LIBDIR}/lib/rspec/matchers/generated_descriptions.rb
${GEM_LIBDIR}/lib/rspec/matchers/matcher_delegator.rb
${GEM_LIBDIR}/lib/rspec/matchers/matcher_protocol.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec