Hello community,

here is the log from the commit of package rubygem-actioncable-5_0 for 
openSUSE:Factory checked in at 2018-07-18 22:47:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-actioncable-5_0 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-actioncable-5_0.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-actioncable-5_0"

Wed Jul 18 22:47:43 2018 rev:8 rq:620970 version:5.0.7

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-actioncable-5_0/rubygem-actioncable-5_0.changes
  2017-09-26 21:15:07.192513534 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actioncable-5_0.new/rubygem-actioncable-5_0.changes
     2018-07-18 22:47:44.660193443 +0200
@@ -1,0 +2,10 @@
+Fri Mar 30 04:28:20 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.0.7
+ see installed CHANGELOG.md
+
+  ## Rails 5.0.7 (March 29, 2018) ##
+  
+  *   No changes.
+
+-------------------------------------------------------------------

Old:
----
  actioncable-5.0.6.gem

New:
----
  actioncable-5.0.7.gem

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

Other differences:
------------------
++++++ rubygem-actioncable-5_0.spec ++++++
--- /var/tmp/diff_new_pack.rnm0mM/_old  2018-07-18 22:47:45.144191839 +0200
+++ /var/tmp/diff_new_pack.rnm0mM/_new  2018-07-18 22:47:45.144191839 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-actioncable-5_0
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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-actioncable-5_0
-Version:        5.0.6
+Version:        5.0.7
 Release:        0
 %define mod_name actioncable
 %define mod_full_name %{mod_name}-%{version}

++++++ actioncable-5.0.6.gem -> actioncable-5.0.7.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2017-09-08 02:44:59.000000000 +0200
+++ new/CHANGELOG.md    2018-03-29 19:57:35.000000000 +0200
@@ -1,3 +1,8 @@
+## Rails 5.0.7 (March 29, 2018) ##
+
+*   No changes.
+
+
 ## Rails 5.0.6 (September 07, 2017) ##
 
 *   No changes.
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/gem_version.rb 
new/lib/action_cable/gem_version.rb
--- old/lib/action_cable/gem_version.rb 2017-09-08 02:44:59.000000000 +0200
+++ new/lib/action_cable/gem_version.rb 2018-03-29 19:57:35.000000000 +0200
@@ -7,7 +7,7 @@
   module VERSION
     MAJOR = 5
     MINOR = 0
-    TINY  = 6
+    TINY  = 7
     PRE   = nil
 
     STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_cable/subscription_adapter/postgresql.rb 
new/lib/action_cable/subscription_adapter/postgresql.rb
--- old/lib/action_cable/subscription_adapter/postgresql.rb     2017-09-08 
02:44:59.000000000 +0200
+++ new/lib/action_cable/subscription_adapter/postgresql.rb     2018-03-29 
19:57:35.000000000 +0200
@@ -1,4 +1,4 @@
-gem 'pg', '~> 0.18'
+gem "pg", ">= 0.18", "< 2.0"
 require 'pg'
 require 'thread'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2017-09-08 02:44:59.000000000 +0200
+++ new/metadata        2018-03-29 19:57:35.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: actioncable
 version: !ruby/object:Gem::Version
-  version: 5.0.6
+  version: 5.0.7
 platform: ruby
 authors:
 - Pratik Naik
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-09-08 00:00:00.000000000 Z
+date: 2018-03-29 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: actionpack
@@ -17,14 +17,14 @@
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.0.6
+        version: 5.0.7
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.0.6
+        version: 5.0.7
 - !ruby/object:Gem::Dependency
   name: nio4r
   requirement: !ruby/object:Gem::Requirement
@@ -156,7 +156,7 @@
       version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.6.13
+rubygems_version: 2.6.14
 signing_key: 
 specification_version: 4
 summary: WebSocket framework for Rails.


Reply via email to