<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/did_you_mean, branch ruby_3_2</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 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>
<entry>
<title>[ruby/did_you_mean] Fix `frozen_string_literal is ignored after any tokens` warning. (https://github.com/ruby/did_you_mean/pull/172)</title>
<updated>2022-05-20T08:32:18+00:00</updated>
<author>
<name>Jean byroot Boussier</name>
<email>jean.boussier+github@shopify.com</email>
</author>
<published>2022-01-21T10:04:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bd8df25cdc8e0e94cbc2eacc492a764e6b90833c'/>
<id>bd8df25cdc8e0e94cbc2eacc492a764e6b90833c</id>
<content type='text'>
```
did_you_mean/formatters/verbose_formatter.rb:5: warning: `frozen_string_literal' is ignored after any tokens
```

https://github.com/ruby/did_you_mean/commit/531760f323
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
```
did_you_mean/formatters/verbose_formatter.rb:5: warning: `frozen_string_literal' is ignored after any tokens
```

https://github.com/ruby/did_you_mean/commit/531760f323
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync did_you_mean</title>
<updated>2021-12-24T14:20:30+00:00</updated>
<author>
<name>Yuki Nishijima</name>
<email>yk.nishijima@gmail.com</email>
</author>
<published>2021-12-24T12:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f9712b029bb6c34a2cf4131f8a54328740fd149f'/>
<id>f9712b029bb6c34a2cf4131f8a54328740fd149f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert the commits for did_you_mean</title>
<updated>2021-12-23T01:09:10+00:00</updated>
<author>
<name>Yuki Nishijima</name>
<email>yk.nishijima@gmail.com</email>
</author>
<published>2021-12-23T01:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=de841e2e28a8f721895acb1a76c7847b40cc487a'/>
<id>de841e2e28a8f721895acb1a76c7847b40cc487a</id>
<content type='text'>
This reverts commit feaf4fbc3fa16382fbd07158c448c7b5bdae78b5.
This reverts commit 0d4bfbdbe1f880c712b3e60de5fce423e6096f8d.
This reverts commit ac4e0978ee4358430396403065eabe1aca05784f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit feaf4fbc3fa16382fbd07158c448c7b5bdae78b5.
This reverts commit 0d4bfbdbe1f880c712b3e60de5fce423e6096f8d.
This reverts commit ac4e0978ee4358430396403065eabe1aca05784f.
</pre>
</div>
</content>
</entry>
<entry>
<title>* gems/default_gems: Sync did_you_mean</title>
<updated>2021-12-22T11:29:18+00:00</updated>
<author>
<name>Yuki Nishijima</name>
<email>yk.nishijima@gmail.com</email>
</author>
<published>2021-12-22T11:29:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ac4e0978ee4358430396403065eabe1aca05784f'/>
<id>ac4e0978ee4358430396403065eabe1aca05784f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert commits for did_you_mean</title>
<updated>2021-12-21T13:10:03+00:00</updated>
<author>
<name>Yuki Nishijima</name>
<email>yk.nishijima@gmail.com</email>
</author>
<published>2021-12-21T13:09:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cdb7d699d0641e8f081d590d06d07887ac09961f'/>
<id>cdb7d699d0641e8f081d590d06d07887ac09961f</id>
<content type='text'>
This reverts commit 4560091b1c99ab33db0d653b9dd2d977fe4676d5.
This reverts commit a6f76122a2395bd914daa0aa04fb5a6ce4e0c045.
This reverts commit e59b18a6379c55f15ccda85c27d6997d44ef5293.
This reverts commit 505dfae05d56d844ea150676edb87850a406d071.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 4560091b1c99ab33db0d653b9dd2d977fe4676d5.
This reverts commit a6f76122a2395bd914daa0aa04fb5a6ce4e0c045.
This reverts commit e59b18a6379c55f15ccda85c27d6997d44ef5293.
This reverts commit 505dfae05d56d844ea150676edb87850a406d071.
</pre>
</div>
</content>
</entry>
</feed>
