Hello community,
here is the log from the commit of package rubygem-web-console for
openSUSE:Factory checked in at 2020-05-11 13:40:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
and /work/SRC/openSUSE:Factory/.rubygem-web-console.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-web-console"
Mon May 11 13:40:21 2020 rev:19 rq:802387 version:4.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes
2019-08-19 21:41:50.220285185 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-web-console.new.2738/rubygem-web-console.changes
2020-05-11 13:40:23.408996783 +0200
@@ -1,0 +2,10 @@
+Thu May 7 21:40:50 UTC 2020 - Stephan Kulow <[email protected]>
+
+- updated to version 4.0.2
+ see installed CHANGELOG.markdown
+
+ ## 4.0.2
+
+ * [#285](https://github.com/rails/web-console/pull/285) Increase timeout on
paste ([@celvro])
+
+-------------------------------------------------------------------
Old:
----
web-console-4.0.1.gem
New:
----
web-console-4.0.2.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-web-console.spec ++++++
--- /var/tmp/diff_new_pack.CPKw69/_old 2020-05-11 13:40:24.028998099 +0200
+++ /var/tmp/diff_new_pack.CPKw69/_new 2020-05-11 13:40:24.032998107 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-web-console
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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-web-console
-Version: 4.0.1
+Version: 4.0.2
Release: 0
%define mod_name web-console
%define mod_full_name %{mod_name}-%{version}
@@ -32,7 +32,7 @@
BuildRequires: %{ruby >= 2.5}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
-Url: https://github.com/rails/web-console
+URL: https://github.com/rails/web-console
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: A debugging tool for your Ruby on Rails applications
++++++ web-console-4.0.1.gem -> web-console-4.0.2.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.markdown new/CHANGELOG.markdown
--- old/CHANGELOG.markdown 2019-08-17 09:10:47.000000000 +0200
+++ new/CHANGELOG.markdown 2020-05-05 15:29:39.000000000 +0200
@@ -2,6 +2,10 @@
## master (unreleased)
+## 4.0.2
+
+* [#285](https://github.com/rails/web-console/pull/285) Increase timeout on
paste ([@celvro])
+
## 4.0.1
* [#279](https://github.com/rails/web-console/pull/279) Fix initial
config.web_console.permissions value ([@patorash])
@@ -154,3 +158,4 @@
[@causztic]: https://github.com/causztic
[@yuki24]: https://github.com/yuki24
[@patorash]: https://github.com/patorash
+[@celvro]: https://github.com/celvro
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/templates/console.js.erb
new/lib/web_console/templates/console.js.erb
--- old/lib/web_console/templates/console.js.erb 2019-08-17
09:10:47.000000000 +0200
+++ new/lib/web_console/templates/console.js.erb 2020-05-05
15:29:39.000000000 +0200
@@ -760,7 +760,7 @@
_this.addToInput(_this.clipboard.value);
_this.clipboard.value = "";
_this.clipboard.blur();
- }, 10);
+ }, 100);
}
}
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 2019-08-17 09:10:47.000000000 +0200
+++ new/lib/web_console/version.rb 2020-05-05 15:29:39.000000000 +0200
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module WebConsole
- VERSION = "4.0.1"
+ VERSION = "4.0.2"
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2019-08-17 09:10:47.000000000 +0200
+++ new/metadata 2020-05-05 15:29:39.000000000 +0200
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: web-console
version: !ruby/object:Gem::Version
- version: 4.0.1
+ version: 4.0.2
platform: ruby
authors:
- Charlie Somerville
@@ -11,7 +11,7 @@
autorequire:
bindir: bin
cert_chain: []
-date: 2019-08-17 00:00:00.000000000 Z
+date: 2020-05-05 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: railties