Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rubygem-rspec-rails for openSUSE:Factory checked in at 2022-03-11 21:41:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-rspec-rails (Old) and /work/SRC/openSUSE:Factory/.rubygem-rspec-rails.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rspec-rails" Fri Mar 11 21:41:40 2022 rev:8 rq:961076 version:5.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-rspec-rails/rubygem-rspec-rails.changes 2022-02-24 18:23:37.870655697 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-rspec-rails.new.25692/rubygem-rspec-rails.changes 2022-03-11 21:42:03.162106822 +0100 @@ -1,0 +2,12 @@ +Fri Mar 11 10:17:37 UTC 2022 - Manuel Schnitzer <mschnit...@suse.com> + +- updated to version 5.1.1 + + Enhancements: + + * Make the API request scaffold template more consistent and compatible with + Rails 6.1. (Naoto Hamada, #2484) + * Change the scaffold `rails_helper.rb` template to use `require_relative`. + (Jon Dufresne, #2528) + +------------------------------------------------------------------- Old: ---- rspec-rails-5.1.0.gem New: ---- rspec-rails-5.1.1.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-rspec-rails.spec ++++++ --- /var/tmp/diff_new_pack.RxNpun/_old 2022-03-11 21:42:03.570107135 +0100 +++ /var/tmp/diff_new_pack.RxNpun/_new 2022-03-11 21:42:03.574107139 +0100 @@ -24,7 +24,7 @@ # Name: rubygem-rspec-rails -Version: 5.1.0 +Version: 5.1.1 Release: 0 %define mod_name rspec-rails %define mod_full_name %{mod_name}-%{version} ++++++ rspec-rails-5.1.0.gem -> rspec-rails-5.1.1.gem ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Changelog.md new/Changelog.md --- old/Changelog.md 2022-01-26 13:32:06.000000000 +0100 +++ new/Changelog.md 2022-03-07 11:44:08.000000000 +0100 @@ -1,5 +1,13 @@ ### Development -[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.1.0...5-1-maintenance) +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.1.1...5-1-maintenance) + +### 5.1.1 / 2022-03-07 +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.1.0...v5.1.1) + +Bug Fixes: + +* Properly handle global id serialised arguments in `have_enqueued_mail`. + (Jon Rowe, #2578) ### 5.1.0 / 2022-01-26 [Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.3...v5.1.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/rails/matchers/have_enqueued_mail.rb new/lib/rspec/rails/matchers/have_enqueued_mail.rb --- old/lib/rspec/rails/matchers/have_enqueued_mail.rb 2022-01-26 13:32:06.000000000 +0100 +++ new/lib/rspec/rails/matchers/have_enqueued_mail.rb 2022-03-07 11:44:08.000000000 +0100 @@ -145,7 +145,7 @@ if hash.key?("_aj_ruby2_keywords") keywords = hash["_aj_ruby2_keywords"] - original_hash = keywords.each_with_object({}) { |new_hash, keyword| new_hash[keyword.to_sym] = hash[keyword] } + original_hash = keywords.each_with_object({}) { |keyword, new_hash| new_hash[keyword.to_sym] = hash[keyword] } args + [original_hash] elsif hash.key?(:args) && hash.key?(:params) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/rspec/rails/version.rb new/lib/rspec/rails/version.rb --- old/lib/rspec/rails/version.rb 2022-01-26 13:32:06.000000000 +0100 +++ new/lib/rspec/rails/version.rb 2022-03-07 11:44:08.000000000 +0100 @@ -3,7 +3,7 @@ # Version information for RSpec Rails. module Version # Current version of RSpec Rails, in semantic versioning format. - STRING = '5.1.0' + STRING = '5.1.1' end end end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2022-01-26 13:32:06.000000000 +0100 +++ new/metadata 2022-03-07 11:44:08.000000000 +0100 @@ -1,12 +1,12 @@ --- !ruby/object:Gem::Specification name: rspec-rails version: !ruby/object:Gem::Version - version: 5.1.0 + version: 5.1.1 platform: ruby authors: - David Chelimsky - Andy Lindeman -autorequire: +autorequire: bindir: bin cert_chain: - | @@ -44,7 +44,7 @@ ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ F3MdtaDehhjC -----END CERTIFICATE----- -date: 2022-01-26 00:00:00.000000000 Z +date: 2022-03-07 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: actionpack @@ -308,11 +308,11 @@ - MIT metadata: bug_tracker_uri: https://github.com/rspec/rspec-rails/issues - changelog_uri: https://github.com/rspec/rspec-rails/blob/v5.1.0/Changelog.md + changelog_uri: https://github.com/rspec/rspec-rails/blob/v5.1.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-rails -post_install_message: +post_install_message: rdoc_options: - "--charset=UTF-8" require_paths: @@ -328,8 +328,8 @@ - !ruby/object:Gem::Version version: '0' requirements: [] -rubygems_version: 3.3.3 -signing_key: +rubygems_version: 3.1.6 +signing_key: specification_version: 4 summary: RSpec for Rails test_files: [] Binary files old/metadata.gz.sig and new/metadata.gz.sig differ