Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-em-websocket for
openSUSE:Factory checked in at 2022-02-02 22:41:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-em-websocket (Old)
and /work/SRC/openSUSE:Factory/.rubygem-em-websocket.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-em-websocket"
Wed Feb 2 22:41:17 2022 rev:3 rq:950616 version:0.5.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-em-websocket/rubygem-em-websocket.changes
2020-10-05 19:31:14.672725776 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-em-websocket.new.1898/rubygem-em-websocket.changes
2022-02-02 22:42:19.919158402 +0100
@@ -1,0 +2,7 @@
+Tue Jan 25 06:51:22 UTC 2022 - Stephan Kulow <[email protected]>
+
+updated to version 0.5.3
+ see installed CHANGELOG.rdoc
+
+
+-------------------------------------------------------------------
Old:
----
em-websocket-0.5.2.gem
New:
----
em-websocket-0.5.3.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-em-websocket.spec ++++++
--- /var/tmp/diff_new_pack.s66mdo/_old 2022-02-02 22:42:20.319155691 +0100
+++ /var/tmp/diff_new_pack.s66mdo/_new 2022-02-02 22:42:20.323155663 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-em-websocket
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# 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-em-websocket
-Version: 0.5.2
+Version: 0.5.3
Release: 0
%define mod_name em-websocket
%define mod_full_name %{mod_name}-%{version}
++++++ em-websocket-0.5.2.gem -> em-websocket-0.5.3.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md 2020-09-24 00:06:41.000000000 +0200
+++ new/README.md 2021-11-11 06:04:01.000000000 +0100
@@ -46,6 +46,10 @@
When receiving a ping, the server will automatically respond with a pong as
the spec requires (so you should _not_ write an onping handler that replies
with a pong), however it is possible to bind to ping & pong events if desired
by using the `onping` and `onpong` methods.
+### Healthchecks
+
+It's possible to send a regular `HTTP GET` request to the `/healthcheck`
endpoint and receive a `200` response from the server.
+
### Close codes and reasons
A WebSocket connection can be closed cleanly, regardless of protocol, by
calling `ws.close(code = nil, body = nil)`.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/em-websocket.gemspec new/em-websocket.gemspec
--- old/em-websocket.gemspec 2020-09-24 00:06:41.000000000 +0200
+++ new/em-websocket.gemspec 2021-11-11 06:04:01.000000000 +0100
@@ -19,5 +19,5 @@
s.require_paths = ["lib"]
s.add_dependency("eventmachine", ">= 0.12.9")
- s.add_dependency("http_parser.rb", '~> 0.6.0')
+ s.add_dependency("http_parser.rb", '~> 0')
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/em-websocket/version.rb
new/lib/em-websocket/version.rb
--- old/lib/em-websocket/version.rb 2020-09-24 00:06:41.000000000 +0200
+++ new/lib/em-websocket/version.rb 2021-11-11 06:04:01.000000000 +0100
@@ -1,5 +1,5 @@
module EventMachine
module Websocket
- VERSION = "0.5.2"
+ VERSION = "0.5.3"
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2020-09-24 00:06:41.000000000 +0200
+++ new/metadata 2021-11-11 06:04:01.000000000 +0100
@@ -1,15 +1,15 @@
--- !ruby/object:Gem::Specification
name: em-websocket
version: !ruby/object:Gem::Version
- version: 0.5.2
+ version: 0.5.3
platform: ruby
authors:
- Ilya Grigorik
- Martyn Loughran
-autorequire:
+autorequire:
bindir: bin
cert_chain: []
-date: 2020-09-23 00:00:00.000000000 Z
+date: 2021-11-11 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: eventmachine
@@ -31,14 +31,14 @@
requirements:
- - "~>"
- !ruby/object:Gem::Version
- version: 0.6.0
+ version: '0'
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - "~>"
- !ruby/object:Gem::Version
- version: 0.6.0
+ version: '0'
description: EventMachine based WebSocket server
email:
- [email protected]
@@ -105,7 +105,7 @@
licenses:
- MIT
metadata: {}
-post_install_message:
+post_install_message:
rdoc_options: []
require_paths:
- lib
@@ -120,8 +120,8 @@
- !ruby/object:Gem::Version
version: '0'
requirements: []
-rubygems_version: 3.0.3
-signing_key:
+rubygems_version: 3.0.3.1
+signing_key:
specification_version: 4
summary: EventMachine based WebSocket server
test_files: