Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rubygem-actioncable-8.0 for openSUSE:Factory checked in at 2025-08-22 17:49:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-actioncable-8.0 (Old) and /work/SRC/openSUSE:Factory/.rubygem-actioncable-8.0.new.29662 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-actioncable-8.0" Fri Aug 22 17:49:17 2025 rev:4 rq:1300912 version:8.0.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-actioncable-8.0/rubygem-actioncable-8.0.changes 2025-01-21 21:10:18.538566685 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-actioncable-8.0.new.29662/rubygem-actioncable-8.0.changes 2025-08-22 17:50:35.910935595 +0200 @@ -1,0 +2,6 @@ +Thu Aug 14 00:24:30 UTC 2025 - Marcus Rueckert <mrueck...@suse.de> + +- Update to version 8.0.2.1: + https://rubyonrails.org/2025/8/13/Rails-Versions-8-0-2-1-7-2-2-2-and-7-1-5-2-have-been-released + +------------------------------------------------------------------- Old: ---- actioncable-8.0.1.gem New: ---- actioncable-8.0.2.1.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-actioncable-8.0.spec ++++++ --- /var/tmp/diff_new_pack.Co8lPW/_old 2025-08-22 17:50:37.607006265 +0200 +++ /var/tmp/diff_new_pack.Co8lPW/_new 2025-08-22 17:50:37.607006265 +0200 @@ -1,7 +1,7 @@ # # spec file for package rubygem-actioncable-8.0 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # 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-actioncable-8.0 -Version: 8.0.1 +Version: 8.0.2.1 Release: 0 %define mod_name actioncable %define mod_full_name %{mod_name}-%{version} ++++++ actioncable-8.0.1.gem -> actioncable-8.0.2.1.gem ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md --- old/CHANGELOG.md 2024-12-13 21:02:36.000000000 +0100 +++ new/CHANGELOG.md 1980-01-02 01:00:00.000000000 +0100 @@ -1,3 +1,18 @@ +## Rails 8.0.2.1 (August 13, 2025) ## + +* No changes. + + +## Rails 8.0.2 (March 12, 2025) ## + +* No changes. + + +## Rails 8.0.2 (March 12, 2025) ## + +* No changes. + + ## Rails 8.0.1 (December 13, 2024) ## * Ensure the Postgresql adapter always use a dedicated connection even during system tests. Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/action_cable/connection/test_case.rb new/lib/action_cable/connection/test_case.rb --- old/lib/action_cable/connection/test_case.rb 2024-12-13 21:02:36.000000000 +0100 +++ new/lib/action_cable/connection/test_case.rb 1980-01-02 01:00:00.000000000 +0100 @@ -75,11 +75,8 @@ # # ## Basic example # - # Unit tests are written as follows: - # - # 1. Simulate a connection attempt by calling `connect`. - # 2. Assert state, e.g. identifiers, has been assigned. - # + # Unit tests are written by first simulating a connection attempt by calling + # `connect` and then asserting state, e.g. identifiers, have been assigned. # # class ApplicationCable::ConnectionTest < ActionCable::Connection::TestCase # def test_connects_with_proper_cookie diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/action_cable/gem_version.rb new/lib/action_cable/gem_version.rb --- old/lib/action_cable/gem_version.rb 2024-12-13 21:02:36.000000000 +0100 +++ new/lib/action_cable/gem_version.rb 1980-01-02 01:00:00.000000000 +0100 @@ -11,8 +11,8 @@ module VERSION MAJOR = 8 MINOR = 0 - TINY = 1 - PRE = nil + TINY = 2 + PRE = "1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2024-12-13 21:02:36.000000000 +0100 +++ new/metadata 1980-01-02 01:00:00.000000000 +0100 @@ -1,15 +1,14 @@ --- !ruby/object:Gem::Specification name: actioncable version: !ruby/object:Gem::Version - version: 8.0.1 + version: 8.0.2.1 platform: ruby authors: - Pratik Naik - David Heinemeier Hansson -autorequire: bindir: bin cert_chain: [] -date: 2024-12-13 00:00:00.000000000 Z +date: 1980-01-02 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: activesupport @@ -17,28 +16,28 @@ requirements: - - '=' - !ruby/object:Gem::Version - version: 8.0.1 + version: 8.0.2.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version - version: 8.0.1 + version: 8.0.2.1 - !ruby/object:Gem::Dependency name: actionpack requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version - version: 8.0.1 + version: 8.0.2.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version - version: 8.0.1 + version: 8.0.2.1 - !ruby/object:Gem::Dependency name: nio4r requirement: !ruby/object:Gem::Requirement @@ -154,12 +153,11 @@ - MIT metadata: bug_tracker_uri: https://github.com/rails/rails/issues - changelog_uri: https://github.com/rails/rails/blob/v8.0.1/actioncable/CHANGELOG.md - documentation_uri: https://api.rubyonrails.org/v8.0.1/ + changelog_uri: https://github.com/rails/rails/blob/v8.0.2.1/actioncable/CHANGELOG.md + documentation_uri: https://api.rubyonrails.org/v8.0.2.1/ mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk - source_code_uri: https://github.com/rails/rails/tree/v8.0.1/actioncable + source_code_uri: https://github.com/rails/rails/tree/v8.0.2.1/actioncable rubygems_mfa_required: 'true' -post_install_message: rdoc_options: [] require_paths: - lib @@ -174,8 +172,7 @@ - !ruby/object:Gem::Version version: '0' requirements: [] -rubygems_version: 3.5.22 -signing_key: +rubygems_version: 3.6.9 specification_version: 4 summary: WebSocket framework for Rails. test_files: []