<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/test-bundled-gems.rb, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>The test of net-imap is passed with Windows</title>
<updated>2024-12-19T03:20:22+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-12-19T02:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=68e2022b5b23935db6e02e18270c6fb830945b17'/>
<id>68e2022b5b23935db6e02e18270c6fb830945b17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>typeprof-757303fe8de0cf5e5583b4a76f8abbbd55c44776 is working with Windows</title>
<updated>2024-12-06T11:01:37+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-12-06T11:01:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=69fb4a5f38d34d6bd95fdcd754d1805b136a20e8'/>
<id>69fb4a5f38d34d6bd95fdcd754d1805b136a20e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always declared gems that are test failures on Windows to allowed failures list</title>
<updated>2024-11-28T05:56:46+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-11-28T05:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=84bf0b37741fadd88c8ce8591e77476880dd209a'/>
<id>84bf0b37741fadd88c8ce8591e77476880dd209a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed test condition for specified bundled gems</title>
<updated>2024-11-27T07:45:10+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-11-27T07:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ac7b63e3534d123198e868ece160675f29da5a57'/>
<id>ac7b63e3534d123198e868ece160675f29da5a57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to run 'make test-bundled-gems BUNDLED_GEMS=csv,rexml' for only testing csv and rexml</title>
<updated>2024-11-27T07:45:10+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-11-27T03:40:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9349e98be23f1e6812f9b52c35cddb9d6bfe4762'/>
<id>9349e98be23f1e6812f9b52c35cddb9d6bfe4762</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove debug print</title>
<updated>2024-10-31T17:33:11+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-10-31T17:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4bcfff07ab3dc8e6e66f3eeebdebb276f65412b0'/>
<id>4bcfff07ab3dc8e6e66f3eeebdebb276f65412b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make gemspec files for default gems with extensions</title>
<updated>2024-10-31T17:33:10+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-10-30T16:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0fda818bd7741fa9bd424e02abeacc73e39a470c'/>
<id>0fda818bd7741fa9bd424e02abeacc73e39a470c</id>
<content type='text'>
So that rubygems can find them as gems.  However, the `--install-dir`
option of `gem install` seems to exclude prerelease gems, even already
installed in that directory, from the dependencies for some reasons;
use the `GEM_HOME` environment variable instead.

Now net-imap 0.5.0 depends on json gem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that rubygems can find them as gems.  However, the `--install-dir`
option of `gem install` seems to exclude prerelease gems, even already
installed in that directory, from the dependencies for some reasons;
use the `GEM_HOME` environment variable instead.

Now net-imap 0.5.0 depends on json gem.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test-bundled-gems.rb</title>
<updated>2024-10-28T14:39:39+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-10-28T13:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e994015c00fc574de9c4fe287ca242da323c1b1a'/>
<id>e994015c00fc574de9c4fe287ca242da323c1b1a</id>
<content type='text'>
- Fix filtering by ARGV
- Adjust top library names from gem names
- Skip if no tests found
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix filtering by ARGV
- Adjust top library names from gem names
- Skip if no tests found
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip test task for resolv-replace</title>
<updated>2024-01-19T08:44:58+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-01-19T07:53:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=31a5d4a0cdf6e76708ea93854eef8b7b919e9119'/>
<id>31a5d4a0cdf6e76708ea93854eef8b7b919e9119</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Typofix under lib and test, tool directories</title>
<updated>2023-12-25T02:32:42+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-12-25T02:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=27ead9907db12a6ff955cd86a15a62ff1f064392'/>
<id>27ead9907db12a6ff955cd86a15a62ff1f064392</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
