Hello community,

here is the log from the commit of package rubygem-rspec-expectations for 
openSUSE:Factory checked in at 2015-02-08 13:03:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
    2014-10-20 07:26:48.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rspec-expectations.new/rubygem-rspec-expectations.changes
       2015-02-08 13:03:12.000000000 +0100
@@ -1,0 +2,49 @@
+Fri Feb  6 18:18:17 UTC 2015 - [email protected]
+
+- updated to version 3.2.0
+ Enhancements:
+ 
+ * Add `block_arg` method to custom matcher API, which allows you to
+   access the block passed to a custom matcher, if there is one.
+   (Mike Dalton, #645)
+ * Provide more detail in failure message of `yield_control` matcher.
+   (Jon Rowe, #650)
+ * Add a shorthand syntax for `chain` in the matcher DSL which assigns values
+   for use elsewhere, for example `chain :and_smaller_than, :small_value`
+   creates an `attr_reader` for `small_value` (Tom Stuart, #644)
+ * Provide a more helpful deprecation message when using the `should` syntax.
+   (Elia Schito, #663)
+ * Provide more detail in the `have_attributes` matcher failure message.
+   (Jon Rowe,  #668)
+ * Make the `have_attributes` matcher diffable.
+   (Jon Rowe, Alexey Fedorov, #668)
+ * Add `output(...).to_std(out|err)_from_any_process` as alternatives
+   to `output(...).to_std(out|err)`. The latter doesn't work when a sub
+   process writes to the named stream but is much faster.
+   (Alex Genco, #700)
+ * Improve compound matchers (created by `and` and `or`) so that diffs
+   are included in failures when one or more of their matchers
+   are diffable. (Alexey Fedorov, #713)
+ 
+ Bug Fixes:
+ 
+ * Avoid calling `private_methods` from the `be` predicate matcher on
+   the target object if the object publicly responds to the predicate
+   method. This avoids a possible error that can occur if the object
+   raises errors from `private_methods` (which can happen with celluloid
+   objects). (@chapmajs, #670)
+ * Make `yield_control` (with no modifier) default to
+   `at_least(:once)` rather than raising a confusing error
+   when multiple yields are encountered.
+   (Myron Marston, #675)
+
+-------------------------------------------------------------------
+Tue Jan 20 16:16:29 UTC 2015 - [email protected]
+
+- update to 3.1.2:
+  * Rails 4.1 enablement
+  [ full changelog is very long, see 
+    https://github.com/rspec/rspec-expectations/blob/master/Changelog.md
+    for details ]
+
+-------------------------------------------------------------------

Old:
----
  rspec-expectations-2.14.5.gem

New:
----
  rspec-expectations-3.2.0.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-rspec-expectations.spec ++++++
--- /var/tmp/diff_new_pack.S3SINp/_old  2015-02-08 13:03:13.000000000 +0100
+++ /var/tmp/diff_new_pack.S3SINp/_new  2015-02-08 13:03:13.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rspec-expectations
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,33 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:           rubygem-rspec-expectations
-Version:        2.14.5
+Version:        3.2.0
 Release:        0
 %define mod_name rspec-expectations
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby >= 1.8.7}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:            http://github.com/rspec/rspec-expectations
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
-Summary:        rspec-expectations-2.14.5
+Summary:        API to express expected outcomes of a code example
 License:        MIT
 Group:          Development/Languages/Ruby
 
 %description
-rspec expectations (should[_not] and matchers).
+rspec-expectations provides a simple, readable API to express expected
+outcomes of a code example.
 
 %prep
 

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.S3SINp/_old  2015-02-08 13:03:13.000000000 +0100
+++ /var/tmp/diff_new_pack.S3SINp/_new  2015-02-08 13:03:13.000000000 +0100
@@ -1,6 +1,6 @@
 # ---
 # ## used by gem2rpm
-# :summary: this is a custom summary
+:summary: API to express expected outcomes of a code example
 # ## used by gem2rpm
 # :description: |-
 #   this is a custom description

++++++ rspec-expectations-2.14.5.gem -> rspec-expectations-3.2.0.gem ++++++
++++ 20113 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to