commit rubygem-web-console for openSUSE:Factory

2020-07-14 Thread root
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 
+
+- 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.0 +0200
+++ new/CHANGELOG.markdown  2020-07-12 18:52:16.0 +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.0 +0200
+++ new/lib/web_console/injector.rb 2020-07-12 18:52:16.0 +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.0 +0200
+++ new/lib/web_console/version.rb  2020-07-12 18:52:16.0 +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/metadata2020-06-17 12:29:42.0 +0200
+++ new/metadata2020-07-12 18:52:16.0 +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.0 Z
+date: 2020-07-12 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: railties
@@ -69,7 +69,7 @@
 - - ">="
   - !ruby/object:Gem::Version
 version: 0.4.0
-description: 
+description:
 email:
 - char...@charliesomerville.com
 - gsamokova...@gmail.com
@@ -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: []




commit rubygem-web-console for openSUSE:Factory

2020-06-25 Thread root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2020-06-25 15:11:07

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"

Thu Jun 25 15:11:07 2020 rev:20 rq:817015 version:4.0.3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2020-05-11 13:40:23.408996783 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new.3060/rubygem-web-console.changes
2020-06-25 15:11:33.990144430 +0200
@@ -1,0 +2,8 @@
+Thu Jun 25 09:48:09 UTC 2020 - Manuel Schnitzer 
+
+- updated to version 4.0.3
+
+  * [#291](https://github.com/rails/web-console/pull/291) Deprecate 
config.web_console.whitelisted_ips ([@JuanitoFatas])
+  * [#290](https://github.com/rails/web-console/pull/290) Fix Content-Length 
for rack >= 2.1.0 ([@p8])
+
+---

Old:

  web-console-4.0.2.gem

New:

  web-console-4.0.3.gem



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.NYXcht/_old  2020-06-25 15:11:36.402151999 +0200
+++ /var/tmp/diff_new_pack.NYXcht/_new  2020-06-25 15:11:36.406152011 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-web-console
-Version:4.0.2
+Version:4.0.3
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}

++ web-console-4.0.2.gem -> web-console-4.0.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.markdown new/CHANGELOG.markdown
--- old/CHANGELOG.markdown  2020-05-05 15:29:39.0 +0200
+++ new/CHANGELOG.markdown  2020-06-17 12:29:42.0 +0200
@@ -2,6 +2,11 @@
 
 ## master (unreleased)
 
+## 4.0.3
+
+* [#291](https://github.com/rails/web-console/pull/291) Deprecate 
config.web_console.whitelisted_ips ([@JuanitoFatas])
+* [#290](https://github.com/rails/web-console/pull/290) Fix Content-Length for 
rack >= 2.1.0 ([@p8])
+
 ## 4.0.2
 
 * [#285](https://github.com/rails/web-console/pull/285) Increase timeout on 
paste ([@celvro])
@@ -12,12 +17,12 @@
 
 ## 4.0.0
 
-* 
[|61c](https://github.com/rails/web-console/commit/61ce65b599f56809de1bd8da6590a80acbd92017)
 Move to config.web_console.permissions ([@gsamokovarov])
-* 
[|961](https://github.com/rails/web-console/commit/96127aac143e1e653fffdc4bb65e1ce0b5ff342d)
 Introduce Binding#console as an alternative interface ([@gsamokovarov])
-* 
[|d45](https://github.com/rails/web-console/commit/d4591ca5396ed15a08818f3da11134852a485b27)
 Introduce Rails 6 support ([@gsamokovarov])
-* 
[|f97](https://github.com/rails/web-console/commit/f97d8a889a38366485e5c5e8985995c19bf61d13)
 Introduce Ruby 2.6 support ([@gsamokovarov])
-* 
[|d6d](https://github.com/rails/web-console/commit/d6deacd9d5fcaabf3e3051d6985b53f924f86956)
 Drop Rails 5 support ([@gsamokovarov])
-* 
[|90f](https://github.com/rails/web-console/commit/90fda8789d402f05647c18f8cdf8e5c3d01692dd)
 Drop Ruby 2.4 support ([@gsamokovarov])
+* 
[61ce65b5](https://github.com/rails/web-console/commit/61ce65b599f56809de1bd8da6590a80acbd92017)
 Move to config.web_console.permissions ([@gsamokovarov])
+* 
[96127ac1](https://github.com/rails/web-console/commit/96127aac143e1e653fffdc4bb65e1ce0b5ff342d)
 Introduce Binding#console as an alternative interface ([@gsamokovarov])
+* 
[d4591ca5](https://github.com/rails/web-console/commit/d4591ca5396ed15a08818f3da11134852a485b27)
 Introduce Rails 6 support ([@gsamokovarov])
+* 
[f97d8a88](https://github.com/rails/web-console/commit/f97d8a889a38366485e5c5e8985995c19bf61d13)
 Introduce Ruby 2.6 support ([@gsamokovarov])
+* 
[d6deacd9](https://github.com/rails/web-console/commit/d6deacd9d5fcaabf3e3051d6985b53f924f86956)
 Drop Rails 5 support ([@gsamokovarov])
+* 
[90fda878](https://github.com/rails/web-console/commit/90fda8789d402f05647c18f8cdf8e5c3d01692dd)
 Drop Ruby 2.4 support ([@gsamokovarov])
 * [#265](https://github.com/rails/web-console/pull/265) Add support for nested 
exceptions ([@yuki24])
 
 ## 3.7.0
@@ -159,3 +164,5 @@
 [@yuki24]: https://github.com/yuki24
 [@patorash]: https://github.com/patorash
 [@celvro]: https://github.com/celvro
+[@JuanitoFatas]: https://github.com/JuanitoFatas
+[@p8]: https://github.com/p8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.markdown new/README.markdown
--- old/README.markdown 2020-05-05 15:29:39.0 +0200
+++ new/README.markdown 2020-06-17 12:29:42.0 +0200
@@ -66,7 +66,7 @@
 `config.web_console.permissions` lets you control which IP's have access to
 the console.
 

commit rubygem-web-console for openSUSE:Factory

2020-05-11 Thread root
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 
+
+- 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.0 +0200
+++ new/CHANGELOG.markdown  2020-05-05 15:29:39.0 +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.erb2019-08-17 
09:10:47.0 +0200
+++ new/lib/web_console/templates/console.js.erb2020-05-05 
15:29:39.0 +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.0 +0200
+++ new/lib/web_console/version.rb  2020-05-05 15:29:39.0 +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/metadata2019-08-17 09:10:47.0 +0200
+++ new/metadata2020-05-05 15:29:39.0 +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.0 Z
+date: 2020-05-05 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: railties




commit rubygem-web-console for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2019-08-19 21:41:13

Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-web-console.new.22127 (New)


Package is "rubygem-web-console"

Mon Aug 19 21:41:13 2019 rev:18 rq:724312 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2018-09-20 11:41:50.756842928 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new.22127/rubygem-web-console.changes
   2019-08-19 21:41:50.220285185 +0200
@@ -1,0 +2,23 @@
+Sat Aug 17 21:23:16 UTC 2019 - Manuel Schnitzer 
+
+- updated to version 4.0.1
+
+  * [#279](https://github.com/rails/web-console/pull/279) Fix initial 
config.web_console.permissions value ([@patorash])
+
+---
+Sun May  5 09:48:16 UTC 2019 - Stephan Kulow 
+
+- updated to version 4.0.0
+ see installed CHANGELOG.markdown
+
+  ## 4.0.0
+  
+  * 
[|61c](https://github.com/rails/web-console/commit/61ce65b599f56809de1bd8da6590a80acbd92017)
 Move to config.web_console.permissions ([@gsamokovarov])
+  * 
[|961](https://github.com/rails/web-console/commit/96127aac143e1e653fffdc4bb65e1ce0b5ff342d)
 Introduce Binding#console as an alternative interface ([@gsamokovarov])
+  * 
[|d45](https://github.com/rails/web-console/commit/d4591ca5396ed15a08818f3da11134852a485b27)
 Introduce Rails 6 support ([@gsamokovarov])
+  * 
[|f97](https://github.com/rails/web-console/commit/f97d8a889a38366485e5c5e8985995c19bf61d13)
 Introduce Ruby 2.6 support ([@gsamokovarov])
+  * 
[|d6d](https://github.com/rails/web-console/commit/d6deacd9d5fcaabf3e3051d6985b53f924f86956)
 Drop Rails 5 support ([@gsamokovarov])
+  * 
[|90f](https://github.com/rails/web-console/commit/90fda8789d402f05647c18f8cdf8e5c3d01692dd)
 Drop Ruby 2.4 support ([@gsamokovarov])
+  * [#265](https://github.com/rails/web-console/pull/265) Add support for 
nested exceptions ([@yuki24])
+
+---

Old:

  web-console-3.7.0.gem

New:

  web-console-4.0.1.gem



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.EdvOGx/_old  2019-08-19 21:41:51.180284996 +0200
+++ /var/tmp/diff_new_pack.EdvOGx/_new  2019-08-19 21:41:51.184284996 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-web-console
 #
-# Copyright (c) 2018 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -24,12 +24,12 @@
 #
 
 Name:   rubygem-web-console
-Version:3.7.0
+Version:4.0.1
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 2.2.2}
+BuildRequires:  %{ruby >= 2.5}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/rails/web-console

++ web-console-3.7.0.gem -> web-console-4.0.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.markdown new/CHANGELOG.markdown
--- old/CHANGELOG.markdown  2018-09-02 21:44:49.0 +0200
+++ new/CHANGELOG.markdown  2019-08-17 09:10:47.0 +0200
@@ -2,6 +2,20 @@
 
 ## master (unreleased)
 
+## 4.0.1
+
+* [#279](https://github.com/rails/web-console/pull/279) Fix initial 
config.web_console.permissions value ([@patorash])
+
+## 4.0.0
+
+* 
[|61c](https://github.com/rails/web-console/commit/61ce65b599f56809de1bd8da6590a80acbd92017)
 Move to config.web_console.permissions ([@gsamokovarov])
+* 
[|961](https://github.com/rails/web-console/commit/96127aac143e1e653fffdc4bb65e1ce0b5ff342d)
 Introduce Binding#console as an alternative interface ([@gsamokovarov])
+* 
[|d45](https://github.com/rails/web-console/commit/d4591ca5396ed15a08818f3da11134852a485b27)
 Introduce Rails 6 support ([@gsamokovarov])
+* 
[|f97](https://github.com/rails/web-console/commit/f97d8a889a38366485e5c5e8985995c19bf61d13)
 Introduce Ruby 2.6 support ([@gsamokovarov])
+* 
[|d6d](https://github.com/rails/web-console/commit/d6deacd9d5fcaabf3e3051d6985b53f924f86956)
 Drop Rails 5 support ([@gsamokovarov])
+* 

commit rubygem-web-console for openSUSE:Factory

2018-09-20 Thread root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2018-09-20 11:41:48

Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-web-console.new (New)


Package is "rubygem-web-console"

Thu Sep 20 11:41:48 2018 rev:17 rq:635255 version:3.7.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2018-05-06 15:01:56.371988647 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 
2018-09-20 11:41:50.756842928 +0200
@@ -1,0 +2,12 @@
+Wed Sep  5 10:47:25 UTC 2018 - co...@suse.com
+
+- updated to version 3.7.0
+ see installed CHANGELOG.markdown
+
+  ## 3.7.0
+  
+  * [#263](https://github.com/rails/web-console/pull/263) Show binding changes 
([@causztic])
+  * [#258](https://github.com/rails/web-console/pull/258) Support Ctrl-A, 
Ctrl-W and Ctrl-U ([@gsamokovarov])
+  * [#257](https://github.com/rails/web-console/pull/257) Always try to keep 
the console underneath the website content ([@gsamokovarov])
+
+---

Old:

  web-console-3.6.2.gem

New:

  web-console-3.7.0.gem



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.O0Psws/_old  2018-09-20 11:41:51.412842543 +0200
+++ /var/tmp/diff_new_pack.O0Psws/_new  2018-09-20 11:41:51.416842540 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-web-console
-Version:3.6.2
+Version:3.7.0
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}

++ web-console-3.6.2.gem -> web-console-3.7.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.markdown new/CHANGELOG.markdown
--- old/CHANGELOG.markdown  2018-04-29 20:40:18.0 +0200
+++ new/CHANGELOG.markdown  2018-09-02 21:44:49.0 +0200
@@ -2,6 +2,12 @@
 
 ## master (unreleased)
 
+## 3.7.0
+
+* [#263](https://github.com/rails/web-console/pull/263) Show binding changes 
([@causztic])
+* [#258](https://github.com/rails/web-console/pull/258) Support Ctrl-A, Ctrl-W 
and Ctrl-U ([@gsamokovarov])
+* [#257](https://github.com/rails/web-console/pull/257) Always try to keep the 
console underneath the website content ([@gsamokovarov])
+
 ## 3.6.2
 
 * [#255](https://github.com/rails/web-console/pull/255) Fix the truncated HTML 
body, because of wrong Content-Length header ([@timomeh])
@@ -131,3 +137,4 @@
 [@ybart]: https://github.com/ybart
 [@fl0l0u]: https://github.com/fl0l0u
 [@timomeh]: https://github.com/timomeh
+[@causztic]: https://github.com/causztic
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.markdown new/README.markdown
--- old/README.markdown 2018-04-29 20:40:18.0 +0200
+++ new/README.markdown 2018-09-02 21:44:49.0 +0200
@@ -94,7 +94,7 @@
 > Cannot render console from 192.168.1.133! Allowed networks:
 > 127.0.0.0/127.255.255.255, ::1
 
-If you don't wanna see this message anymore, set this option to `false`:
+If you don't want to see this message anymore, set this option to `false`:
 
 ```ruby
 Rails.application.configure do
@@ -104,7 +104,7 @@
 
 ### config.web_console.template_paths
 
-If you wanna style the console yourself, you can place `style.css` at a
+If you want to style the console yourself, you can place `style.css` at a
 directory pointed by `config.web_console.template_paths`:
 
 ```ruby
@@ -113,13 +113,13 @@
 end
 ```
 
-You may wanna check the [templates] folder at the source tree for the files you
+You may want to check the [templates] folder at the source tree for the files 
you
 may override.
 
 ### config.web_console.mount_point
 
 Usually the middleware of _Web Console_ is mounted at `/__web_console`.
-If you wanna change the path for some reasons, you can specify it
+If you want to change the path for some reasons, you can specify it
 by `config.web_console.mount_point`:
 
 ```ruby
@@ -137,7 +137,7 @@
 
 If you miss this feature, check out [rvt].
 
-### Why I constantly get unavailable session errors?
+### Why do I constantly get unavailable session errors?
 
 All of _Web Console_ sessions are stored in memory. If you happen to run on a
 multi-process server (like Unicorn) you may get unavailable session errors
@@ -146,12 +146,17 @@
 To avoid that, if you use such servers in development, configure them so they
 server requests only out of one process.
 
+ Passenger
+
+Enable sticky sessions for [Passenger on Nginx] or [Passenger on Apache] to
+prevent unavailable session errors.
+
 ### How to inspect local and instance variables?
 
 The 

commit rubygem-web-console for openSUSE:Factory

2018-05-06 Thread root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2018-05-06 15:01:38

Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-web-console.new (New)


Package is "rubygem-web-console"

Sun May  6 15:01:38 2018 rev:16 rq:603058 version:3.6.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2017-07-26 13:05:45.666151647 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 
2018-05-06 15:01:56.371988647 +0200
@@ -1,0 +2,35 @@
+Sun Apr 29 19:14:43 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 3.6.2
+ see installed CHANGELOG.markdown
+
+  ## 3.6.2
+  
+  * [#255](https://github.com/rails/web-console/pull/255) Fix the truncated 
HTML body, because of wrong Content-Length header ([@timomeh])
+
+---
+Thu Apr 19 07:17:27 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 3.6.1
+ see installed CHANGELOG.markdown
+
+  ## 3.6.1
+  
+  * [#252](https://github.com/rails/web-console/pull/252) Fix improper 
injection in Rack bodies like ActionDispatch::Response::RackBody 
([@gsamokovarov])
+
+---
+Tue Apr 10 17:52:21 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 3.6.0
+ see installed CHANGELOG.markdown
+
+  ## 3.6.0
+  
+  * [#254](https://github.com/rails/web-console/pull/254) Rescue 
ActionDispatch::RemoteIp::IpSpoofAttackError ([@wjordan])
+  * [#250](https://github.com/rails/web-console/pull/250) Close original body 
to comply with Rack SPEC ([@wagenet])
+  * [#249](https://github.com/rails/web-console/pull/249) Update for 
frozen-string-literal friendliness ([@pat])
+  * [#248](https://github.com/rails/web-console/pull/248) Fix copy on Safari 
([@ybart])
+  * [#246](https://github.com/rails/web-console/pull/246) International 
keyboard special character input fixes ([@fl0l0u])
+  * [#244](https://github.com/rails/web-console/pull/244) Let 
WebConsole.logger respect Rails.logger ([@gsamokovarov])
+
+---

Old:

  web-console-3.5.1.gem

New:

  web-console-3.6.2.gem



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.IdTfLR/_old  2018-05-06 15:01:57.463948567 +0200
+++ /var/tmp/diff_new_pack.IdTfLR/_new  2018-05-06 15:01:57.463948567 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-web-console
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-web-console
-Version:3.5.1
+Version:3.6.2
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}

++ web-console-3.5.1.gem -> web-console-3.6.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.markdown new/CHANGELOG.markdown
--- old/CHANGELOG.markdown  2017-05-12 12:27:36.0 +0200
+++ new/CHANGELOG.markdown  2018-04-29 20:40:18.0 +0200
@@ -2,15 +2,32 @@
 
 ## master (unreleased)
 
+## 3.6.2
+
+* [#255](https://github.com/rails/web-console/pull/255) Fix the truncated HTML 
body, because of wrong Content-Length header ([@timomeh])
+
+## 3.6.1
+
+* [#252](https://github.com/rails/web-console/pull/252) Fix improper injection 
in Rack bodies like ActionDispatch::Response::RackBody ([@gsamokovarov])
+
+## 3.6.0
+
+* [#254](https://github.com/rails/web-console/pull/254) Rescue 
ActionDispatch::RemoteIp::IpSpoofAttackError ([@wjordan])
+* [#250](https://github.com/rails/web-console/pull/250) Close original body to 
comply with Rack SPEC ([@wagenet])
+* [#249](https://github.com/rails/web-console/pull/249) Update for 
frozen-string-literal friendliness ([@pat])
+* [#248](https://github.com/rails/web-console/pull/248) Fix copy on Safari 
([@ybart])
+* [#246](https://github.com/rails/web-console/pull/246) International keyboard 
special character input fixes ([@fl0l0u])
+* [#244](https://github.com/rails/web-console/pull/244) Let WebConsole.logger 
respect Rails.logger ([@gsamokovarov])
+
 ## 3.5.1
 
-* [239](https://github.com/rails/web-console/pull/239) Fix the 
ActionDispatch::DebugExceptions integration ([@gsamokovarov])
+* [#239](https://github.com/rails/web-console/pull/239) Fix the 
ActionDispatch::DebugExceptions integration ([@gsamokovarov])
 
 ## 3.5.0
 
-* 

commit rubygem-web-console for openSUSE:Factory

2017-07-26 Thread root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2017-07-26 13:05:42

Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-web-console.new (New)


Package is "rubygem-web-console"

Wed Jul 26 13:05:42 2017 rev:15 rq:512504 version:3.5.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2017-06-28 10:36:30.717462435 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 
2017-07-26 13:05:45.666151647 +0200
@@ -1,0 +2,5 @@
+Tue Jul 25 12:12:58 UTC 2017 - dims...@opensuse.org
+
+- Build for all ruby versions (boo#1049991).
+
+---



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.a5HO2f/_old  2017-07-26 13:05:46.190077731 +0200
+++ /var/tmp/diff_new_pack.a5HO2f/_new  2017-07-26 13:05:46.194077167 +0200
@@ -28,16 +28,12 @@
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}
-# MANUAL
-%define rb_build_versions ruby22
-%define rb_default_ruby_abi ruby:2.2.0
-# /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{ruby >= 2.2.2}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/rails/web-console
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:A debugging tool for your Ruby on Rails applications
 License:MIT

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.a5HO2f/_old  2017-07-26 13:05:46.226072653 +0200
+++ /var/tmp/diff_new_pack.a5HO2f/_new  2017-07-26 13:05:46.230072089 +0200
@@ -68,6 +68,3 @@
 # :post: |-
 #   /bin/echo foo
 #
-:preamble: |-
-  %define rb_build_versions ruby22
-  %define rb_default_ruby_abi ruby:2.2.0




commit rubygem-web-console for openSUSE:Factory

2017-06-28 Thread root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2017-06-28 10:36:27

Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-web-console.new (New)


Package is "rubygem-web-console"

Wed Jun 28 10:36:27 2017 rev:14 rq:505843 version:3.5.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2017-06-08 14:59:05.832098110 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 
2017-06-28 10:36:30.717462435 +0200
@@ -114 +114,2 @@
-  no changelog found
+  - Fix remote code execution vulnerability in Web Console. 
+CVE-2015-3224.(bnc#934796) (bsc#1041338)



Other differences:
--



commit rubygem-web-console for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2017-06-08 14:59:05

Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-web-console.new (New)


Package is "rubygem-web-console"

Thu Jun  8 14:59:05 2017 rev:13 rq:497439 version:3.5.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2017-04-17 10:27:18.581730456 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 
2017-06-08 14:59:05.832098110 +0200
@@ -1,0 +2,10 @@
+Tue May 23 09:17:57 UTC 2017 - co...@suse.com
+
+- updated to version 3.5.1
+ see installed CHANGELOG.markdown
+
+  ## 3.5.1
+  
+  * [239](https://github.com/rails/web-console/pull/239) Fix the 
ActionDispatch::DebugExceptions integration ([@gsamokovarov])
+
+---

Old:

  web-console-3.5.0.gem

New:

  web-console-3.5.1.gem



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.60yWjq/_old  2017-06-08 14:59:06.488005540 +0200
+++ /var/tmp/diff_new_pack.60yWjq/_new  2017-06-08 14:59:06.492004976 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-web-console
-Version:3.5.0
+Version:3.5.1
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}

++ web-console-3.5.0.gem -> web-console-3.5.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.markdown new/CHANGELOG.markdown
--- old/CHANGELOG.markdown  2017-03-29 12:01:11.0 +0200
+++ new/CHANGELOG.markdown  2017-05-12 12:27:36.0 +0200
@@ -2,6 +2,10 @@
 
 ## master (unreleased)
 
+## 3.5.1
+
+* [239](https://github.com/rails/web-console/pull/239) Fix the 
ActionDispatch::DebugExceptions integration ([@gsamokovarov])
+
 ## 3.5.0
 
 * [237](https://github.com/rails/web-console/pull/237) Bindex integration for 
JRuby 9k support ([@gsamokovarov])
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/extensions.rb 
new/lib/web_console/extensions.rb
--- old/lib/web_console/extensions.rb   2017-03-29 12:01:11.0 +0200
+++ new/lib/web_console/extensions.rb   2017-05-12 12:27:36.0 +0200
@@ -20,12 +20,12 @@
   end
 end
 
-module WebConsole
-  module DebugExceptionsExt
-def render_exception(request, exception)
-  super(request, exception).tap do
+module ActionDispatch
+  class DebugExceptions
+def render_exception_with_web_console(request, exception)
+  render_exception_without_web_console(request, exception).tap do
 backtrace_cleaner = 
request.get_header('action_dispatch.backtrace_cleaner')
-error = ActionDispatch::ExceptionWrapper.new(backtrace_cleaner, 
exception).exception
+error = ExceptionWrapper.new(backtrace_cleaner, exception).exception
 
 # Get the original exception if ExceptionWrapper decides to follow it.
 Thread.current[:__web_console_exception] = error
@@ -38,7 +38,8 @@
 end
   end
 end
+
+alias_method :render_exception_without_web_console, :render_exception
+alias_method :render_exception, :render_exception_with_web_console
   end
 end
-
-ActionDispatch::DebugExceptions.prepend(WebConsole::DebugExceptionsExt)
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  2017-03-29 12:01:12.0 +0200
+++ new/lib/web_console/version.rb  2017-05-12 12:27:37.0 +0200
@@ -1,3 +1,3 @@
 module WebConsole
-  VERSION = '3.5.0'
+  VERSION = '3.5.1'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-03-29 12:01:11.0 +0200
+++ new/metadata2017-05-12 12:27:36.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: web-console
 version: !ruby/object:Gem::Version
-  version: 3.5.0
+  version: 3.5.1
 platform: ruby
 authors:
 - Charlie Somerville
@@ -11,7 +11,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-03-29 00:00:00.0 Z
+date: 2017-05-12 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: railties




commit rubygem-web-console for openSUSE:Factory

2017-04-17 Thread root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2017-04-17 10:27:16

Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-web-console.new (New)


Package is "rubygem-web-console"

Mon Apr 17 10:27:16 2017 rev:12 rq:487595 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2016-11-17 12:43:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 
2017-04-17 10:27:18.581730456 +0200
@@ -1,0 +2,12 @@
+Thu Mar 30 04:37:14 UTC 2017 - co...@suse.com
+
+- updated to version 3.5.0
+ see installed CHANGELOG.markdown
+
+  ## 3.5.0
+  
+  * [237](https://github.com/rails/web-console/pull/237) Bindex integration 
for JRuby 9k support ([@gsamokovarov])
+  * [236](https://github.com/rails/web-console/pull/236) Remove unused Active 
Support lazy load hook ([@betesh])
+  * [230](https://github.com/rails/web-console/pull/230) Handle invalid remote 
addresses ([@akirakoyasu])
+
+---

Old:

  web-console-3.4.0.gem

New:

  web-console-3.5.0.gem



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.hrZBep/_old  2017-04-17 10:27:19.309627373 +0200
+++ /var/tmp/diff_new_pack.hrZBep/_new  2017-04-17 10:27:19.309627373 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-web-console
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-web-console
-Version:3.4.0
+Version:3.5.0
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}

++ web-console-3.4.0.gem -> web-console-3.5.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.markdown new/CHANGELOG.markdown
--- old/CHANGELOG.markdown  2016-10-29 12:01:55.0 +0200
+++ new/CHANGELOG.markdown  2017-03-29 12:01:11.0 +0200
@@ -2,6 +2,12 @@
 
 ## master (unreleased)
 
+## 3.5.0
+
+* [237](https://github.com/rails/web-console/pull/237) Bindex integration for 
JRuby 9k support ([@gsamokovarov])
+* [236](https://github.com/rails/web-console/pull/236) Remove unused Active 
Support lazy load hook ([@betesh])
+* [230](https://github.com/rails/web-console/pull/230) Handle invalid remote 
addresses ([@akirakoyasu])
+
 ## 3.4.0
 
 * [#205](https://github.com/rails/web-console/pull/205) Introduce 
autocompletion ([@sh19910711])
@@ -96,3 +102,5 @@
 [@frenesim]: https://github.com/frenesim
 [@herminiotorres]: https://github.com/herminiotorres
 [@schneems]: https://github.com/schneems
+[@betesh]: https://github.com/betesh
+[@akirakoyasu]: https://github.com/akirakoyasu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.markdown new/README.markdown
--- old/README.markdown 2016-10-29 12:01:55.0 +0200
+++ new/README.markdown 2017-03-29 12:01:11.0 +0200
@@ -10,10 +10,6 @@
 _Web Console_ is a debugging tool for your Ruby on Rails applications.
 
 - [Installation](#installation)
-- [Runtime](#runtime)
-  - [CRuby](#cruby)
-  - [JRuby](#jruby)
-  - [Rubinius](#rubinius)
 - [Configuration](#configuration)
 - [Usage](#usage)
 - [FAQ](#faq)
@@ -33,16 +29,6 @@
 After you save the `Gemfile` changes, make sure to run `bundle install` and
 restart your server for the _Web Console_ to kick in.
 
-## Runtime
-
-### CRuby
-
-CRuby 2.2 and above is required.
-
-### Rubinius
-
-Internal errors like `ZeroDevisionError` aren't caught.
-
 ## Usage
 
 The web console allows you to create an interactive Ruby session in your
@@ -162,7 +148,6 @@
 multi-process server (like Unicorn) you may get unavailable session errors
 while the server is still running. This is because a request may hit a
 different worker (process) that doesn't have the desired session in memory.
-
 To avoid that, if you use such servers in development, configure them so they
 server requests only out of one process.
 
@@ -190,12 +175,13 @@
 ## Credits
 
 * Shoutout to [Charlie Somerville] for [better_errors].
-* Kudos to [John Mair] for [debug_inspector].
+* Kudos to [John Mair] for [binding_of_caller] and [debug_inspector].
 * Thanks to [Charles Oliver Nutter] for all the _JRuby_ feedback.
 * Hugs and kisses to all of our [contributors]!
 
 [better_errors]: https://github.com/charliesome/better_errors
 

commit rubygem-web-console for openSUSE:Factory

2016-11-17 Thread h_root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2016-11-17 12:42:58

Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-web-console.new (New)


Package is "rubygem-web-console"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2016-07-21 07:58:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 
2016-11-17 12:43:00.0 +0100
@@ -1,0 +2,10 @@
+Sun Oct 30 05:46:40 UTC 2016 - co...@suse.com
+
+- updated to version 3.4.0
+ see installed CHANGELOG.markdown
+
+  ## 3.4.0
+  
+  * [#205](https://github.com/rails/web-console/pull/205) Introduce 
autocompletion ([@sh19910711])
+
+---

Old:

  web-console-3.3.1.gem

New:

  web-console-3.4.0.gem



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.ikLIBW/_old  2016-11-17 12:43:01.0 +0100
+++ /var/tmp/diff_new_pack.ikLIBW/_new  2016-11-17 12:43:01.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-web-console
-Version:3.3.1
+Version:3.4.0
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}

++ web-console-3.3.1.gem -> web-console-3.4.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.markdown new/CHANGELOG.markdown
--- old/CHANGELOG.markdown  2016-07-05 10:05:07.0 +0200
+++ new/CHANGELOG.markdown  2016-10-29 12:01:55.0 +0200
@@ -2,6 +2,10 @@
 
 ## master (unreleased)
 
+## 3.4.0
+
+* [#205](https://github.com/rails/web-console/pull/205) Introduce 
autocompletion ([@sh19910711])
+
 ## 3.3.1
 
 Drop support for Rails `4.2.0`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.markdown new/README.markdown
--- old/README.markdown 2016-07-05 10:05:07.0 +0200
+++ new/README.markdown 2016-10-29 12:01:55.0 +0200
@@ -185,7 +185,7 @@
 
 ### Why I'm getting an undefined method `web_console`?
 
-Make sure you configuration lives in `config/environments/development.rb`.
+Make sure your configuration lives in `config/environments/development.rb`.
 
 ## Credits
 
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/context.rb 
new/lib/web_console/context.rb
--- old/lib/web_console/context.rb  1970-01-01 01:00:00.0 +0100
+++ new/lib/web_console/context.rb  2016-10-29 12:01:55.0 +0200
@@ -0,0 +1,43 @@
+module WebConsole
+  # A context lets you get object names related to the current session binding.
+  class Context
+def initialize(binding)
+  @binding = binding
+end
+
+# Extracts entire objects which can be called by the current session unless
+# the inputs is present.
+#
+# Otherwise, it extracts methods and constants of the object specified by
+# the input.
+def extract(input = nil)
+  input.present? ? local(input) : global
+end
+
+private
+
+  GLOBAL_OBJECTS = [
+'instance_variables',
+'local_variables',
+'methods',
+'class_variables',
+'Object.constants',
+'global_variables'
+  ]
+
+  def global
+GLOBAL_OBJECTS.map { |cmd| eval(cmd) }
+  end
+
+  def local(input)
+[
+  eval("#{input}.methods").map { |m| "#{input}.#{m}" },
+  eval("#{input}.constants").map { |c| "#{input}::#{c}" },
+]
+  end
+
+  def eval(cmd)
+@binding.eval(cmd) rescue []
+  end
+  end
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/web_console/locales/en.yml 
new/lib/web_console/locales/en.yml
--- old/lib/web_console/locales/en.yml  2016-07-05 10:05:07.0 +0200
+++ new/lib/web_console/locales/en.yml  2016-10-29 12:01:55.0 +0200
@@ -1,7 +1,7 @@
 en:
   errors:
 unavailable_session: |
-  Session %{id} is is no longer available in memory.
+  Session %{id} is no longer available in memory.
 
   If you happen to run on a multi-process server (like Unicorn or Puma) 
the process
   this request hit doesn't store %{id} in memory. Consider turning the 
number of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/web_console/middleware.rb 
new/lib/web_console/middleware.rb
--- old/lib/web_console/middleware.rb   2016-07-05 10:05:07.0 +0200
+++ 

commit rubygem-web-console for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2016-07-21 07:58:39

Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-web-console.new (New)


Package is "rubygem-web-console"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2016-07-01 09:59:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 
2016-07-21 07:58:41.0 +0200
@@ -1,0 +2,24 @@
+Wed Jul  6 04:35:44 UTC 2016 - co...@suse.com
+
+- updated to version 3.3.1
+ see installed CHANGELOG.markdown
+
+  ## 3.3.1
+  
+  Drop support for Rails `4.2.0`.
+  
+  ## 3.3.0
+  
+  * [203](https://github.com/rails/web-console/pull/203) Map bindings to 
traces based on the trace __FILE__ and __LINE__ ([@gsamokovarov])
+
+---
+Wed Jun 29 04:34:37 UTC 2016 - co...@suse.com
+
+- updated to version 3.3.0
+ see installed CHANGELOG.markdown
+
+  ## 3.2.1
+  
+  * [#202](https://github.com/rails/web-console/pull/202) Use first binding 
when there is no application binding ([@sh19910711])
+
+---

Old:

  web-console-3.2.0.gem

New:

  web-console-3.3.1.gem



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.Ip0XcG/_old  2016-07-21 07:58:42.0 +0200
+++ /var/tmp/diff_new_pack.Ip0XcG/_new  2016-07-21 07:58:42.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-web-console
-Version:3.2.0
+Version:3.3.1
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}

++ web-console-3.2.0.gem -> web-console-3.3.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.markdown new/CHANGELOG.markdown
--- old/CHANGELOG.markdown  2016-06-06 22:16:21.0 +0200
+++ new/CHANGELOG.markdown  2016-07-05 10:05:07.0 +0200
@@ -2,6 +2,18 @@
 
 ## master (unreleased)
 
+## 3.3.1
+
+Drop support for Rails `4.2.0`.
+
+## 3.3.0
+
+* [203](https://github.com/rails/web-console/pull/203) Map bindings to traces 
based on the trace __FILE__ and __LINE__ ([@gsamokovarov])
+
+## 3.2.1
+
+* [#202](https://github.com/rails/web-console/pull/202) Use first binding when 
there is no application binding ([@sh19910711])
+
 ## 3.2.0
 
 * [#198](https://github.com/rails/web-console/pull/198) Pick the first 
application trace binding on errors ([@sh19910711])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.markdown new/README.markdown
--- old/README.markdown 2016-06-06 22:16:21.0 +0200
+++ new/README.markdown 2016-07-05 10:05:07.0 +0200
@@ -26,7 +26,7 @@
 
 ```ruby
 group :development do
-  gem 'web-console', '~> 3.0'
+  gem 'web-console'
 end
 ```
 
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/exception_mapper.rb 
new/lib/web_console/exception_mapper.rb
--- old/lib/web_console/exception_mapper.rb 1970-01-01 01:00:00.0 
+0100
+++ new/lib/web_console/exception_mapper.rb 2016-07-05 10:05:07.0 
+0200
@@ -0,0 +1,33 @@
+module WebConsole
+  class ExceptionMapper
+def initialize(exception)
+  @backtrace = exception.backtrace
+  @bindings = exception.bindings
+end
+
+def first
+  guess_the_first_application_binding || @bindings.first
+end
+
+def [](index)
+  guess_binding_for_index(index) || @bindings[index]
+end
+
+private
+
+def guess_binding_for_index(index)
+  file, line = @backtrace[index].to_s.split(':')
+  line = line.to_i
+
+  @bindings.find do |binding|
+binding.eval('__FILE__') == file && binding.eval('__LINE__') == line
+  end
+end
+
+def guess_the_first_application_binding
+  @bindings.find do |binding|
+binding.eval('__FILE__').to_s.start_with?(Rails.root.to_s)
+  end
+end
+  end
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/web_console/extensions.rb 
new/lib/web_console/extensions.rb
--- old/lib/web_console/extensions.rb   2016-06-06 22:16:21.0 +0200
+++ new/lib/web_console/extensions.rb   2016-07-05 10:05:07.0 +0200
@@ -24,10 +24,7 @@
   class DebugExceptions
 def render_exception_with_web_console(request, exception)
   render_exception_without_web_console(request, exception).tap do
-# Retain superficial Rails 4.2 

commit rubygem-web-console for openSUSE:Factory

2016-07-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2016-07-01 09:59:25

Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-web-console.new (New)


Package is "rubygem-web-console"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2016-04-22 16:24:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 
2016-07-01 09:59:27.0 +0200
@@ -1,0 +2,11 @@
+Tue Jun  7 04:34:53 UTC 2016 - co...@suse.com
+
+- updated to version 3.2.0
+ see installed CHANGELOG.markdown
+
+  ## 3.2.0
+  
+  * [#198](https://github.com/rails/web-console/pull/198) Pick the first 
application trace binding on errors ([@sh19910711])
+  * [#189](https://github.com/rails/web-console/pull/189) Silence ActionView 
rendering information ([@gsamokovarov])
+
+---

Old:

  web-console-3.1.1.gem

New:

  web-console-3.2.0.gem



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.FSAkeH/_old  2016-07-01 09:59:28.0 +0200
+++ /var/tmp/diff_new_pack.FSAkeH/_new  2016-07-01 09:59:28.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-web-console
-Version:3.1.1
+Version:3.2.0
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}

++ web-console-3.1.1.gem -> web-console-3.2.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.markdown new/CHANGELOG.markdown
--- old/CHANGELOG.markdown  2016-01-28 10:20:38.0 +0100
+++ new/CHANGELOG.markdown  2016-06-06 22:16:21.0 +0200
@@ -2,6 +2,11 @@
 
 ## master (unreleased)
 
+## 3.2.0
+
+* [#198](https://github.com/rails/web-console/pull/198) Pick the first 
application trace binding on errors ([@sh19910711])
+* [#189](https://github.com/rails/web-console/pull/189) Silence ActionView 
rendering information ([@gsamokovarov])
+
 ## 3.1.1
 
 * [#185](https://github.com/rails/web-console/pull/185) Fix `rails console` 
startup ([@gsamokovarov])
@@ -19,6 +24,14 @@
 * [#162](https://github.com/rails/web-console/pull/162) Render the console 
inside the body tag ([@gsamokovarov])
 * [#165](https://github.com/rails/web-console/pull/165) Revamped integrations 
for CRuby and Rubinius ([@gsamokovarov])
 
+## 2.3.0
+
+This is mainly a Rails 5 compatibility release. If you have the chance, please
+go to 3.1.0 instead.
+
+* [#181](https://github.com/rails/web-console/pull/181) Log internal Web 
Console errors (@schneems)
+* [#150](https://github.com/rails/web-console/pull/150) Revert #150. 
(@gsamokovarov)
+
 ## 2.2.1
 
 * [#150](https://github.com/rails/web-console/pull/150) Change 
config.development_only default until 4.2.4 is released ([@gsamokovarov])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.markdown new/README.markdown
--- old/README.markdown 2016-01-28 10:20:38.0 +0100
+++ new/README.markdown 2016-06-06 22:16:21.0 +0200
@@ -37,7 +37,7 @@
 
 ### CRuby
 
-CRuby 2.2 and below is **not** supported.
+CRuby 2.2 and above is required.
 
 ### Rubinius
 
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/mapper.rb 
new/lib/web_console/mapper.rb
--- old/lib/web_console/mapper.rb   1970-01-01 01:00:00.0 +0100
+++ new/lib/web_console/mapper.rb   2016-06-06 22:16:21.0 +0200
@@ -0,0 +1,11 @@
+module WebConsole
+  class Mapper
+def initialize(exception)
+  @exception = exception
+end
+
+def [](index)
+  @exception.backtrace[index]
+end
+  end
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/web_console/session.rb 
new/lib/web_console/session.rb
--- old/lib/web_console/session.rb  2016-01-28 10:20:38.0 +0100
+++ new/lib/web_console/session.rb  2016-06-06 22:16:21.0 +0200
@@ -43,7 +43,7 @@
 def initialize(bindings)
   @id = SecureRandom.hex(16)
   @bindings = Array(bindings)
-  @evaluator = Evaluator.new(@bindings[0])
+  @evaluator = Evaluator.new(initial_binding)
 
   store_into_memory
 end
@@ -64,6 +64,10 @@
 
 private
 
+  def initial_binding
+@bindings.find { |b| 
b.eval('__FILE__').to_s.start_with?(Rails.root.to_s) }
+  end
+
   def store_into_memory
 inmemory_storage[id] = self
   end
diff -urN '--exclude=CVS' 

commit rubygem-web-console for openSUSE:Factory

2016-04-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2016-04-22 16:24:24

Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-web-console.new (New)


Package is "rubygem-web-console"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2016-03-17 16:49:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 
2016-04-22 16:24:27.0 +0200
@@ -1,0 +2,16 @@
+Tue Apr 12 04:33:31 UTC 2016 - co...@suse.com
+
+- updated to version 3.1.1
+ see installed CHANGELOG.markdown
+
+  ## 3.1.1
+  
+  * [#185](https://github.com/rails/web-console/pull/185) Fix `rails console` 
startup ([@gsamokovarov])
+  
+  ## 3.1.0
+  
+  * [#182](https://github.com/rails/web-console/pull/182) Let `#console` live 
in `Kernel` ([@schneems])
+  * [#181](https://github.com/rails/web-console/pull/181) Log internal Web 
Console errors ([@gsamokovarov])
+  * [#180](https://github.com/rails/web-console/pull/180) Autoload Web Console 
constants for faster Rails boot time ([@herminiotorres])
+
+---

Old:

  web-console-3.0.0.gem

New:

  web-console-3.1.1.gem



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.UV1Ceu/_old  2016-04-22 16:24:27.0 +0200
+++ /var/tmp/diff_new_pack.UV1Ceu/_new  2016-04-22 16:24:27.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-web-console
-Version:3.0.0
+Version:3.1.1
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}
@@ -52,7 +52,7 @@
 
 %install
 %gem_install \
-  --doc-files="MIT-LICENSE" \
+  --doc-files="CHANGELOG.markdown MIT-LICENSE README.markdown" \
   -f
 
 %gem_packages

++ web-console-3.0.0.gem -> web-console-3.1.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.markdown new/CHANGELOG.markdown
--- old/CHANGELOG.markdown  2015-12-13 17:58:49.0 +0100
+++ new/CHANGELOG.markdown  2016-01-28 10:20:38.0 +0100
@@ -2,6 +2,16 @@
 
 ## master (unreleased)
 
+## 3.1.1
+
+* [#185](https://github.com/rails/web-console/pull/185) Fix `rails console` 
startup ([@gsamokovarov])
+
+## 3.1.0
+
+* [#182](https://github.com/rails/web-console/pull/182) Let `#console` live in 
`Kernel` ([@schneems])
+* [#181](https://github.com/rails/web-console/pull/181) Log internal Web 
Console errors ([@gsamokovarov])
+* [#180](https://github.com/rails/web-console/pull/180) Autoload Web Console 
constants for faster Rails boot time ([@herminiotorres])
+
 ## 3.0.0
 
 * [#173](https://github.com/rails/web-console/pull/173) Revert "Change 
config.development_only default until 4.2.4 is released" ([@gsamokovarov])
@@ -55,3 +65,5 @@
 [@parterburn]: https://github.com/parterburn
 [@sh19910711]: https://github.com/sh19910711
 [@frenesim]: https://github.com/frenesim
+[@herminiotorres]: https://github.com/herminiotorres
+[@schneems]: https://github.com/schneems
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIT-LICENSE new/MIT-LICENSE
--- old/MIT-LICENSE 2015-12-13 17:58:49.0 +0100
+++ new/MIT-LICENSE 2016-01-28 10:20:38.0 +0100
@@ -1,4 +1,4 @@
-Copyright 2014 Charlie Somerville, Genadi Samokovarov, Guillermo Iguaran and 
Ryan Dao
+Copyright 2014-2016 Charlie Somerville, Genadi Samokovarov, Guillermo Iguaran 
and Ryan Dao
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.markdown new/README.markdown
--- old/README.markdown 2015-12-13 17:58:49.0 +0100
+++ new/README.markdown 2016-01-28 10:20:38.0 +0100
@@ -1,7 +1,8 @@
 
   Documentation for:
   https://github.com/rails/web-console/tree/v1.0.4>v1.0.4
-  https://github.com/rails/web-console/tree/v2.1.3>v2.1.3
+  https://github.com/rails/web-console/tree/v2.2.1>v2.2.1
+  https://github.com/rails/web-console/tree/v3.0.0>v3.0.0
 
 
 # Web Console [![Build 
Status](https://travis-ci.org/rails/web-console.svg?branch=master)](https://travis-ci.org/rails/web-console)
@@ -67,8 +68,10 @@
 end
 ```
 
-Only one `console` invocation is allowed per request. If you happen to have
-multiple ones, a `WebConsole::DoubleRenderError` is raised.
+The method is defined in `Kernel` and you can invoke it any application code.
+
+Only one `console` invocation is allowed once per request. If you happen to
+have multiple 

commit rubygem-web-console for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2016-03-17 16:36:00

Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-web-console.new (New)


Package is "rubygem-web-console"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2015-08-05 06:49:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 
2016-03-17 16:49:24.0 +0100
@@ -1,0 +2,20 @@
+Wed Mar  2 22:46:02 UTC 2016 - dims...@opensuse.org
+
+- Fix spec: this rubygem is only compatible with ruby 2.2. Add:
+  + %%define rb_build_versions ruby22
+  + %%define rb_default_ruby_abi ruby:2.2.0
+
+---
+Mon Jan 25 05:55:49 UTC 2016 - co...@suse.com
+
+- updated to version 3.0.0
+ see installed CHANGELOG.markdown
+
+  ## 3.0.0
+  
+  * [#173](https://github.com/rails/web-console/pull/173) Revert "Change 
config.development_only default until 4.2.4 is released" ([@gsamokovarov])
+  * [#171](https://github.com/rails/web-console/pull/171) Fixed blocked IP 
logging ([@gsamokovarov])
+  * [#162](https://github.com/rails/web-console/pull/162) Render the console 
inside the body tag ([@gsamokovarov])
+  * [#165](https://github.com/rails/web-console/pull/165) Revamped 
integrations for CRuby and Rubinius ([@gsamokovarov])
+
+---

Old:

  web-console-2.2.1.gem

New:

  web-console-3.0.0.gem



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.rZPino/_old  2016-03-17 16:49:25.0 +0100
+++ /var/tmp/diff_new_pack.rZPino/_new  2016-03-17 16:49:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-web-console
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -24,13 +24,17 @@
 #
 
 Name:   rubygem-web-console
-Version:2.2.1
+Version:3.0.0
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}
+# MANUAL
+%define rb_build_versions ruby22
+%define rb_default_ruby_abi ruby:2.2.0
+# /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby >= 2.2.2}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/rails/web-console
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -48,7 +52,7 @@
 
 %install
 %gem_install \
-  --doc-files="CHANGELOG.markdown MIT-LICENSE README.markdown" \
+  --doc-files="MIT-LICENSE" \
   -f
 
 %gem_packages

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.rZPino/_old  2016-03-17 16:49:25.0 +0100
+++ /var/tmp/diff_new_pack.rZPino/_new  2016-03-17 16:49:25.0 +0100
@@ -68,3 +68,6 @@
 # :post: |-
 #   /bin/echo foo
 #
+:preamble: |-
+  %define rb_build_versions ruby22
+  %define rb_default_ruby_abi ruby:2.2.0

++ web-console-2.2.1.gem -> web-console-3.0.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.markdown new/CHANGELOG.markdown
--- old/CHANGELOG.markdown  2015-07-10 22:13:19.0 +0200
+++ new/CHANGELOG.markdown  2015-12-13 17:58:49.0 +0100
@@ -2,9 +2,16 @@
 
 ## master (unreleased)
 
+## 3.0.0
+
+* [#173](https://github.com/rails/web-console/pull/173) Revert "Change 
config.development_only default until 4.2.4 is released" ([@gsamokovarov])
+* [#171](https://github.com/rails/web-console/pull/171) Fixed blocked IP 
logging ([@gsamokovarov])
+* [#162](https://github.com/rails/web-console/pull/162) Render the console 
inside the body tag ([@gsamokovarov])
+* [#165](https://github.com/rails/web-console/pull/165) Revamped integrations 
for CRuby and Rubinius ([@gsamokovarov])
+
 ## 2.2.1
 
-* [#150](https://github.com/rails/web-console/pull/150) Change 
config.development_only default until 4.2.4 is released.
+* [#150](https://github.com/rails/web-console/pull/150) Change 
config.development_only default until 4.2.4 is released ([@gsamokovarov])
 
 ## 2.2.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.markdown new/README.markdown
--- old/README.markdown 2015-07-10 22:13:19.0 +0200
+++ new/README.markdown 2015-12-13 17:58:49.0 +0100
@@ -1,9 +1,6 @@
 
   Documentation for:
-  

commit rubygem-web-console for openSUSE:Factory

2015-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2015-08-05 06:49:51

Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-web-console.new (New)


Package is rubygem-web-console

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2015-06-23 11:56:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 
2015-08-05 06:49:52.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul 11 04:34:26 UTC 2015 - co...@suse.com
+
+- updated to version 2.2.1
+  no changelog found
+
+---

Old:

  web-console-2.1.3.gem

New:

  web-console-2.2.1.gem



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.cQ8zd7/_old  2015-08-05 06:49:53.0 +0200
+++ /var/tmp/diff_new_pack.cQ8zd7/_new  2015-08-05 06:49:53.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-web-console
-Version:2.1.3
+Version:2.2.1
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}
@@ -48,7 +48,7 @@
 
 %install
 %gem_install \
-  --doc-files=MIT-LICENSE README.markdown \
+  --doc-files=CHANGELOG.markdown MIT-LICENSE README.markdown \
   -f
 
 %gem_packages

++ web-console-2.1.3.gem - web-console-2.2.1.gem ++
 3757 lines of diff (skipped)




commit rubygem-web-console for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2015-06-23 11:56:04

Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-web-console.new (New)


Package is rubygem-web-console

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2015-03-19 21:18:19.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 
2015-06-23 11:56:06.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 17 04:42:23 UTC 2015 - co...@suse.com
+
+- updated to version 2.1.3
+  no changelog found
+
+---

Old:

  web-console-2.1.2.gem

New:

  web-console-2.1.3.gem



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.FuA0Jb/_old  2015-06-23 11:56:06.0 +0200
+++ /var/tmp/diff_new_pack.FuA0Jb/_new  2015-06-23 11:56:06.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-web-console
-Version:2.1.2
+Version:2.1.3
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}

++ web-console-2.1.2.gem - web-console-2.1.3.gem ++
 657274 lines of diff (skipped)




commit rubygem-web-console for openSUSE:Factory

2015-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2015-03-19 21:18:18

Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-web-console.new (New)


Package is rubygem-web-console

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2015-03-09 10:09:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 
2015-03-19 21:18:19.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 05:34:47 UTC 2015 - co...@suse.com
+
+- updated to version 2.1.2
+
+---

Old:

  web-console-2.1.1.gem

New:

  web-console-2.1.2.gem



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.HNa4JY/_old  2015-03-19 21:18:20.0 +0100
+++ /var/tmp/diff_new_pack.HNa4JY/_new  2015-03-19 21:18:20.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-web-console
-Version:2.1.1
+Version:2.1.2
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}

++ web-console-2.1.1.gem - web-console-2.1.2.gem ++
 14167 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-web-console for openSUSE:Factory

2015-03-09 Thread h_root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2015-03-09 10:09:32

Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-web-console.new (New)


Package is rubygem-web-console

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2015-03-03 11:15:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 
2015-03-09 10:09:40.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  6 05:35:42 UTC 2015 - co...@suse.com
+
+- updated to version 2.1.1
+
+---

Old:

  web-console-2.1.0.gem

New:

  web-console-2.1.1.gem



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.S5vr1q/_old  2015-03-09 10:09:41.0 +0100
+++ /var/tmp/diff_new_pack.S5vr1q/_new  2015-03-09 10:09:41.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-web-console
-Version:2.1.0
+Version:2.1.1
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}

++ web-console-2.1.0.gem - web-console-2.1.1.gem ++
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/request.rb 
new/lib/web_console/request.rb
--- old/lib/web_console/request.rb  2015-02-28 13:45:42.0 +0100
+++ new/lib/web_console/request.rb  2015-03-05 16:57:29.0 +0100
@@ -4,7 +4,7 @@
 # While most of the servers will return blank content type if none given,
 # Puma will return text/plain.
 cattr_accessor :acceptable_content_types
-@@acceptable_content_types = [Mime::HTML, Mime::TEXT]
+@@acceptable_content_types = [Mime::HTML, Mime::TEXT, 
Mime::URL_ENCODED_FORM]
 
 # Configurable set of whitelisted networks.
 cattr_accessor :whitelisted_ips
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  2015-02-28 13:45:42.0 +0100
+++ new/lib/web_console/version.rb  2015-03-05 16:57:29.0 +0100
@@ -1,3 +1,3 @@
 module WebConsole
-  VERSION = '2.1.0'
+  VERSION = '2.1.1'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-02-28 13:45:42.0 +0100
+++ new/metadata2015-03-05 16:57:29.0 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: web-console
 version: !ruby/object:Gem::Version
-  version: 2.1.0
+  version: 2.1.1
 platform: ruby
 authors:
 - Charlie Somerville
@@ -11,7 +11,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-02-28 00:00:00.0 Z
+date: 2015-03-05 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: railties
@@ -266,7 +266,7 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.2.2
+rubygems_version: 2.4.5
 signing_key: 
 specification_version: 4
 summary: A debugging tool for your Ruby on Rails applications.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/test/dummy/log/test.log new/test/dummy/log/test.log
--- old/test/dummy/log/test.log 2015-02-28 13:45:42.0 +0100
+++ new/test/dummy/log/test.log 2015-03-05 16:57:29.0 +0100
@@ -191180,3 +191180,301 @@
 
 WebConsole::RailtieTest: test_config.whiny_request_removes_extra_logging
 
+  ActiveRecord::SchemaMigration Load (0.4ms)  SELECT 
schema_migrations.* FROM schema_migrations
+   (1.0ms)  CREATE TABLE schema_migrations (version 
varchar NOT NULL) 
+   (0.0ms)  select sqlite_version(*)
+   (0.8ms)  CREATE UNIQUE INDEX unique_schema_migrations ON 
schema_migrations (version)
+   (0.1ms)  SELECT version FROM schema_migrations
+   (0.8ms)  INSERT INTO schema_migrations (version) VALUES 
('0')
+  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT 
schema_migrations.* FROM schema_migrations
+   (0.1ms)  begin transaction
+---
+WebConsole::MiddlewareTest: test_doesn't_render_console_in_non_html_application

commit rubygem-web-console for openSUSE:Factory

2015-03-03 Thread h_root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2015-03-03 11:15:12

Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-web-console.new (New)


Package is rubygem-web-console

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2015-02-16 21:09:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 
2015-03-03 11:15:38.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar  1 05:29:23 UTC 2015 - co...@suse.com
+
+- updated to version 2.1.0
+
+---

Old:

  web-console-2.0.0.gem

New:

  gem2rpm.yml
  web-console-2.1.0.gem



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.qLOKv4/_old  2015-03-03 11:15:39.0 +0100
+++ /var/tmp/diff_new_pack.qLOKv4/_new  2015-03-03 11:15:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-web-console
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -15,23 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-web-console
-Version:2.0.0
+Version:2.1.0
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 5
-BuildRequires:  %{ruby}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/rails/web-console
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
-Summary:A set of debugging tools for your Rails application
+Source1:gem2rpm.yml
+Summary:A debugging tool for your Ruby on Rails applications
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-A set of debugging tools for your Rails application.
+A debugging tool for your Ruby on Rails applications.
 
 %prep
 
@@ -39,7 +48,7 @@
 
 %install
 %gem_install \
-  --doc-files=MIT-LICENSE \
+  --doc-files=MIT-LICENSE README.markdown \
   -f
 
 %gem_packages

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
++ web-console-2.0.0.gem - web-console-2.1.0.gem ++
 77909 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org