<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby.git/lib, branch master</title>
<subtitle>github.com: ruby/ruby.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/'/>
<entry>
<title>[ruby/irb] Print deprecation warning for `help` command</title>
<updated>2023-05-18T03:28:31+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan001212@gmail.com</email>
</author>
<published>2023-05-18T03:28:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=b695f58d52ec047e44434c16c998c4a67d3e5571'/>
<id>b695f58d52ec047e44434c16c998c4a67d3e5571</id>
<content type='text'>
(https://github.com/ruby/irb/pull/567)

* Give show_doc its own command class

* Print deprecation warning for `help` command
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/irb/pull/567)

* Give show_doc its own command class

* Print deprecation warning for `help` command
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Bump up thor-1.2.2</title>
<updated>2023-05-13T02:21:33+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-05-13T00:53:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=5f411b9b3e45a40df788f85156d4337206686deb'/>
<id>5f411b9b3e45a40df788f85156d4337206686deb</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/d9a003b4e7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/d9a003b4e7
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge https://github.com/rubygems/rubygems/pull/6655 manually.</title>
<updated>2023-05-10T06:02:29+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-05-10T06:02:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=0ef6e718d9774484cd66cad5447d61ee985d8680'/>
<id>0ef6e718d9774484cd66cad5447d61ee985d8680</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update SPDX license list</title>
<updated>2023-05-10T05:58:55+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2023-04-28T19:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=9ed189e9aa4e1b1852b18ad01def9c738238299b'/>
<id>9ed189e9aa4e1b1852b18ad01def9c738238299b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Simplify code by Gem::Specification#runtime_dependencies</title>
<updated>2023-05-08T08:56:22+00:00</updated>
<author>
<name>Takumasa Ochi</name>
<email>aeroastro007@gmail.com</email>
</author>
<published>2023-05-08T04:51:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=5831f7c83177d6214aee1165df694bb4d4ae8ec6'/>
<id>5831f7c83177d6214aee1165df694bb4d4ae8ec6</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/324139af8f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/324139af8f
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Fix dialog corrupts rendering by pushing up input line</title>
<updated>2023-05-07T13:18:13+00:00</updated>
<author>
<name>tomoya ishida</name>
<email>tomoyapenguin@gmail.com</email>
</author>
<published>2023-05-07T13:18:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=5eca327fc50bebb06c6af103d109a1fef0895605'/>
<id>5eca327fc50bebb06c6af103d109a1fef0895605</id>
<content type='text'>
too much
(https://github.com/ruby/reline/pull/524)

* Do not render dialog where it overflows screen

* Dialog rendering should Scroll down only when needed

* Refactor screen_y_range calculation

Co-authored-by: Stan Lo &lt;stan001212@gmail.com&gt;

---------

https://github.com/ruby/reline/commit/bc0e3d1310

Co-authored-by: Stan Lo &lt;stan001212@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
too much
(https://github.com/ruby/reline/pull/524)

* Do not render dialog where it overflows screen

* Dialog rendering should Scroll down only when needed

* Refactor screen_y_range calculation

Co-authored-by: Stan Lo &lt;stan001212@gmail.com&gt;

---------

https://github.com/ruby/reline/commit/bc0e3d1310

Co-authored-by: Stan Lo &lt;stan001212@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Isolate root dir if specified</title>
<updated>2023-05-06T07:39:24+00:00</updated>
<author>
<name>zzak</name>
<email>zzakscott@gmail.com</email>
</author>
<published>2023-03-04T13:24:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=8b2884c0b51e4733c09ecbb388ca1b236bad738b'/>
<id>8b2884c0b51e4733c09ecbb388ca1b236bad738b</id>
<content type='text'>
This ensures only files from the root directory are chosen, in order to allow a clean build from outside the source directory.

https://github.com/ruby/rdoc/commit/f3b389aa9e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures only files from the root directory are chosen, in order to allow a clean build from outside the source directory.

https://github.com/ruby/rdoc/commit/f3b389aa9e
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Drop the support for 2.5 or earlier because of CVE-2021-31799</title>
<updated>2023-05-05T14:01:50+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-05-05T13:52:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=40438fc4d35738cad32d2bb7a0426ee2b1e32ade'/>
<id>40438fc4d35738cad32d2bb7a0426ee2b1e32ade</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/26136138aa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/26136138aa
</pre>
</div>
</content>
</entry>
<entry>
<title>Redirect to `IO::NULL` for the portability</title>
<updated>2023-05-05T09:52:36+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-05-05T09:32:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=cfa6a892d05c5dcbd8fcd7c78cdbac49a8ff6100'/>
<id>cfa6a892d05c5dcbd8fcd7c78cdbac49a8ff6100</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] [DOC] stop documenting fallback `MatchData#match_length`</title>
<updated>2023-05-02T17:06:36+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-05-02T06:52:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=32cc6301b375583c0aa7d8fea480628131e6a2aa'/>
<id>32cc6301b375583c0aa7d8fea480628131e6a2aa</id>
<content type='text'>
Also empty document of `Object`.

https://github.com/ruby/rdoc/commit/ce32a3102b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also empty document of `Object`.

https://github.com/ruby/rdoc/commit/ce32a3102b
</pre>
</div>
</content>
</entry>
</feed>
