<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/rdoc/test_rdoc_parser.rb, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Revert changes to rdoc &amp; rubygems regarding Tempfile.open(&amp;block)</title>
<updated>2020-08-29T10:49:20+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2020-08-29T10:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d7492a0be885ea9f2b9f71e3e95582f9a859c439'/>
<id>d7492a0be885ea9f2b9f71e3e95582f9a859c439</id>
<content type='text'>
* They likely want to support older Ruby/tempfile versions
* Reverts part of e8c3872555fc85640505974e6b1c39d315572689
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* They likely want to support older Ruby/tempfile versions
* Reverts part of e8c3872555fc85640505974e6b1c39d315572689
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify Tempfile.open calls with a block as they now unlink the file automatically</title>
<updated>2020-08-29T10:23:23+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2020-08-29T10:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e8c3872555fc85640505974e6b1c39d315572689'/>
<id>e8c3872555fc85640505974e6b1c39d315572689</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "[ruby/rdoc] Use omit of test-unit instead of skip of minitest""</title>
<updated>2019-10-29T04:16:31+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2019-10-29T04:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=79a7fd91208989d180027a9fed63db76b0a08cc1'/>
<id>79a7fd91208989d180027a9fed63db76b0a08cc1</id>
<content type='text'>
This reverts commit ca5812fe4516a10cc687281f9e47e1a08449f1ab.

Now tool/lib/minitest provides "omit", so it should work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ca5812fe4516a10cc687281f9e47e1a08449f1ab.

Now tool/lib/minitest provides "omit", so it should work.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[ruby/rdoc] Use omit of test-unit instead of skip of minitest"</title>
<updated>2019-10-29T03:57:31+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2019-10-29T03:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ca5812fe4516a10cc687281f9e47e1a08449f1ab'/>
<id>ca5812fe4516a10cc687281f9e47e1a08449f1ab</id>
<content type='text'>
This reverts commit b4da6fc1c277190bbd10e795ebf3be45772038e8.

`make test-all` uses minitest, which led to "undefined method `omit'"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b4da6fc1c277190bbd10e795ebf3be45772038e8.

`make test-all` uses minitest, which led to "undefined method `omit'"
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Use omit of test-unit instead of skip of minitest</title>
<updated>2019-10-29T03:34:44+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-10-26T17:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b4da6fc1c277190bbd10e795ebf3be45772038e8'/>
<id>b4da6fc1c277190bbd10e795ebf3be45772038e8</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/1c5bf2ae1d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/1c5bf2ae1d
</pre>
</div>
</content>
</entry>
<entry>
<title>Use assert_raise and skip for test/unit</title>
<updated>2019-08-15T21:45:36+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-08-15T21:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a458317b914579c8a042ed02592af3a92aa41d1b'/>
<id>a458317b914579c8a042ed02592af3a92aa41d1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use omit instead of skip for test-unit.</title>
<updated>2019-08-15T21:07:11+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-08-11T03:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=daf5ce3ba1545e295ba2efd0ee153638ae446e6e'/>
<id>daf5ce3ba1545e295ba2efd0ee153638ae446e6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed minitest_helper.rb as helper.rb</title>
<updated>2019-08-15T21:07:11+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-08-08T14:09:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5555e3ef5777178a81625b54958c1fa14e3ef38e'/>
<id>5555e3ef5777178a81625b54958c1fa14e3ef38e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use capture_output instead of capture_io.</title>
<updated>2019-08-10T21:14:01+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-08-10T21:12:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2990c2cc3e5a105013b829dad00fa43a26da8682'/>
<id>2990c2cc3e5a105013b829dad00fa43a26da8682</id>
<content type='text'>
  It's preparation for migrating test-unit on upstream.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  It's preparation for migrating test-unit on upstream.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge RDoc 6.0.3 from upstream.</title>
<updated>2018-03-26T05:56:26+00:00</updated>
<author>
<name>hsbt</name>
<email>hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2018-03-26T05:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=98c7058bf7b3eab91c62a77cb10b09f6c8ed368e'/>
<id>98c7058bf7b3eab91c62a77cb10b09f6c8ed368e</id>
<content type='text'>
  It fixed the several bugs that was found after RDoc 6 releasing.

From: SHIBATA Hiroshi &lt;hsbt@ruby-lang.org&gt;

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  It fixed the several bugs that was found after RDoc 6 releasing.

From: SHIBATA Hiroshi &lt;hsbt@ruby-lang.org&gt;

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
