<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/did_you_mean, 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>Sync did_you_mean</title>
<updated>2019-12-24T23:41:55+00:00</updated>
<author>
<name>Yuki Nishijima</name>
<email>yk.nishijima@gmail.com</email>
</author>
<published>2019-12-24T23:41:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8e6d51e09a93ae2c57d56105a5fd39fb92855394'/>
<id>8e6d51e09a93ae2c57d56105a5fd39fb92855394</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop delegate dependency</title>
<updated>2019-12-14T02:40:52+00:00</updated>
<author>
<name>Yuki Nishijima</name>
<email>yk.nishijima@gmail.com</email>
</author>
<published>2019-12-14T02:39:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e2708068ad65f7f9986adf4fb3a4fa660f430a5a'/>
<id>e2708068ad65f7f9986adf4fb3a4fa660f430a5a</id>
<content type='text'>
Original comment:
  https://github.com/ruby/did_you_mean/commit/2f26c9ee770f28da0942c42cbc9e5800535b75e1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original comment:
  https://github.com/ruby/did_you_mean/commit/2f26c9ee770f28da0942c42cbc9e5800535b75e1
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `warning: already initialized constant DidYouMean::VERSION`</title>
<updated>2019-12-05T09:18:55+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2019-12-05T09:14:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4c88107c54b06c1a3e89970eb243c8ac887d84e1'/>
<id>4c88107c54b06c1a3e89970eb243c8ac887d84e1</id>
<content type='text'>
```
.../gems/did_you_mean-1.3.1/lib/did_you_mean/version.rb:2: warning: already initialized constant DidYouMean::VERSION
.../lib/did_you_mean/version.rb:2: warning: previous definition of VERSION was here
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
```
.../gems/did_you_mean-1.3.1/lib/did_you_mean/version.rb:2: warning: already initialized constant DidYouMean::VERSION
.../lib/did_you_mean/version.rb:2: warning: previous definition of VERSION was here
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not attempt to call methods on the receiver if it is a basic object</title>
<updated>2019-12-05T00:55:01+00:00</updated>
<author>
<name>Yuki Nishijima</name>
<email>yk.nishijima@gmail.com</email>
</author>
<published>2019-12-05T00:55:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=18d3b5a93a2d52412f8f563d58db682b41d5c98c'/>
<id>18d3b5a93a2d52412f8f563d58db682b41d5c98c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Promote did_you_mean to default gem</title>
<updated>2019-12-01T02:08:19+00:00</updated>
<author>
<name>Kevin Deisz</name>
<email>kevin.deisz@gmail.com</email>
</author>
<published>2019-10-29T14:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=171803d5d34feb1b4244ca81b9db0a7bc2171c85'/>
<id>171803d5d34feb1b4244ca81b9db0a7bc2171c85</id>
<content type='text'>
At the moment, there are some problems with regard to bundler + did_you_mean because of did_you_mean being a bundled gem. Since the vendored version of thor inside bundler and ruby itself explicitly requires did_you_mean, it can become difficult to load it when using Bundler.setup. See this issue: https://github.com/yuki24/did_you_mean/issues/117#issuecomment-482733159 for more details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At the moment, there are some problems with regard to bundler + did_you_mean because of did_you_mean being a bundled gem. Since the vendored version of thor inside bundler and ruby itself explicitly requires did_you_mean, it can become difficult to load it when using Bundler.setup. See this issue: https://github.com/yuki24/did_you_mean/issues/117#issuecomment-482733159 for more details.
</pre>
</div>
</content>
</entry>
</feed>
