Hello community,
here is the log from the commit of package rubygem-rspec-mocks for
openSUSE:Factory checked in at 2020-01-30 09:35:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rspec-mocks (Old)
and /work/SRC/openSUSE:Factory/.rubygem-rspec-mocks.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rspec-mocks"
Thu Jan 30 09:35:09 2020 rev:20 rq:767659 version:3.9.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rspec-mocks/rubygem-rspec-mocks.changes
2019-12-28 13:40:09.698922169 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-rspec-mocks.new.26092/rubygem-rspec-mocks.changes
2020-01-30 09:35:23.157296972 +0100
@@ -1,0 +2,10 @@
+Mon Jan 27 11:24:39 UTC 2020 - Manuel Schnitzer <[email protected]>
+
+- updated to version 3.9.1
+
+ # Bug Fixes:
+
+ * Trigger RSpec::Mocks.configuration.verifying_double_callbacks when
+ using allow_any_instance_of or expect_any_instance_of (Daniel Orner, #1309)
+
+-------------------------------------------------------------------
Old:
----
rspec-mocks-3.9.0.gem
New:
----
rspec-mocks-3.9.1.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-rspec-mocks.spec ++++++
--- /var/tmp/diff_new_pack.onhL4o/_old 2020-01-30 09:35:26.237298621 +0100
+++ /var/tmp/diff_new_pack.onhL4o/_new 2020-01-30 09:35:26.237298621 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-rspec-mocks
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -24,7 +24,7 @@
#
Name: rubygem-rspec-mocks
-Version: 3.9.0
+Version: 3.9.1
Release: 0
%define mod_name rspec-mocks
%define mod_full_name %{mod_name}-%{version}
++++++ rspec-mocks-3.9.0.gem -> rspec-mocks-3.9.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Changelog.md new/Changelog.md
--- old/Changelog.md 2019-10-07 23:42:39.000000000 +0200
+++ new/Changelog.md 2019-12-31 18:28:53.000000000 +0100
@@ -1,3 +1,11 @@
+### 3.9.1 / 2019-12-31
+[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.9.0...v3.9.1)
+
+Bug Fixes:
+
+* Trigger `RSpec::Mocks.configuration.verifying_double_callbacks` when using
+ `allow_any_instance_of` or `expect_any_instance_of` (Daniel Orner, #1309)
+
### 3.9.0 / 2019-10-07
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.8.2...v3.9.0)
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/rspec/mocks/any_instance/recorder.rb
new/lib/rspec/mocks/any_instance/recorder.rb
--- old/lib/rspec/mocks/any_instance/recorder.rb 2019-10-07
23:42:39.000000000 +0200
+++ new/lib/rspec/mocks/any_instance/recorder.rb 2019-12-31
18:28:53.000000000 +0100
@@ -21,6 +21,11 @@
@backed_up_method_owner = {}
@klass = klass
@expectation_set = false
+
+ return unless RSpec::Mocks.configuration.verify_partial_doubles?
+ RSpec::Mocks.configuration.verifying_double_callbacks.each do |block|
+ block.call(ObjectReference.for(klass))
+ end
end
# Initializes the recording a stub to be played back against any
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/rspec/mocks/version.rb
new/lib/rspec/mocks/version.rb
--- old/lib/rspec/mocks/version.rb 2019-10-07 23:42:39.000000000 +0200
+++ new/lib/rspec/mocks/version.rb 2019-12-31 18:28:53.000000000 +0100
@@ -3,7 +3,7 @@
# Version information for RSpec mocks.
module Version
# Version of RSpec mocks currently in use in SemVer format.
- STRING = '3.9.0'
+ STRING = '3.9.1'
end
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2019-10-07 23:42:39.000000000 +0200
+++ new/metadata 2019-12-31 18:28:53.000000000 +0100
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: rspec-mocks
version: !ruby/object:Gem::Version
- version: 3.9.0
+ version: 3.9.1
platform: ruby
authors:
- Steven Baker
@@ -45,7 +45,7 @@
ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
F3MdtaDehhjC
-----END CERTIFICATE-----
-date: 2019-10-07 00:00:00.000000000 Z
+date: 2019-12-31 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: rspec-support
@@ -194,7 +194,7 @@
- MIT
metadata:
bug_tracker_uri: https://github.com/rspec/rspec-mocks/issues
- changelog_uri: https://github.com/rspec/rspec-mocks/blob/v3.9.0/Changelog.md
+ changelog_uri: https://github.com/rspec/rspec-mocks/blob/v3.9.1/Changelog.md
documentation_uri: https://rspec.info/documentation/
mailing_list_uri: https://groups.google.com/forum/#!forum/rspec
source_code_uri: https://github.com/rspec/rspec-mocks
@@ -214,8 +214,8 @@
- !ruby/object:Gem::Version
version: '0'
requirements: []
-rubygems_version: 3.0.6
+rubygems_version: 3.1.1
signing_key:
specification_version: 4
-summary: rspec-mocks-3.9.0
+summary: rspec-mocks-3.9.1
test_files: []
Binary files old/metadata.gz.sig and new/metadata.gz.sig differ