<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/lib, branch v3_2_4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>merge revision(s) f6adc5be94a9f70a5b9897b81dabdeb49b573393,bccdc041665032b819fab1c04ed4dbdfeeeb366b: [Backport #19582]</title>
<updated>2023-07-17T00:54:51+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2023-07-17T00:54:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9d8d0585ec35070099e4fdeef5ee18f6fbf339b6'/>
<id>9d8d0585ec35070099e4fdeef5ee18f6fbf339b6</id>
<content type='text'>
	Check if Bundler is defined

	---
	 tool/lib/leakchecker.rb | 2 +-
	 1 file changed, 1 insertion(+), 1 deletion(-)

	Check if `Bundler::EnvironmentPreserver` is defined

	Only `Bundler` might be defined.  `EnvironmentPreserver` and its
	`BUNDLER_PREFIX` would be defined together in the same file.
	---
	 tool/lib/leakchecker.rb | 5 ++++-
	 1 file changed, 4 insertions(+), 1 deletion(-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Check if Bundler is defined

	---
	 tool/lib/leakchecker.rb | 2 +-
	 1 file changed, 1 insertion(+), 1 deletion(-)

	Check if `Bundler::EnvironmentPreserver` is defined

	Only `Bundler` might be defined.  `EnvironmentPreserver` and its
	`BUNDLER_PREFIX` would be defined together in the same file.
	---
	 tool/lib/leakchecker.rb | 5 ++++-
	 1 file changed, 4 insertions(+), 1 deletion(-)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use URI-0.12.1 for Ruby 3.2 (#7603)</title>
<updated>2023-03-28T11:36:36+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-03-28T11:36:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f8c775cb413724a45bb5641de94f4f9210044116'/>
<id>f8c775cb413724a45bb5641de94f4f9210044116</id>
<content type='text'>
* Merge URI-0.12.1

* Use URI-0.12.1

* Update core_assertions for using assert_linear_performance</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Merge URI-0.12.1

* Use URI-0.12.1

* Update core_assertions for using assert_linear_performance</pre>
</div>
</content>
</entry>
<entry>
<title>Support new style diagnostic reports</title>
<updated>2022-12-24T15:43:27+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-12-24T15:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3cbe37bd357464c0ce665770998b691cad022a24'/>
<id>3cbe37bd357464c0ce665770998b691cad022a24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `require 'io/wait'` where it's no longer necessary. (#6932)</title>
<updated>2022-12-14T22:37:01+00:00</updated>
<author>
<name>Samuel Williams</name>
<email>samuel.williams@oriontransfer.co.nz</email>
</author>
<published>2022-12-14T22:37:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d20bd06a97555a4493458d866590107da6cb21f4'/>
<id>d20bd06a97555a4493458d866590107da6cb21f4</id>
<content type='text'>
* Remove `require 'io/wait'` as it's part of core now.

* Update ruby specs using version gates.

* Add note about why it's conditional.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove `require 'io/wait'` as it's part of core now.

* Update ruby specs using version gates.

* Add note about why it's conditional.</pre>
</div>
</content>
</entry>
<entry>
<title>Skip calling f.read for `overwrite: true`-only cases</title>
<updated>2022-12-13T08:25:02+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2022-12-13T08:22:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3262842e0adaed63935923bdc14884ac19d7549c'/>
<id>3262842e0adaed63935923bdc14884ac19d7549c</id>
<content type='text'>
We only need to set outpath for that case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We only need to set outpath for that case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure f.read is not called twice</title>
<updated>2022-12-13T08:17:47+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2022-12-13T08:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5ba9dcff16226bbe0f24b234e62e2ed67a17ac53'/>
<id>5ba9dcff16226bbe0f24b234e62e2ed67a17ac53</id>
<content type='text'>
--revision.h and --if-change are not used simultaneously, but they might
be in the future.

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--revision.h and --if-change are not used simultaneously, but they might
be in the future.

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid overwriting revision.h when .git doesn't exist (#6915)</title>
<updated>2022-12-13T07:34:30+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2022-12-13T07:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7edcdc380f3bb6f5a81bfb5798c339acd844a0d3'/>
<id>7edcdc380f3bb6f5a81bfb5798c339acd844a0d3</id>
<content type='text'>
* Avoid overwriting revision.h when .git doesn't exist

* Overwrite revision.h if it's blank</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Avoid overwriting revision.h when .git doesn't exist

* Overwrite revision.h if it's blank</pre>
</div>
</content>
</entry>
<entry>
<title>Fix positional argument color [ci skip]</title>
<updated>2022-12-12T14:32:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-12-12T04:17:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e809bd31fd7877ea4e302c18cbd42f1b2d685728'/>
<id>e809bd31fd7877ea4e302c18cbd42f1b2d685728</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use class methods of `File` over `Kernel.open` and `IO.read`</title>
<updated>2022-11-30T17:28:49+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-11-25T05:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d752cf7601adbe4bc2dc658effc2f61563a7dfb7'/>
<id>d752cf7601adbe4bc2dc658effc2f61563a7dfb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to overwrite the file in VPATH if possible</title>
<updated>2022-11-13T09:05:11+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-11-13T09:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=70c9d5b504525afd679cb45174e9544f150428a5'/>
<id>70c9d5b504525afd679cb45174e9544f150428a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
