<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/did_you_mean, branch v4.0.3</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/did_you_mean] Bump version to 2.0.0</title>
<updated>2024-12-04T12:32:02+00:00</updated>
<author>
<name>Yuki Nishijima</name>
<email>yuki@xpillars.software</email>
</author>
<published>2024-12-04T12:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=834d68238cfb4ffd701c65820c6d22c4a7ac0dc9'/>
<id>834d68238cfb4ffd701c65820c6d22c4a7ac0dc9</id>
<content type='text'>
https://github.com/ruby/did_you_mean/commit/1cce337962
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/did_you_mean/commit/1cce337962
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/did_you_mean] Move development dependencies to Gemfile</title>
<updated>2024-05-05T23:22:28+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-05-05T16:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=95ae123343f3d1fc644bff5a240e0d14ddfb7810'/>
<id>95ae123343f3d1fc644bff5a240e0d14ddfb7810</id>
<content type='text'>
https://github.com/ruby/did_you_mean/commit/24c06dd509
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/did_you_mean/commit/24c06dd509
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/did_you_mean] Do not use #inspect to avoid unexpected performance degradation</title>
<updated>2024-03-19T01:27:32+00:00</updated>
<author>
<name>Yuki Nishijima</name>
<email>yuki@xpillars.software</email>
</author>
<published>2024-03-19T01:25:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6c1e8029d0e8598d075e478ac557091495bc9ffa'/>
<id>6c1e8029d0e8598d075e478ac557091495bc9ffa</id>
<content type='text'>
closes https://github.com/ruby/did_you_mean/pull/100

https://github.com/ruby/did_you_mean/commit/bd11eefd6c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes https://github.com/ruby/did_you_mean/pull/100

https://github.com/ruby/did_you_mean/commit/bd11eefd6c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/did_you_mean] Avoid division for small length2</title>
<updated>2024-03-16T09:51:09+00:00</updated>
<author>
<name>Mau Magnaguagno</name>
<email>maumagnaguagno@gmail.com</email>
</author>
<published>2024-03-10T17:48:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f1682407c528bb6f063639102404844df15a9583'/>
<id>f1682407c528bb6f063639102404844df15a9583</id>
<content type='text'>
https://github.com/ruby/did_you_mean/commit/cb518e251a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/did_you_mean/commit/cb518e251a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/did_you_mean] Remove Integer floor and prefix index from Jaro distance</title>
<updated>2024-03-16T09:51:09+00:00</updated>
<author>
<name>Mau Magnaguagno</name>
<email>maumagnaguagno@gmail.com</email>
</author>
<published>2023-01-25T22:51:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=affbc79a10f21eecb4291a9a5906e2b9ef6771f6'/>
<id>affbc79a10f21eecb4291a9a5906e2b9ef6771f6</id>
<content type='text'>
The variable ``length2`` is an Integer, call to floor returns self.
The variables ``i`` and ``prefix_bonus`` are equally incremented, no need to keep the ``i`` variable.

https://github.com/ruby/did_you_mean/commit/4408802289
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The variable ``length2`` is an Integer, call to floor returns self.
The variables ``i`` and ``prefix_bonus`` are equally incremented, no need to keep the ``i`` variable.

https://github.com/ruby/did_you_mean/commit/4408802289
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/did_you_mean] Bump version to 1.6.3</title>
<updated>2022-12-19T05:59:59+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-12-19T05:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1142bc875bc00d492046ecbf781f076a78e4b8c5'/>
<id>1142bc875bc00d492046ecbf781f076a78e4b8c5</id>
<content type='text'>
https://github.com/ruby/did_you_mean/commit/f7703add76
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/did_you_mean/commit/f7703add76
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/did_you_mean] Do not suggest #name= for #name and vice versa</title>
<updated>2022-12-05T13:16:33+00:00</updated>
<author>
<name>Matthew Boeh</name>
<email>m@mboeh.com</email>
</author>
<published>2022-12-05T13:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1602d75c34c39f6d2f5a505a6532c3664288ef06'/>
<id>1602d75c34c39f6d2f5a505a6532c3664288ef06</id>
<content type='text'>
(https://github.com/ruby/did_you_mean/pull/180)

* Do not suggest #name= for #name and vice versa
* Avoid allocating unnecessary MatchData

Co-authored-by: Jean byroot Boussier &lt;jean.boussier+github@shopify.com&gt;
Co-authored-by: Jean byroot Boussier &lt;jean.boussier+github@shopify.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/did_you_mean/pull/180)

* Do not suggest #name= for #name and vice versa
* Avoid allocating unnecessary MatchData

Co-authored-by: Jean byroot Boussier &lt;jean.boussier+github@shopify.com&gt;
Co-authored-by: Jean byroot Boussier &lt;jean.boussier+github@shopify.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/did_you_mean] Bump version to 1.6.2</title>
<updated>2022-12-05T10:29:44+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-12-05T10:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3fe5890f7b2edca1b5e25b1bf240bbbe90c0e867'/>
<id>3fe5890f7b2edca1b5e25b1bf240bbbe90c0e867</id>
<content type='text'>
https://github.com/ruby/did_you_mean/commit/f5b15128e2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/did_you_mean/commit/f5b15128e2
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/did_you_mean] Fixed correction duplicates in VariableNameChecker</title>
<updated>2022-09-01T10:47:39+00:00</updated>
<author>
<name>Imir Kiyamov</name>
<email>makketagg@gmail.com</email>
</author>
<published>2022-05-20T13:32:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f67ab7f30c837ce4b9c2ae39d7c189413fac6dff'/>
<id>f67ab7f30c837ce4b9c2ae39d7c189413fac6dff</id>
<content type='text'>
https://github.com/ruby/did_you_mean/commit/c3fc412f6f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/did_you_mean/commit/c3fc412f6f
</pre>
</div>
</content>
</entry>
<entry>
<title>Manually merged https://github.com/ruby/did_you_mean/pull/177</title>
<updated>2022-06-07T06:24:48+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-06-07T06:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=11b9dd8ccb26a091b99230640494540ad0cc4e48'/>
<id>11b9dd8ccb26a091b99230640494540ad0cc4e48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
