Hello community,
here is the log from the commit of package rubygem-rspec-mocks for
openSUSE:Factory checked in at 2019-07-22 12:16:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rspec-mocks (Old)
and /work/SRC/openSUSE:Factory/.rubygem-rspec-mocks.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rspec-mocks"
Mon Jul 22 12:16:25 2019 rev:18 rq:713999 version:3.8.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rspec-mocks/rubygem-rspec-mocks.changes
2018-11-01 18:52:10.653950731 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-rspec-mocks.new.4126/rubygem-rspec-mocks.changes
2019-07-22 12:16:26.431727304 +0200
@@ -1,0 +2,7 @@
+Mon Jul 8 07:52:23 UTC 2019 - Manuel Schnitzer <[email protected]>
+
+- updated to version 3.8.1
+
+ * no changelog entry found
+
+-------------------------------------------------------------------
Old:
----
rspec-mocks-3.8.0.gem
New:
----
rspec-mocks-3.8.1.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-rspec-mocks.spec ++++++
--- /var/tmp/diff_new_pack.wBHIyv/_old 2019-07-22 12:16:26.915727173 +0200
+++ /var/tmp/diff_new_pack.wBHIyv/_new 2019-07-22 12:16:26.927727169 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-rspec-mocks
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -24,7 +24,7 @@
#
Name: rubygem-rspec-mocks
-Version: 3.8.0
+Version: 3.8.1
Release: 0
%define mod_name rspec-mocks
%define mod_full_name %{mod_name}-%{version}
++++++ rspec-mocks-3.8.0.gem -> rspec-mocks-3.8.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Changelog.md new/Changelog.md
--- old/Changelog.md 2018-08-04 21:47:51.000000000 +0200
+++ new/Changelog.md 2019-06-13 10:35:48.000000000 +0200
@@ -1,3 +1,11 @@
+### 3.8.1 / 2019-06-13
+[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.8.0...v3.8.1)
+
+Bug Fixes:
+
+* Ensure stubbing methods does not change their visibility.
+ (Kevin Boschert, #1277)
+
### 3.8.0 / 2018-08-04
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.7.0...v3.8.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/method_double.rb
new/lib/rspec/mocks/method_double.rb
--- old/lib/rspec/mocks/method_double.rb 2018-08-04 21:47:51.000000000
+0200
+++ new/lib/rspec/mocks/method_double.rb 2019-06-13 10:35:48.000000000
+0200
@@ -59,7 +59,7 @@
return if @method_is_proxied
save_original_implementation_callable!
- definition_target.class_exec(self, method_name, visibility) do
|method_double, method_name, visibility|
+ definition_target.class_exec(self, method_name, @original_visibility
|| visibility) do |method_double, method_name, visibility|
define_method(method_name) do |*args, &block|
method_double.proxy_method_invoked(self, *args, &block)
end
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 2018-08-04 21:47:51.000000000 +0200
+++ new/lib/rspec/mocks/version.rb 2019-06-13 10:35:48.000000000 +0200
@@ -3,7 +3,7 @@
# Version information for RSpec mocks.
module Version
# Version of RSpec mocks currently in use in SemVer format.
- STRING = '3.8.0'
+ STRING = '3.8.1'
end
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2018-08-04 21:47:50.000000000 +0200
+++ new/metadata 2019-06-13 10:35:48.000000000 +0200
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: rspec-mocks
version: !ruby/object:Gem::Version
- version: 3.8.0
+ version: 3.8.1
platform: ruby
authors:
- Steven Baker
@@ -45,7 +45,7 @@
ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
F3MdtaDehhjC
-----END CERTIFICATE-----
-date: 2018-08-04 00:00:00.000000000 Z
+date: 2019-06-13 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: rspec-support
@@ -192,7 +192,12 @@
homepage: https://github.com/rspec/rspec-mocks
licenses:
- MIT
-metadata: {}
+metadata:
+ bug_tracker_uri: https://github.com/rspec/rspec-mocks/issues
+ changelog_uri: https://github.com/rspec/rspec-mocks/blob/v3.8.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
post_install_message:
rdoc_options:
- "--charset=UTF-8"
@@ -209,9 +214,8 @@
- !ruby/object:Gem::Version
version: '0'
requirements: []
-rubyforge_project:
-rubygems_version: 2.6.13
+rubygems_version: 3.0.3
signing_key:
specification_version: 4
-summary: rspec-mocks-3.8.0
+summary: rspec-mocks-3.8.1
test_files: []
Binary files old/metadata.gz.sig and new/metadata.gz.sig differ