Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rubygem-web-console for openSUSE:Factory checked in at 2021-12-22 20:18:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old) and /work/SRC/openSUSE:Factory/.rubygem-web-console.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-web-console" Wed Dec 22 20:18:07 2021 rev:23 rq:942025 version:4.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes 2020-11-11 20:48:06.295743491 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-web-console.new.2520/rubygem-web-console.changes 2021-12-22 20:19:10.463878205 +0100 @@ -1,0 +2,8 @@ +Tue Dec 21 23:49:19 UTC 2021 - Manuel Schnitzer <mschnit...@suse.com> + +- updated to version 4.2.0 + + * [#308](https://github.com/rails/web-console/pull/308) Fix web-console inline templates rendering ([@voxik]) + * [#306](https://github.com/rails/web-console/pull/306) Support Ruby 3.0 and above ([@ruanwood]) + +------------------------------------------------------------------- Old: ---- web-console-4.1.0.gem New: ---- web-console-4.2.0.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-web-console.spec ++++++ --- /var/tmp/diff_new_pack.ZlY55C/_old 2021-12-22 20:19:10.967878441 +0100 +++ /var/tmp/diff_new_pack.ZlY55C/_new 2021-12-22 20:19:10.971878443 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-web-console # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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.1.0 +Version: 4.2.0 Release: 0 %define mod_name web-console %define mod_full_name %{mod_name}-%{version} ++++++ web-console-4.1.0.gem -> web-console-4.2.0.gem ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CHANGELOG.markdown new/CHANGELOG.markdown --- old/CHANGELOG.markdown 2020-11-05 12:59:33.000000000 +0100 +++ new/CHANGELOG.markdown 2021-11-17 13:51:16.000000000 +0100 @@ -2,6 +2,11 @@ ## master (unreleased) +## 4.2.0 + +* [#308](https://github.com/rails/web-console/pull/308) Fix web-console inline templates rendering ([@voxik]) +* [#306](https://github.com/rails/web-console/pull/306) Support Ruby 3.0 and above ([@ruanwood]) + ## 4.1.0 * [#304](https://github.com/rails/web-console/pull/304) Add support for Rails 6.1 ([@stephannv]) @@ -179,3 +184,5 @@ [@celvro]: https://github.com/celvro [@JuanitoFatas]: https://github.com/JuanitoFatas [@p8]: https://github.com/p8 +[@voxik]: https://github.com/voxik +[@ryanwood]: https://github.com/ryanwood diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIT-LICENSE new/MIT-LICENSE --- old/MIT-LICENSE 2020-11-05 12:59:33.000000000 +0100 +++ new/MIT-LICENSE 2021-11-17 13:51:16.000000000 +0100 @@ -1,4 +1,4 @@ -Copyright 2014-2016 Charlie Somerville, Genadi Samokovarov, Guillermo Iguaran and Ryan Dao +Copyright 2014-2016 Hailey 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 2020-11-05 12:59:33.000000000 +0100 +++ new/README.markdown 2021-11-17 13:51:16.000000000 +0100 @@ -1,5 +1,5 @@ <p align=right> - <strong>Current version: 4.1.0</strong> Documentation for: + <strong>Current version: 4.1.0</strong> | Documentation for: <a href=https://github.com/rails/web-console/tree/v1.0.4>v1.0.4</a> <a href=https://github.com/rails/web-console/tree/v2.2.1>v2.2.1</a> <a href=https://github.com/rails/web-console/tree/v3.7.0>v3.7.0</a> @@ -175,15 +175,15 @@ ## Credits -* Shoutout to [Charlie Somerville] for [better_errors]. +* Shoutout to [Hailey Somerville] for [better_errors]. * 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 +[better_errors]: https://github.com/BetterErrors/better_errors [debug_inspector]: https://github.com/banister/debug_inspector [binding_of_caller]: https://github.com/banister/binding_of_caller -[Charlie Somerville]: https://github.com/charliesome +[Hailey Somerville]: https://github.com/haileys [John Mair]: https://github.com/banister [Charles Oliver Nutter]: https://github.com/headius [templates]: https://github.com/rails/web-console/tree/master/lib/web_console/templates 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/evaluator.rb new/lib/web_console/evaluator.rb --- old/lib/web_console/evaluator.rb 2020-11-05 12:59:33.000000000 +0100 +++ new/lib/web_console/evaluator.rb 2021-11-17 13:51:16.000000000 +0100 @@ -19,7 +19,12 @@ end def eval(input) - "=> #{@binding.eval(input).inspect}\n" + # Binding#source_location is available since Ruby 2.6. + if @binding.respond_to? :source_location + "=> #{@binding.eval(input, *@binding.source_location).inspect}\n" + else + "=> #{@binding.eval(input).inspect}\n" + end rescue Exception => exc format_exception(exc) end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/web_console/templates/layouts/inlined_string.erb new/lib/web_console/templates/layouts/inlined_string.erb --- old/lib/web_console/templates/layouts/inlined_string.erb 2020-11-05 12:59:33.000000000 +0100 +++ new/lib/web_console/templates/layouts/inlined_string.erb 2021-11-17 13:51:16.000000000 +0100 @@ -1 +1 @@ -"<%= j yield %>" +`<%= j yield %>` 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-11-05 12:59:33.000000000 +0100 +++ new/lib/web_console/version.rb 2021-11-17 13:51:16.000000000 +0100 @@ -1,5 +1,5 @@ # frozen_string_literal: true module WebConsole - VERSION = "4.1.0" + VERSION = "4.2.0" end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2020-11-05 12:59:33.000000000 +0100 +++ new/metadata 2021-11-17 13:51:16.000000000 +0100 @@ -1,17 +1,17 @@ --- !ruby/object:Gem::Specification name: web-console version: !ruby/object:Gem::Version - version: 4.1.0 + version: 4.2.0 platform: ruby authors: -- Charlie Somerville +- Hailey Somerville - Genadi Samokovarov - Guillermo Iguaran - Ryan Dao autorequire: bindir: bin cert_chain: [] -date: 2020-11-05 00:00:00.000000000 Z +date: 2021-11-17 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: railties @@ -71,7 +71,7 @@ version: 0.4.0 description: email: -- char...@charliesomerville.com +- hai...@hailey.lol - gsamokova...@gmail.com - guilleigua...@gmail.com - daoduyducdu...@gmail.com @@ -138,7 +138,7 @@ - !ruby/object:Gem::Version version: '0' requirements: [] -rubygems_version: 3.0.3 +rubygems_version: 3.1.6 signing_key: specification_version: 4 summary: A debugging tool for your Ruby on Rails applications.