summaryrefslogtreecommitdiff
path: root/tool/fetch-bundled_gems.rb
Commit message (Collapse)AuthorAgeFilesLines
* We should not validate development version of bundled gems with fetch timing.Hiroshi SHIBATA2023-05-091-5/+0
| | | | We want to notify above situation when release time. So, I move this check into ruby/actions.
* We need to checkout before BundledGem.dummy_gemspec checking.Hiroshi SHIBATA2023-04-261-6/+10
| | | | | | | | | When newer version released rather than gems/bundled_gems defined, `spec.version == Gem::Version.new(v)` always abort like: ``` Unexpected versions between bundled_gems:3.0.4 and gemspec:3.1.0 ```
* Added missing dependency for rubygemsHiroshi SHIBATA2023-03-081-0/+1
|
* Added debug info to gemspec version checkHiroshi SHIBATA2023-03-081-1/+1
|
* Check bundled_gems version and gemspec version strictlyHiroshi SHIBATA2023-03-081-0/+9
|
* Just ignore empty lines in bundled_gems file [ci skip]Nobuyoshi Nakada2023-01-101-0/+1
|
* Try the tag without "v" prefix to checkout upstream repositoriesNobuyoshi Nakada2022-07-261-1/+1
|
* Fetch the unmerged revision to test of bundled gemsNobuyoshi Nakada2022-01-141-0/+4
|
* 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