Hello community,
here is the log from the commit of package rubygem-rspec-expectations for
openSUSE:Factory checked in at 2015-06-15 17:45:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rspec-expectations (Old)
and /work/SRC/openSUSE:Factory/.rubygem-rspec-expectations.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rspec-expectations"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-rspec-expectations/rubygem-rspec-expectations.changes
2015-04-13 20:29:28.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-rspec-expectations.new/rubygem-rspec-expectations.changes
2015-06-15 17:45:58.000000000 +0200
@@ -1,0 +2,57 @@
+Sat Jun 13 04:34:52 UTC 2015 - [email protected]
+
+- updated to version 3.3.0
+ see installed Changelog.md
+
+ ### 3.3.0 / 2015-06-12
+ [Full
Changelog](http://github.com/rspec/rspec-expectations/compare/v3.2.1...v3.3.0)
+
+ Enhancements:
+
+ * Expose `RSpec::Matchers::EnglishPhrasing` to make it easier to write
+ nice failure messages in custom matchers. (Jared Beck, #736)
+ * Add `RSpec::Matchers::FailMatchers`, a mixin which provides
+ `fail`, `fail_with` and `fail_including` matchers for use in
+ specifying that an expectation fails for use by
+ extension/plugin authors. (Charlie Rudolph, #729)
+ * Avoid loading `tempfile` (and its dependencies) unless
+ it is absolutely needed. (Myron Marston, #735)
+ * Improve failure output when attempting to use `be_true` or `be_false`.
+ (Tim Wade, #744)
+ * Define `RSpec::Matchers#respond_to_missing?` so that
+ `RSpec::Matchers#respond_to?` and `RSpec::Matchers#method` handle
+ dynamic predicate matchers. (Andrei Botalov, #751)
+ * Use custom Time/DateTime/BigDecimal formatting for all matchers
+ so they are consistently represented in failure messages.
+ (Gavin Miller, #740)
+ * Add configuration to turn off warnings about matcher combinations that
+ may cause false positives. (Jon Rowe, #768)
+ * Warn when using a bare `raise_error` matcher that you may be subject to
+ false positives. (Jon Rowe, #768)
+ * Warn rather than raise when using the`raise_error` matcher in negative
+ expectations that may be subject to false positives. (Jon Rowe, #775)
+ * Improve failure message for `include(a, b, c)` so that if `a` and `b`
+ are included the failure message only mentions `c`. (Chris Arcand, #780)
+ * Allow `satisfy` matcher to take an optional description argument
+ that will be used in the `description`, `failure_message` and
+ `failure_message_when_negated` in place of the undescriptive
+ "sastify block". (Chris Arcand, #783)
+ * Add new `aggregate_failures` API that allows multiple independent
+ expectations to all fail and be listed in the failure output, rather
+ than the example aborting on the first failure. (Myron Marston, #776)
+ * Improve `raise_error` matcher so that it can accept a matcher as a single
argument
+ that matches the message. (Time Wade, #782)
+
+ Bug Fixes:
+
+ * Make `contain_exactly` / `match_array` work with strict test doubles
+ that have not defined `<=>`. (Myron Marston, #758)
+ * Fix `include` matcher so that it omits the diff when it would
+ confusingly highlight items that are actually included but are not
+ an exact match in a line-by-line diff. (Tim Wade, #763)
+ * Fix `match` matcher so that it does not blow up when matching a string
+ or regex against another matcher (rather than a string or regex).
+ (Myron Marston, #772)
+ * Silence whitespace-only diffs. (Myron Marston, #801)
+
+-------------------------------------------------------------------
Old:
----
rspec-expectations-3.2.1.gem
New:
----
rspec-expectations-3.3.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-rspec-expectations.spec ++++++
--- /var/tmp/diff_new_pack.SQtVa7/_old 2015-06-15 17:45:59.000000000 +0200
+++ /var/tmp/diff_new_pack.SQtVa7/_new 2015-06-15 17:45:59.000000000 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-rspec-expectations
-Version: 3.2.1
+Version: 3.3.0
Release: 0
%define mod_name rspec-expectations
%define mod_full_name %{mod_name}-%{version}
++++++ rspec-expectations-3.2.1.gem -> rspec-expectations-3.3.0.gem ++++++
++++ 2043 lines of diff (skipped)