summaryrefslogtreecommitdiff
path: root/tool/update-bundled_gems.rb
AgeCommit message (Collapse)Author
2025-08-12Handle preperly comments in middle of lines in gems/bundled_gemsNobuyoshi Nakada
2025-04-22Ignore DEFAULT_SOURCE_DATE_EPOCH [ci skip]Nobuyoshi Nakada
Rubygems sets the date of built gems to `DEFAULT_SOURCE_DATE_EPOCH` now unless `SOURCE_DATE_EPOCH` environment variable is set. It is just for the reproducible build, meaningless in our ChangeLog.
2023-11-04Update newer version gems onlyNobuyoshi Nakada
2023-10-28Print the date to STDERR if STDIN is a part of input [ci skip]Nobuyoshi Nakada
2023-10-27Select the destination for the latest date by whether inplace modeNobuyoshi Nakada
2023-10-25Do not append latest_date to gems/bundled_gems [ci skip]Kazuhiro NISHIYAMA
2023-10-23Set date in message to the latest gem date [ci skip]Nobuyoshi Nakada
2023-03-06Introduce `UPDATE_BUNDLED_GEMS_ALL` option for auto update for bundled_gems fileHiroshi SHIBATA
We used `url` field for testing via git clone. Because `Gem::Specification#homepage` or `Gem::Specification#metadata` could assign non-git url. Unfotunately, We should specify clone URL for testing.
2022-10-24Strip trailing spaces [ci skip]Nobuyoshi Nakada
2022-10-24Fix error when commit hash is removed [ci skip]Nobuyoshi Nakada
2022-08-12Preserve each column positions in gems/bundled_gemsNobuyoshi Nakada
2021-12-02update-bundled_gems.rb: Fix typo and version comparisonNobuyoshi Nakada
2021-07-21Drop optional commit hash when updatedNobuyoshi Nakada
2020-12-06update-bundled_gems: support recent format, keep the tag to testNobuyoshi Nakada
2020-12-06update-bundled_gems: chomp ".git" suffix from the source code URINobuyoshi Nakada
2020-12-06Moved update-bundled_gems code to a toolNobuyoshi Nakada