Hello community,
here is the log from the commit of package rubygem-web-console for
openSUSE:Factory checked in at 2020-07-14 08:01:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
and /work/SRC/openSUSE:Factory/.rubygem-web-console.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-web-console"
Tue Jul 14 08:01:09 2020 rev:21 rq:820711 version:4.0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes
2020-06-25 15:11:33.990144430 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-web-console.new.3060/rubygem-web-console.changes
2020-07-14 08:01:59.958316063 +0200
@@ -1,0 +2,7 @@
+Mon Jul 13 15:00:35 UTC 2020 - Manuel Schnitzer <[email protected]>
+
+- updated to version 4.0.4
+
+ *
[fb483743](https://github.com/rails/web-console/commit/fb483743a6a2a4168cdc0b2e03f48fc393991b73)
Fix a crash on webrick with Rack 2.2.3 ([@gsamokovarov])
+
+-------------------------------------------------------------------
Old:
----
web-console-4.0.3.gem
New:
----
web-console-4.0.4.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-web-console.spec ++++++
--- /var/tmp/diff_new_pack.Ezl1rs/_old 2020-07-14 08:02:01.202320091 +0200
+++ /var/tmp/diff_new_pack.Ezl1rs/_new 2020-07-14 08:02:01.202320091 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-web-console
-Version: 4.0.3
+Version: 4.0.4
Release: 0
%define mod_name web-console
%define mod_full_name %{mod_name}-%{version}
++++++ web-console-4.0.3.gem -> web-console-4.0.4.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.markdown new/CHANGELOG.markdown
--- old/CHANGELOG.markdown 2020-06-17 12:29:42.000000000 +0200
+++ new/CHANGELOG.markdown 2020-07-12 18:52:16.000000000 +0200
@@ -2,6 +2,10 @@
## master (unreleased)
+## 4.0.4
+
+*
[fb483743](https://github.com/rails/web-console/commit/fb483743a6a2a4168cdc0b2e03f48fc393991b73)
Fix a crash on webrick with Rack 2.2.3 ([@gsamokovarov])
+
## 4.0.3
* [#291](https://github.com/rails/web-console/pull/291) Deprecate
config.web_console.whitelisted_ips ([@JuanitoFatas])
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/web_console/injector.rb
new/lib/web_console/injector.rb
--- old/lib/web_console/injector.rb 2020-06-17 12:29:42.000000000 +0200
+++ new/lib/web_console/injector.rb 2020-07-12 18:52:16.000000000 +0200
@@ -16,7 +16,7 @@
# Set Content-Length header to the size of the current body
# + the extra content. Otherwise the response will be truncated.
if @headers["Content-Length"]
- @headers["Content-Length"] = @body.bytesize + content.bytesize
+ @headers["Content-Length"] = (@body.bytesize + content.bytesize).to_s
end
[
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/web_console/version.rb
new/lib/web_console/version.rb
--- old/lib/web_console/version.rb 2020-06-17 12:29:42.000000000 +0200
+++ new/lib/web_console/version.rb 2020-07-12 18:52:16.000000000 +0200
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module WebConsole
- VERSION = "4.0.3"
+ VERSION = "4.0.4"
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2020-06-17 12:29:42.000000000 +0200
+++ new/metadata 2020-07-12 18:52:16.000000000 +0200
@@ -1,17 +1,17 @@
--- !ruby/object:Gem::Specification
name: web-console
version: !ruby/object:Gem::Version
- version: 4.0.3
+ version: 4.0.4
platform: ruby
authors:
- Charlie Somerville
- Genadi Samokovarov
- Guillermo Iguaran
- Ryan Dao
-autorequire:
+autorequire:
bindir: bin
cert_chain: []
-date: 2020-06-17 00:00:00.000000000 Z
+date: 2020-07-12 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: railties
@@ -69,7 +69,7 @@
- - ">="
- !ruby/object:Gem::Version
version: 0.4.0
-description:
+description:
email:
- [email protected]
- [email protected]
@@ -123,7 +123,7 @@
licenses:
- MIT
metadata: {}
-post_install_message:
+post_install_message:
rdoc_options: []
require_paths:
- lib
@@ -139,7 +139,7 @@
version: '0'
requirements: []
rubygems_version: 3.0.3
-signing_key:
+signing_key:
specification_version: 4
summary: A debugging tool for your Ruby on Rails applications.
test_files: []