Hello community,
here is the log from the commit of package rubygem-rspec-mocks for
openSUSE:Factory checked in at 2015-02-08 13:03:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rspec-mocks (Old)
and /work/SRC/openSUSE:Factory/.rubygem-rspec-mocks.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rspec-mocks"
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rspec-mocks/rubygem-rspec-mocks.changes
2014-10-20 07:26:50.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-rspec-mocks.new/rubygem-rspec-mocks.changes
2015-02-08 13:03:27.000000000 +0100
@@ -1,0 +2,49 @@
+Fri Feb 6 20:13:06 UTC 2015 - [email protected]
+
+- updated to version 3.2.0
+ Enhancements:
+
+ * Treat `any_args` as an arg splat, allowing it to match an arbitrary
+ number of args at any point in an arg list. (Myron Marston, #786)
+ * Print diffs when arguments in mock expectations are mismatched.
+ (Sam Phippen, #751)
+ * Support names for verified doubles (`instance_double`, `instance_spy`,
+ `class_double`, `class_spy`, `object_double`, `object_spy`). (Cezary
+ Baginski, #826)
+ * Make `array_including` and `hash_including` argument matchers composable.
+ (Sam Phippen, #819)
+ * Make `allow_any_instance_of(...).to receive(...).and_wrap_original`
+ work. (Ryan Fitzgerald, #869)
+
+ Bug Fixes:
+
+ * Provide a clear error when users wrongly combine `no_args` with
+ additional arguments (e.g. `expect().to receive().with(no_args, 1)`).
+ (Myron Marston, #786)
+ * Provide a clear error when users wrongly use `any_args` multiple times in
the
+ same argument list (e.g. `expect().to receive().with(any_args, 1,
any_args)`.
+ (Myron Marston, #786)
+ * Prevent the error generator from using user object #description methods.
+ See [#685](https://github.com/rspec/rspec-mocks/issues/685).
+ (Sam Phippen, #751)
+ * Make verified doubles declared as `(instance|class)_double(SomeConst)`
+ work properly when `SomeConst` has previously been stubbed.
+ `(instance|class)_double("SomeClass")` already worked properly.
+ (Myron Marston, #824)
+ * Add a matcher description for `receive`, `receive_messages` and
+ `receive_message_chain`. (Myron Marston, #828)
+ * Validate invocation args for null object verified doubles.
+ (Myron Marston, #829)
+ * Fix `RSpec::Mocks::Constant.original` when called with an invalid
+ constant to return an object indicating the constant name is invalid,
+ rather than blowing up. (Myron Marston, #833)
+
+-------------------------------------------------------------------
+Tue Jan 20 10:15:12 UTC 2015 - [email protected]
+
+- update to 3.1.3:
+ * Rails 4.1
+ [too many changes to list here, see
+ http://www.rubydoc.info/gems/rspec-mocks/file/Changelog.md ]
+
+-------------------------------------------------------------------
Old:
----
rspec-mocks-2.14.6.gem
New:
----
rspec-mocks-3.2.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-rspec-mocks.spec ++++++
--- /var/tmp/diff_new_pack.TyVL0B/_old 2015-02-08 13:03:28.000000000 +0100
+++ /var/tmp/diff_new_pack.TyVL0B/_new 2015-02-08 13:03:28.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-rspec-mocks
#
-# 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,20 +16,27 @@
#
+#
+# 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-mocks
-Version: 2.14.6
+Version: 3.2.0
Release: 0
%define mod_name rspec-mocks
%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-mocks
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
-Summary: rspec-mocks-2.14.6
+Summary: RSpec's 'test double' framework, with support for stubbing and
mocking
License: MIT
Group: Development/Languages/Ruby
++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.TyVL0B/_old 2015-02-08 13:03:28.000000000 +0100
+++ /var/tmp/diff_new_pack.TyVL0B/_new 2015-02-08 13:03:28.000000000 +0100
@@ -1,6 +1,6 @@
# ---
# ## used by gem2rpm
-# :summary: this is a custom summary
+:summary: RSpec's 'test double' framework, with support for stubbing and
mocking
# ## used by gem2rpm
# :description: |-
# this is a custom description
++++++ rspec-mocks-2.14.6.gem -> rspec-mocks-3.2.0.gem ++++++
++++ 19030 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]