aboutsummaryrefslogtreecommitdiffstats
path: root/tool/lib/bundled_gem.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow to use development version of bundled gems for packagingHiroshi SHIBATA2023-05-091-0/+6
* We should not validate development version of bundled gems with fetch timing.Hiroshi SHIBATA2023-05-091-3/+0
* code styleHiroshi SHIBATA2023-03-081-1/+3
* Added debug info to gemspec version checkHiroshi SHIBATA2023-03-081-1/+1
* Refine exception messages when git failedNobuyoshi Nakada2023-02-221-4/+7
* Use `Gem::Package#build` instead of the class method for old baserubyNobuyoshi Nakada2023-02-221-1/+3
* Clone and create dummy gemspec in sequential buildNobuyoshi Nakada2023-02-221-0/+11
* Move dummy gemspec file creation for extract-gems-sequentialNobuyoshi Nakada2023-02-221-25/+18
* Create a dummy minitest.gemspec for a bundled gemYusuke Endoh2023-02-191-0/+25
* [Bug #19340] Fix bundle gems with test revisionNobuyoshi Nakada2023-01-261-0/+13
* Load gemspec file at that directoryNobuyoshi Nakada2022-08-051-2/+2
* Move to tool/lib/bundled_gem.rbNobuyoshi Nakada2022-08-051-0/+55