aboutsummaryrefslogtreecommitdiffstats
path: root/tool/fetch-bundled_gems.rb
Commit message (Collapse)AuthorAgeFilesLines
* Let bundled_gems specify commits to test (#3641)Soutaro Matsumoto2020-10-091-6/+8
|
* fetch-bundled_gems.rb: Fixed the position of -cNobuyoshi Nakada2020-04-251-1/+1
|
* fetch-bundled_gems.rb: Quiet detached HEAD adviceNobuyoshi Nakada2020-04-251-2/+3
|
* Try with and without "v" prefix for numeric tagNobuyoshi Nakada2020-02-241-12/+3
|
* Retry checking out the versionNobuyoshi Nakada2020-02-241-1/+5
| | | | rss 0.2.9 is tagged without the "v" prefix.
* Test the bundled version minitest instead of masterNobuyoshi Nakada2019-12-311-2/+0
| | | | Minitest has the released tags now.
* Use `git pull` instead of `git fetch` if master branchKazuhiro NISHIYAMA2019-09-041-1/+5
|
* test-bundled-gems-fetchnobu2017-10-251-12/+22
| | | | | | | * tool/fetch-bundled_gems.rb: get rid of tool/git-refresh which requries Bourne shell. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* [EXPERIMENTAL] Added test-bundled-gems task.hsbt2017-10-211-0/+17
`test-bundled-gems` invoke test suite of bundled gems with build environment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e