Hello community,
here is the log from the commit of package rubygem-actioncable-5_0 for
openSUSE:Factory checked in at 2017-06-08 14:59:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Thu Jun 8 14:59:10 2017 rev:5 rq:497661 version:5.0.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-actioncable-5_0/rubygem-actioncable-5_0.changes
2017-03-21 22:50:02.270637106 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-actioncable-5_0.new/rubygem-actioncable-5_0.changes
2017-06-08 14:59:18.334333640 +0200
@@ -1,0 +2,6 @@
+Tue May 23 09:34:28 UTC 2017 - [email protected]
+
+- updated to version 5.0.3
+ see installed CHANGELOG.md
+
+-------------------------------------------------------------------
Old:
----
actioncable-5.0.2.gem
New:
----
actioncable-5.0.3.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-actioncable-5_0.spec ++++++
--- /var/tmp/diff_new_pack.l6sXdk/_old 2017-06-08 14:59:19.942106731 +0200
+++ /var/tmp/diff_new_pack.l6sXdk/_new 2017-06-08 14:59:19.942106731 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-actioncable-5_0
-Version: 5.0.2
+Version: 5.0.3
Release: 0
%define mod_name actioncable
%define mod_full_name %{mod_name}-%{version}
++++++ actioncable-5.0.2.gem -> actioncable-5.0.3.gem ++++++
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/authorization.rb
new/lib/action_cable/connection/authorization.rb
--- old/lib/action_cable/connection/authorization.rb 2017-03-02
00:12:10.000000000 +0100
+++ new/lib/action_cable/connection/authorization.rb 2017-05-12
22:04:22.000000000 +0200
@@ -3,11 +3,11 @@
module Authorization
class UnauthorizedError < StandardError; end
- private
- def reject_unauthorized_connection
- logger.error "An unauthorized connection attempt was rejected"
- raise UnauthorizedError
- end
+ # Closes the \WebSocket connection if it is open and returns a 404 "File
not Found" response.
+ def reject_unauthorized_connection
+ logger.error "An unauthorized connection attempt was rejected"
+ raise UnauthorizedError
+ end
end
end
end
\ No newline at end of file
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-03-02 00:12:10.000000000 +0100
+++ new/lib/action_cable/gem_version.rb 2017-05-12 22:04:22.000000000 +0200
@@ -7,7 +7,7 @@
module VERSION
MAJOR = 5
MINOR = 0
- TINY = 2
+ TINY = 3
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2017-03-02 00:12:10.000000000 +0100
+++ new/metadata 2017-05-12 22:04:22.000000000 +0200
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: actioncable
version: !ruby/object:Gem::Version
- version: 5.0.2
+ version: 5.0.3
platform: ruby
authors:
- Pratik Naik
@@ -9,7 +9,7 @@
autorequire:
bindir: bin
cert_chain: []
-date: 2017-03-01 00:00:00.000000000 Z
+date: 2017-05-12 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: actionpack
@@ -17,14 +17,14 @@
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.0.2
+ version: 5.0.3
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.0.2
+ version: 5.0.3
- !ruby/object:Gem::Dependency
name: nio4r
requirement: !ruby/object:Gem::Requirement
@@ -161,3 +161,4 @@
specification_version: 4
summary: WebSocket framework for Rails.
test_files: []
+has_rdoc: