<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/spec/mspec/lib, branch ruby_2_7</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Fixed misspellings</title>
<updated>2019-12-20T03:19:45+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-12-20T03:19:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e68999c82c4863d33a6f893661fba1b7538c5671'/>
<id>e68999c82c4863d33a6f893661fba1b7538c5671</id>
<content type='text'>
Fixed misspellings reported at [Bug #16437], for default gems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed misspellings reported at [Bug #16437], for default gems.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to ruby/mspec@a401f63</title>
<updated>2019-11-30T20:26:49+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2019-11-30T20:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ab8345271eb87ff155d8bd5f22f53a4cf2902c26'/>
<id>ab8345271eb87ff155d8bd5f22f53a4cf2902c26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separated `@counter` and `@tally` so that "-ft" works with "-j"</title>
<updated>2019-11-05T08:43:38+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-11-05T08:08:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c6a52cffd13a42b4c95ccbdf7e32a7da25e494b7'/>
<id>c6a52cffd13a42b4c95ccbdf7e32a7da25e494b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable "-f" option in multi_exec mode</title>
<updated>2019-11-05T08:42:35+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-11-05T07:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fa52a924aa418e363b191179b2ad3eba2506d559'/>
<id>fa52a924aa418e363b191179b2ad3eba2506d559</id>
<content type='text'>
Make `MultiFormatter` a module and extend the formatter specified
by "-f" option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make `MultiFormatter` a module and extend the formatter specified
by "-f" option.
</pre>
</div>
</content>
</entry>
<entry>
<title>`DottedFormatter#finish` consistency</title>
<updated>2019-11-05T08:42:35+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-11-05T06:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=19f91f788016ef98e30ead047e53edeb7a5f2566'/>
<id>19f91f788016ef98e30ead047e53edeb7a5f2566</id>
<content type='text'>
Rmoved optional parameter `printed_exceptions`, and clear
`exceptions` just after printing each exception, instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rmoved optional parameter `printed_exceptions`, and clear
`exceptions` just after printing each exception, instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>`DottedFormatter#state` consistency</title>
<updated>2019-11-05T08:42:35+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-11-05T06:47:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dfb3322d27aa05f506818209ab6a10a77221b86d'/>
<id>dfb3322d27aa05f506818209ab6a10a77221b86d</id>
<content type='text'>
Let the method of `DottedFormatter` subclasses have the same
arity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let the method of `DottedFormatter` subclasses have the same
arity.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to ruby/mspec@e171725</title>
<updated>2019-10-26T18:52:59+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2019-10-26T18:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3eb0d50c0baae916f4486c264605b18e77bee0dc'/>
<id>3eb0d50c0baae916f4486c264605b18e77bee0dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to ruby/mspec@5dda9fb</title>
<updated>2019-09-29T17:13:35+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2019-09-29T17:13:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d51b4e34fbdbe1a845aa2251b1fa3304de809b32'/>
<id>d51b4e34fbdbe1a845aa2251b1fa3304de809b32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to ruby/mspec@8106083</title>
<updated>2019-09-29T14:03:47+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2019-09-29T14:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=31bb66a19df26409c9d47afcf37919c9a065516a'/>
<id>31bb66a19df26409c9d47afcf37919c9a065516a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>File.realpath can raise ENOTDIR</title>
<updated>2019-07-31T20:16:20+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2019-07-31T09:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a1a198d03af6b285dbee552da5e40e7c3061e6c9'/>
<id>a1a198d03af6b285dbee552da5e40e7c3061e6c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
