Hello community,
here is the log from the commit of package rubygem-actioncable-5_1 for
openSUSE:Factory checked in at 2017-09-13 22:34:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-actioncable-5_1 (Old)
and /work/SRC/openSUSE:Factory/.rubygem-actioncable-5_1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-actioncable-5_1"
Wed Sep 13 22:34:00 2017 rev:2 rq:523489 version:5.1.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-actioncable-5_1/rubygem-actioncable-5_1.changes
2017-09-04 12:38:51.050169125 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-actioncable-5_1.new/rubygem-actioncable-5_1.changes
2017-09-13 22:35:20.137369836 +0200
@@ -1,0 +2,6 @@
+Fri Sep 8 13:19:48 UTC 2017 - [email protected]
+
+- update to version 5.1.4
+ see installed CHANGELOG.md
+
+-------------------------------------------------------------------
Old:
----
actioncable-5.1.3.gem
New:
----
actioncable-5.1.4.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-actioncable-5_1.spec ++++++
--- /var/tmp/diff_new_pack.Qg27MM/_old 2017-09-13 22:35:20.705289873 +0200
+++ /var/tmp/diff_new_pack.Qg27MM/_new 2017-09-13 22:35:20.705289873 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-actioncable-5_1
-Version: 5.1.3
+Version: 5.1.4
Release: 0
%define mod_name actioncable
%define mod_full_name %{mod_name}-%{version}
++++++ actioncable-5.1.3.gem -> actioncable-5.1.4.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2017-08-03 21:13:08.000000000 +0200
+++ new/CHANGELOG.md 2017-09-08 02:49:07.000000000 +0200
@@ -1,3 +1,13 @@
+## Rails 5.1.4 (September 07, 2017) ##
+
+* No changes.
+
+
+## Rails 5.1.4.rc1 (August 24, 2017) ##
+
+* No changes.
+
+
## Rails 5.1.3 (August 03, 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-08-03 21:13:08.000000000 +0200
+++ new/lib/action_cable/gem_version.rb 2017-09-08 02:49:07.000000000 +0200
@@ -7,7 +7,7 @@
module VERSION
MAJOR = 5
MINOR = 1
- TINY = 3
+ TINY = 4
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/assets/compiled/action_cable.js
new/lib/assets/compiled/action_cable.js
--- old/lib/assets/compiled/action_cable.js 2017-08-03 21:13:08.000000000
+0200
+++ new/lib/assets/compiled/action_cable.js 2017-09-08 02:49:07.000000000
+0200
@@ -1,4 +1,6 @@
(function() {
+ var context = this;
+
(function() {
(function() {
var slice = [].slice;
@@ -57,9 +59,9 @@
};
}).call(this);
- }).call(this);
+ }).call(context);
- var ActionCable = this.ActionCable;
+ var ActionCable = context.ActionCable;
(function() {
(function() {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2017-08-03 21:13:08.000000000 +0200
+++ new/metadata 2017-09-08 02:49:07.000000000 +0200
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: actioncable
version: !ruby/object:Gem::Version
- version: 5.1.3
+ version: 5.1.4
platform: ruby
authors:
- Pratik Naik
@@ -9,7 +9,7 @@
autorequire:
bindir: bin
cert_chain: []
-date: 2017-08-03 00:00:00.000000000 Z
+date: 2017-09-08 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: actionpack
@@ -17,14 +17,14 @@
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.1.3
+ version: 5.1.4
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.1.3
+ version: 5.1.4
- !ruby/object:Gem::Dependency
name: nio4r
requirement: !ruby/object:Gem::Requirement
@@ -135,7 +135,7 @@
version: '0'
requirements: []
rubyforge_project:
-rubygems_version: 2.6.12
+rubygems_version: 2.6.13
signing_key:
specification_version: 4
summary: WebSocket framework for Rails.