Hello community,

here is the log from the commit of package rubygem-actioncable-6.0 for 
openSUSE:Factory checked in at 2020-05-11 13:37:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-actioncable-6.0 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-actioncable-6.0.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-actioncable-6.0"

Mon May 11 13:37:47 2020 rev:6 rq:802306 version:6.0.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-actioncable-6.0/rubygem-actioncable-6.0.changes
  2020-04-27 23:40:41.459794120 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actioncable-6.0.new.2738/rubygem-actioncable-6.0.changes
        2020-05-11 13:37:50.464675767 +0200
@@ -1,0 +2,15 @@
+Thu May  7 19:56:29 UTC 2020 - Stephan Kulow <[email protected]>
+
+- updated to version 6.0.3
+ see installed CHANGELOG.md
+
+  ## Rails 6.0.3 (May 06, 2020) ##
+  
+  *   No changes.
+  
+  
+  ## Rails 6.0.2.2 (March 19, 2020) ##
+  
+  *   No changes.
+
+-------------------------------------------------------------------

Old:
----
  actioncable-6.0.2.2.gem

New:
----
  actioncable-6.0.3.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-actioncable-6.0.spec ++++++
--- /var/tmp/diff_new_pack.yTD1QW/_old  2020-05-11 13:37:51.040676975 +0200
+++ /var/tmp/diff_new_pack.yTD1QW/_new  2020-05-11 13:37:51.044676983 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-actioncable-6.0
-Version:        6.0.2.2
+Version:        6.0.3
 Release:        0
 %define mod_name actioncable
 %define mod_full_name %{mod_name}-%{version}

++++++ actioncable-6.0.2.2.gem -> actioncable-6.0.3.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2020-03-19 17:42:43.000000000 +0100
+++ new/CHANGELOG.md    2020-05-06 20:00:05.000000000 +0200
@@ -1,3 +1,13 @@
+## Rails 6.0.3 (May 06, 2020) ##
+
+*   No changes.
+
+
+## Rails 6.0.2.2 (March 19, 2020) ##
+
+*   No changes.
+
+
 ## Rails 6.0.2.1 (December 18, 2019) ##
 
 *   No changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2020-03-19 17:42:43.000000000 +0100
+++ new/README.md       2020-05-06 20:00:05.000000000 +0200
@@ -21,4 +21,4 @@
 
 Feature requests should be discussed on the rails-core mailing list here:
 
-* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
+* https://discuss.rubyonrails.org/c/rubyonrails-core
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        2020-03-19 
17:42:43.000000000 +0100
+++ new/lib/action_cable/connection/test_case.rb        2020-05-06 
20:00:05.000000000 +0200
@@ -185,7 +185,7 @@
 
           connection = self.class.connection_class.allocate
           connection.singleton_class.include(TestConnection)
-          connection.send(:initialize, build_test_request(path, 
request_params))
+          connection.send(:initialize, build_test_request(path, 
**request_params))
           connection.connect if connection.respond_to?(:connect)
 
           # Only set instance variable if connected successfully
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 2020-03-19 17:42:43.000000000 +0100
+++ new/lib/action_cable/gem_version.rb 2020-05-06 20:00:05.000000000 +0200
@@ -9,8 +9,8 @@
   module VERSION
     MAJOR = 6
     MINOR = 0
-    TINY  = 2
-    PRE   = "2"
+    TINY  = 3
+    PRE   = nil
 
     STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_cable/server/worker.rb 
new/lib/action_cable/server/worker.rb
--- old/lib/action_cable/server/worker.rb       2020-03-19 17:42:43.000000000 
+0100
+++ new/lib/action_cable/server/worker.rb       2020-05-06 20:00:05.000000000 
+0200
@@ -66,7 +66,6 @@
       end
 
       private
-
         def logger
           ActionCable.server.logger
         end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2020-03-19 17:42:43.000000000 +0100
+++ new/metadata        2020-05-06 20:00:05.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: actioncable
 version: !ruby/object:Gem::Version
-  version: 6.0.2.2
+  version: 6.0.3
 platform: ruby
 authors:
 - Pratik Naik
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2020-03-19 00:00:00.000000000 Z
+date: 2020-05-06 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: actionpack
@@ -17,14 +17,14 @@
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 6.0.2.2
+        version: 6.0.3
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 6.0.2.2
+        version: 6.0.3
 - !ruby/object:Gem::Dependency
   name: nio4r
   requirement: !ruby/object:Gem::Requirement
@@ -126,10 +126,10 @@
 - MIT
 metadata:
   bug_tracker_uri: https://github.com/rails/rails/issues
-  changelog_uri: 
https://github.com/rails/rails/blob/v6.0.2.2/actioncable/CHANGELOG.md
-  documentation_uri: https://api.rubyonrails.org/v6.0.2.2/
-  mailing_list_uri: https://groups.google.com/forum/#!forum/rubyonrails-talk
-  source_code_uri: https://github.com/rails/rails/tree/v6.0.2.2/actioncable
+  changelog_uri: 
https://github.com/rails/rails/blob/v6.0.3/actioncable/CHANGELOG.md
+  documentation_uri: https://api.rubyonrails.org/v6.0.3/
+  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
+  source_code_uri: https://github.com/rails/rails/tree/v6.0.3/actioncable
 post_install_message: 
 rdoc_options: []
 require_paths:
@@ -145,7 +145,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.0.3
+rubygems_version: 3.1.2
 signing_key: 
 specification_version: 4
 summary: WebSocket framework for Rails.

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.yTD1QW/_old  2020-05-11 13:37:51.164677235 +0200
+++ /var/tmp/diff_new_pack.yTD1QW/_new  2020-05-11 13:37:51.164677235 +0200
@@ -9,7 +9,7 @@
 # ## used by gem2rpm
 # :license: MIT or Ruby
 # ## used by gem2rpm and gem_packages
-# :version_suffix: -x_y
+:version_suffix: '-6.0'
 # ## used by gem2rpm and gem_packages
 # :disable_docs: true
 # ## used by gem2rpm


Reply via email to