Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
tempfile.gemspec
|
|
|
|
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>/dev/null`, which doesn't work of
course on other than Unix-like platforms.
Notes:
Merged: https://github.com/ruby/ruby/pull/7786
|
|
For instance, when running tests in build directory like:
$ make test-all TESTOPTS="../ruby/test"
Notes:
Merged: https://github.com/ruby/ruby/pull/7478
|
|
|
|
`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.
|
|
|
|
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
|
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|