<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/spec/mspec, 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@aa28e95</title>
<updated>2019-12-01T13:11:40+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2019-12-01T13:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=60d362b0bb0fb56bd3ef61c93f71bff997ccb824'/>
<id>60d362b0bb0fb56bd3ef61c93f71bff997ccb824</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@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@8cabcef</title>
<updated>2019-09-29T16:01:30+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2019-09-29T16:01:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f9a9f3c7c6cf3fe534d4934dd3b502d721151b81'/>
<id>f9a9f3c7c6cf3fe534d4934dd3b502d721151b81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
