<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/spec/mspec/tool, branch v3_0_4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Add MSpec tool to automatically wrap spec files with a guard</title>
<updated>2020-12-05T10:39:33+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2020-12-05T10:36:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bb3d70581972969a01c8ba7f2f3477ec92224f97'/>
<id>bb3d70581972969a01c8ba7f2f3477ec92224f97</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@4120a62</title>
<updated>2020-09-30T10:39:18+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2020-09-30T10:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=31636bbddc4ac56fccdf09a815cf1915e4bec444'/>
<id>31636bbddc4ac56fccdf09a815cf1915e4bec444</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@9cffee9</title>
<updated>2020-07-27T19:41:03+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2020-07-27T19:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7429841ab6494b849106e6d3b119f147adfee3b7'/>
<id>7429841ab6494b849106e6d3b119f147adfee3b7</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@6cb1f10</title>
<updated>2020-06-27T13:51:35+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2020-06-27T13:51:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=64d8c0815e6ab042e8a67a670bda9f34404fa662'/>
<id>64d8c0815e6ab042e8a67a670bda9f34404fa662</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@ee29a34</title>
<updated>2020-05-02T14:03:12+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2020-05-02T14:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a68ddf42879005905176bc38285906fe01707aff'/>
<id>a68ddf42879005905176bc38285906fe01707aff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refined spec/mspec/tool/remove_old_guards.rb</title>
<updated>2020-04-03T00:44:32+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-04-03T00:42:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f49a24201c8bbcf9fcb4349174e468a673d14b98'/>
<id>f49a24201c8bbcf9fcb4349174e468a673d14b98</id>
<content type='text'>
* Allow spaces around `...`
* Matches quotes more precisely
* Matches 0 teeny
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Allow spaces around `...`
* Matches quotes more precisely
* Matches 0 teeny
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unnecessary `chomp`</title>
<updated>2020-03-07T08:04:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-03-07T07:41:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=108f7536b3fe9a05343a6c36541c5d96153c7f1d'/>
<id>108f7536b3fe9a05343a6c36541c5d96153c7f1d</id>
<content type='text'>
As `String#split` with the default argument drops trailing newline
as a separator, preceding `String#chomp` is futile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As `String#split` with the default argument drops trailing newline
as a separator, preceding `String#chomp` is futile.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to ruby/mspec@a514ad7</title>
<updated>2020-02-28T18:07:14+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2020-02-28T18:07:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5d210501825e1682e68cbfc2be424fc339f382fa'/>
<id>5d210501825e1682e68cbfc2be424fc339f382fa</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@9bce874</title>
<updated>2020-01-28T19:47:46+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2020-01-28T19:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ed377cc9aaf1ccbede19ddc6c464f5fbf3cabc34'/>
<id>ed377cc9aaf1ccbede19ddc6c464f5fbf3cabc34</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@1034afc</title>
<updated>2019-12-27T15:46:05+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2019-12-27T15:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=26a9f80c823a9f536a235d80d600aa9e03ed7a2f'/>
<id>26a9f80c823a9f536a235d80d600aa9e03ed7a2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
