| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-23 | Ignore method chains succeeding `git ls-files` | Nobuyoshi Nakada | |
| 2024-02-28 | Update regex patterns with rbinstall.rb | Hiroshi SHIBATA | |
| 2024-02-28 | Use dummy command for IO.popen | Hiroshi SHIBATA | |
| 2024-02-28 | Also ignore git ls-files command with IO.popen style for tmpdir.gemspec and ↵ | Hiroshi SHIBATA | |
| tempfile.gemspec | |||
| 2023-05-05 | Continue checking all gemspec files after errors | Nobuyoshi Nakada | |
| 2023-05-04 | test_default_gems.rb: Stop using `git ls-files` | Nobuyoshi Nakada | |
| 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 | |||
| 2023-03-09 | Make sure TestDefaultGems#test_validate_gemspec runs even when Dir.pwd != srcdir | lukeg | |
| For instance, when running tests in build directory like: $ make test-all TESTOPTS="../ruby/test" Notes: Merged: https://github.com/ruby/ruby/pull/7478 | |||
| 2022-01-04 | Use omit instead of skip: test/ruby/**/*.rb | Hiroshi SHIBATA | |
| 2019-11-23 | Skip test_validate_gemspec when tarball and git installed too | Kazuhiro NISHIYAMA | |
| `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. | |||
| 2019-11-11 | Skip test_validate_gemspec unless git installed | Kazuhiro NISHIYAMA | |
| 2018-06-02 | Fixed wrong variable name. | hsbt | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2018-06-02 | Added test for default gems validation. | hsbt | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
