Nobuyoshi Nakada
823727538e
Deprecate `--dryrun` options in favor of `--dry-run`
2024-03-15 14:12:08 +09:00
Nobuyoshi Nakada
f082605735
outdate-bundled-gems.rb: Add `--help` option
2024-03-15 13:55:47 +09:00
Nobuyoshi Nakada
7285b165a4
outdate-bundled-gems.rb: Make platform and version options optional
2024-01-09 16:42:20 +09:00
Nobuyoshi Nakada
1288e7e962
outdate-bundled-gems.rb: Remove timestamp files for revisions to test
2024-01-09 16:42:20 +09:00
Nobuyoshi Nakada
60cd5230f6
outdate-bundled-gems.rb: Sort outputs in depth order
2024-01-09 16:42:20 +09:00
Nobuyoshi Nakada
72a78ecd33
outdate-bundled-gems.rb: Add `--all` option
...
Unless this option is given, keep other gems that may be used by
`test-bundled-gems`.
2024-01-09 16:42:20 +09:00
Nobuyoshi Nakada
bf108636df
outdate-bundled-gems.rb: Add `--only={all,curdir,srcdir}` option
2024-01-09 16:42:20 +09:00
Nobuyoshi Nakada
963131a2d9
outdate-bundled-gems.rb: Pass platform and version explicitly
...
For different version baseruby, use the target platform and version
instead of the info of baseruby.
2024-01-09 16:42:20 +09:00
Nobuyoshi Nakada
8f61617a95
outdate-bundled-gems.rb: Do not clean the same directory twice
2024-01-09 16:42:20 +09:00
Takashi Kokubun
abf9a32182
Match ABI versions precisely
...
"3.2.0+33" starts with "3.2.0+3", but it doesn't mean that they are the
same ABI version.
2022-12-13 22:07:42 -08:00
Jimmy Miller
2d5b723b2f
Fix build when enable_shared is on ( #6924 )
...
Before this change, if enable_shared was true, the directory would have a suffix of -static and be deleted on each make install. This would cause a second make install to fail.
2022-12-13 21:59:21 -08:00
Nobuyoshi Nakada
0ba65c689e
outdate-bundled-gems.rb: check for gemspec files for extensions
...
https://github.com/ruby/setup-ruby/issues/415#issuecomment-1345662263
2022-12-12 17:05:37 +09:00
Nobuyoshi Nakada
ff6831c334
outdate-bundled-gems.rb: remove unused option
2022-12-12 17:05:03 +09:00
Nobuyoshi Nakada
ed4b5c4f21
Extract outdate-bundled-gems.rb
2022-11-29 18:12:43 +09:00