commit rubygem-websocket-extensions for openSUSE:Factory
Hello community, here is the log from the commit of package rubygem-websocket-extensions for openSUSE:Factory checked in at 2019-06-30 10:22:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-websocket-extensions (Old) and /work/SRC/openSUSE:Factory/.rubygem-websocket-extensions.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "rubygem-websocket-extensions" Sun Jun 30 10:22:31 2019 rev:3 rq:712553 version:0.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-websocket-extensions/rubygem-websocket-extensions.changes 2017-12-19 10:56:37.154761623 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-websocket-extensions.new.4615/rubygem-websocket-extensions.changes 2019-06-30 10:22:33.415718591 +0200 @@ -1,0 +2,8 @@ +Sat Jun 29 22:14:48 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com> + +- updated to version 0.1.4 + + * Fix a deprecation warning for using the `=~` operator on `true` + * Change license from MIT to Apache 2.0 + +------------------------------------------------------------------- Old: ---- websocket-extensions-0.1.3.gem New: ---- websocket-extensions-0.1.4.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-websocket-extensions.spec ++++++ --- /var/tmp/diff_new_pack.WcmccQ/_old 2019-06-30 10:22:33.955719430 +0200 +++ /var/tmp/diff_new_pack.WcmccQ/_new 2019-06-30 10:22:33.955719430 +0200 @@ -1,7 +1,7 @@ # # spec file for package rubygem-websocket-extensions # -# Copyright (c) 2017 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 @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: rubygem-websocket-extensions -Version: 0.1.3 +Version: 0.1.4 Release: 0 %define mod_name websocket-extensions %define mod_full_name %{mod_name}-%{version} @@ -29,7 +29,7 @@ Url: https://github.com/faye/websocket-extensions-ruby Source: https://rubygems.org/gems/%{mod_full_name}.gem Summary: Generic extension manager for WebSocket connections -License: MIT +License: Apache-2.0 Group: Development/Languages/Ruby %description ++++++ websocket-extensions-0.1.3.gem -> websocket-extensions-0.1.4.gem ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md --- old/CHANGELOG.md 2017-11-11 02:26:38.000000000 +0100 +++ new/CHANGELOG.md 2019-06-10 13:37:02.000000000 +0200 @@ -1,15 +1,19 @@ +### 0.1.4 / 2019-06-10 + +- Fix a deprecation warning for using the `=~` operator on `true` + ### 0.1.3 / 2017-11-11 -* Accept extension names and parameters including uppercase letters +- Accept extension names and parameters including uppercase letters ### 0.1.2 / 2015-02-19 -* Make it safe to call `Extensions#close` if the handshake is not complete +- Make it safe to call `Extensions#close` if the handshake is not complete ### 0.1.1 / 2014-12-14 -* Explicitly require `strscan` which is not loaded in a vanilla Ruby environment +- Explicitly require `strscan` which is not loaded in a vanilla Ruby environment ### 0.1.0 / 2014-12-13 -* Initial release +- Initial release diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/LICENSE.md new/LICENSE.md --- old/LICENSE.md 2017-11-11 02:26:38.000000000 +0100 +++ new/LICENSE.md 2019-06-10 13:37:02.000000000 +0200 @@ -1,20 +1,12 @@ -# The MIT license +Copyright 2014-2019 James Coglan -Copyright (c) 2014-2017 James Coglan +Licensed under the Apache License, Version 2.0 (the "License"); you may not use +this file except in compliance with the License. You may obtain a copy of the +License at -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the 'Software'), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: + http://www.apache.org/licenses/LICENSE-2.0 -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Unless required by applicable law or agreed to in writing, software distributed +under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR +CONDITIONS OF ANY KIND, either express or implied. See the License for the +specific language governing permissions and limitations under the License. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/README.md new/README.md --- old/README.md 2017-11-11 02:26:38.000000000 +0100 +++ new/README.md 2019-06-10 13:37:02.000000000 +0200 @@ -309,5 +309,5 @@ ## Examples -* Consumer: [websocket-driver](https://github.com/faye/websocket-driver-ruby) -* Provider: [permessage-deflate](https://github.com/faye/permessage-deflate-ruby) +- Consumer: [websocket-driver](https://github.com/faye/websocket-driver-ruby) +- Provider: [permessage-deflate](https://github.com/faye/permessage-deflate-ruby) Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/websocket/extensions/parser.rb new/lib/websocket/extensions/parser.rb --- old/lib/websocket/extensions/parser.rb 2017-11-11 02:26:38.000000000 +0100 +++ new/lib/websocket/extensions/parser.rb 2019-06-10 13:37:02.000000000 +0200 @@ -38,7 +38,7 @@ else data = true end - if data =~ NUMBER + if data != true and data =~ NUMBER data = data =~ /\./ ? data.to_f : data.to_i(10) end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2017-11-11 02:26:38.000000000 +0100 +++ new/metadata 2019-06-10 13:37:02.000000000 +0200 @@ -1,14 +1,14 @@ --- !ruby/object:Gem::Specification name: websocket-extensions version: !ruby/object:Gem::Version - version: 0.1.3 + version: 0.1.4 platform: ruby authors: - James Coglan autorequire: bindir: bin cert_chain: [] -date: 2017-11-11 00:00:00.000000000 Z +date: 2019-06-10 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rspec @@ -38,7 +38,7 @@ - lib/websocket/extensions/parser.rb homepage: https://github.com/faye/websocket-extensions-ruby licenses: -- MIT +- Apache-2.0 metadata: {} post_install_message: rdoc_options: @@ -59,8 +59,7 @@ - !ruby/object:Gem::Version version: '0' requirements: [] -rubyforge_project: -rubygems_version: 2.6.13 +rubygems_version: 3.0.3 signing_key: specification_version: 4 summary: Generic extension manager for WebSocket connections
participants (1)
-
root