Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Match ABI versions precisely | Takashi Kokubun | 2022-12-13 | 1 | -4/+5 |
| | | | | | "3.2.0+33" starts with "3.2.0+3", but it doesn't mean that they are the same ABI version. | ||||
* | Fix build when enable_shared is on (#6924) | Jimmy Miller | 2022-12-13 | 1 | -1/+1 |
| | | | 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. | ||||
* | outdate-bundled-gems.rb: check for gemspec files for extensions | Nobuyoshi Nakada | 2022-12-12 | 1 | -1/+3 |
| | | | | https://github.com/ruby/setup-ruby/issues/415#issuecomment-1345662263 | ||||
* | outdate-bundled-gems.rb: remove unused option | Nobuyoshi Nakada | 2022-12-12 | 1 | -2/+0 |
| | |||||
* | Extract outdate-bundled-gems.rb | Nobuyoshi Nakada | 2022-11-29 | 1 | -0/+134 |