<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/ruby/test_default_gems.rb, 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>Ignore method chains succeeding `git ls-files`</title>
<updated>2024-03-23T14:58:40+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-03-23T14:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5a77397489268f27a5d803441d723736a12f59fc'/>
<id>5a77397489268f27a5d803441d723736a12f59fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update regex patterns with rbinstall.rb</title>
<updated>2024-02-28T04:30:16+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-02-28T03:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=05387b590b5ac3b3f72b902292d18e1475db7fb6'/>
<id>05387b590b5ac3b3f72b902292d18e1475db7fb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use dummy command for IO.popen</title>
<updated>2024-02-28T02:14:48+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-02-28T02:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=47b46fd98c71732400d53805f63ab988b28fa651'/>
<id>47b46fd98c71732400d53805f63ab988b28fa651</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Also ignore git ls-files command with IO.popen style for tmpdir.gemspec and tempfile.gemspec</title>
<updated>2024-02-28T02:08:49+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-02-28T02:08:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=95e55e9ae4a446a62db21e2ea91c54d20fbdcbdc'/>
<id>95e55e9ae4a446a62db21e2ea91c54d20fbdcbdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Continue checking all gemspec files after errors</title>
<updated>2023-05-05T09:52:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-05-05T09:45:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=da75560b6c3339c479b9554dd3edb3a691f31682'/>
<id>da75560b6c3339c479b9554dd3edb3a691f31682</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test_default_gems.rb: Stop using `git ls-files`</title>
<updated>2023-05-04T09:05:24+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-05-03T16:34:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=caa2180be0cf8499f83df6cce12511c1918abad2'/>
<id>caa2180be0cf8499f83df6cce12511c1918abad2</id>
<content type='text'>
Just validate syntax and the result class instead.

Not only `git ls-files` doesn't make sence under ruby's repository,
some gemspec files hardcode `2&gt;/dev/null`, which doesn't work of
course on other than Unix-like platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just validate syntax and the result class instead.

Not only `git ls-files` doesn't make sence under ruby's repository,
some gemspec files hardcode `2&gt;/dev/null`, which doesn't work of
course on other than Unix-like platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure TestDefaultGems#test_validate_gemspec runs even when Dir.pwd != srcdir</title>
<updated>2023-03-09T04:18:07+00:00</updated>
<author>
<name>lukeg</name>
<email>luke.gru@gmail.com</email>
</author>
<published>2023-03-08T17:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2ecdefab7d0f9293f2aaf047bb9c02a612d19a5a'/>
<id>2ecdefab7d0f9293f2aaf047bb9c02a612d19a5a</id>
<content type='text'>
For instance, when running tests in build directory like:

$ make test-all TESTOPTS="../ruby/test"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For instance, when running tests in build directory like:

$ make test-all TESTOPTS="../ruby/test"
</pre>
</div>
</content>
</entry>
<entry>
<title>Use omit instead of skip: test/ruby/**/*.rb</title>
<updated>2022-01-04T08:25:30+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-01-04T08:25:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=47bf64a26d3d95a312ea5cf5d94ee1d2104f5e26'/>
<id>47bf64a26d3d95a312ea5cf5d94ee1d2104f5e26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip test_validate_gemspec when tarball and git installed too</title>
<updated>2019-11-22T16:57:19+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2019-11-22T16:29:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d7f100226d41df364b048c7956b5140922970e9a'/>
<id>d7f100226d41df364b048c7956b5140922970e9a</id>
<content type='text'>
`git --version` failed as expected when git is not installed,
but unexpectedly pass when git installed and pwd is not in git working directory.
So use `git rev-parse` instead, and it failed when git installed too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`git --version` failed as expected when git is not installed,
but unexpectedly pass when git installed and pwd is not in git working directory.
So use `git rev-parse` instead, and it failed when git installed too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip test_validate_gemspec unless git installed</title>
<updated>2019-11-11T10:03:43+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2019-11-11T10:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9d3213ac856e1f5930bda555d4d65b173c6cdf83'/>
<id>9d3213ac856e1f5930bda555d4d65b173c6cdf83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
