Hello community,
here is the log from the commit of package rubygem-actioncable-5_0 for
openSUSE:Factory checked in at 2019-03-27 16:18:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-actioncable-5_0 (Old)
and /work/SRC/openSUSE:Factory/.rubygem-actioncable-5_0.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-actioncable-5_0"
Wed Mar 27 16:18:48 2019 rev:10 rq:685151 version:5.0.7.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-actioncable-5_0/rubygem-actioncable-5_0.changes
2019-01-21 10:28:05.217570628 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-actioncable-5_0.new.25356/rubygem-actioncable-5_0.changes
2019-03-27 16:18:50.547561785 +0100
@@ -1,0 +2,10 @@
+Thu Mar 14 10:40:59 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to version 5.0.7.2
+ see installed CHANGELOG.md
+
+ ## Rails 5.0.7.2 (March 11, 2019) ##
+
+ * No changes.
+
+-------------------------------------------------------------------
Old:
----
actioncable-5.0.7.1.gem
New:
----
actioncable-5.0.7.2.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-actioncable-5_0.spec ++++++
--- /var/tmp/diff_new_pack.FV6iIl/_old 2019-03-27 16:18:51.107561669 +0100
+++ /var/tmp/diff_new_pack.FV6iIl/_new 2019-03-27 16:18:51.107561669 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-actioncable-5_0
#
-# 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
@@ -24,7 +24,7 @@
#
Name: rubygem-actioncable-5_0
-Version: 5.0.7.1
+Version: 5.0.7.2
Release: 0
%define mod_name actioncable
%define mod_full_name %{mod_name}-%{version}
++++++ actioncable-5.0.7.1.gem -> actioncable-5.0.7.2.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2018-11-27 21:08:13.000000000 +0100
+++ new/CHANGELOG.md 2019-03-13 17:40:38.000000000 +0100
@@ -1,3 +1,8 @@
+## Rails 5.0.7.2 (March 11, 2019) ##
+
+* No changes.
+
+
## Rails 5.0.7.1 (November 27, 2018) ##
* 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 2018-11-27 21:08:13.000000000 +0100
+++ new/lib/action_cable/gem_version.rb 2019-03-13 17:40:38.000000000 +0100
@@ -8,7 +8,7 @@
MAJOR = 5
MINOR = 0
TINY = 7
- PRE = "1"
+ PRE = "2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2018-11-27 21:08:13.000000000 +0100
+++ new/metadata 2019-03-13 17:40:38.000000000 +0100
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: actioncable
version: !ruby/object:Gem::Version
- version: 5.0.7.1
+ version: 5.0.7.2
platform: ruby
authors:
- Pratik Naik
@@ -9,7 +9,7 @@
autorequire:
bindir: bin
cert_chain: []
-date: 2018-11-27 00:00:00.000000000 Z
+date: 2019-03-13 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: actionpack
@@ -17,14 +17,14 @@
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.0.7.1
+ version: 5.0.7.2
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.0.7.1
+ version: 5.0.7.2
- !ruby/object:Gem::Dependency
name: nio4r
requirement: !ruby/object:Gem::Requirement
@@ -155,8 +155,7 @@
- !ruby/object:Gem::Version
version: '0'
requirements: []
-rubyforge_project:
-rubygems_version: 2.7.6
+rubygems_version: 3.0.1
signing_key:
specification_version: 4
summary: WebSocket framework for Rails.