Age | Commit message (Expand) | Author |
---|
2025-06-07 | Fix messages for skipped bundled gems | Nobuyoshi Nakada |
2025-04-16 | rbinstall.rb: Note about `no_write` [ci skip] | Nobuyoshi Nakada |
2025-02-13 | Header files for MJIT is not generated already | Nobuyoshi Nakada |
2025-02-07 | Simplified to find gemspecs for bundled gems (#12709) | Hiroshi SHIBATA |
2025-02-07 | Support `git ls-files ...`.split style for file list of gemspec | Hiroshi SHIBATA |
2025-02-01 | Install non-mdoc files as-is | Nobuyoshi Nakada |
2025-02-01 | Compress manpages automatically | Nobuyoshi Nakada |
2025-01-15 | Do not expand empty DESTDIR | Nobuyoshi Nakada |
2025-01-15 | Expand `$destdir` to enable rdoc plugins for rubygems | Nobuyoshi Nakada |
2025-01-15 | Disable to generate rubygems plugin | Hiroshi SHIBATA |
2024-12-22 | Install modular GC libraries | Nobuyoshi Nakada |
2024-11-09 | [Bug #20800] Use config target for bin directory as-is | Nobuyoshi Nakada |
2024-11-09 | [Bug #20800] Move executable binary file path | Nobuyoshi Nakada |
2024-11-09 | [Bug #20800] Locate executable binary file under "libexec" directly | Nobuyoshi Nakada |
2024-08-23 | `load_relative` is always falsy here | David Rodríguez |
2024-08-23 | Reuse `load_relative` local | David Rodríguez |
2024-08-20 | Remove extraneous lock files | Nobuyoshi Nakada |
2024-06-02 | Show destination directory after installation | Nobuyoshi Nakada |
2024-03-26 | Fix extension installer for out-of-place build | Hiroshi SHIBATA |
2024-03-25 | Use load_gemspec instead of Gem::Specification.load. | Hiroshi SHIBATA |
2024-03-25 | Guard makefile target at cross-build | Hiroshi SHIBATA |
2024-03-25 | Consider extensions in gems outside of ext/ | David Rodriguez |
2024-03-25 | Extract `root` helper | David Rodriguez |
2024-03-25 | Consider `target_prefix` in extension Makefiles | David Rodriguez |
2024-03-25 | Consistently put requirable features in default gemspecs file list | David Rodríguez |
2024-03-25 | Fix gemspec file list for extension gems | David Rodríguez |
2024-03-25 | Simplify FileCollector interface | David Rodriguez |
2024-03-25 | Use `$ext_build_dir` consistently | David Rodriguez |
2024-03-23 | Ignore method chains succeeding `git ls-files` | Nobuyoshi Nakada |
2024-03-23 | Ignore method chains succeeding `git ls-files` | Nobuyoshi Nakada |
2024-03-14 | Ensure test suite is compatible with --frozen-string-literal | Jean Boussier |
2024-03-09 | Include default gems directories in installed list | Nobuyoshi Nakada |
2024-03-09 | Reorder and move `install?` blocks after method definitions | Nobuyoshi Nakada |
2024-03-09 | Merged intermediate class `GemInstaller` to `UnpackedInstaller` | Nobuyoshi Nakada |
2024-02-28 | Support file listing with IO.poepn style | Hiroshi SHIBATA |
2024-02-18 | Link ruby.pc to pkg-config data directory | Nobuyoshi Nakada |
2024-02-18 | Install binary executable files to architecture dependent path | Nobuyoshi Nakada |
2024-02-16 | Adjust indent | Hiroshi SHIBATA |
2024-02-16 | Try to find gemspec from `.bundle/specifications | Hiroshi SHIBATA |
2024-02-16 | Try to load original gemspec from `.bundle/gems/foo-x.y.z/foo.gemspec`. | Hiroshi SHIBATA |
2024-02-09 | Skip to install bundled gems that is C extension and build failed. | Hiroshi SHIBATA |
2024-01-30 | rbinstall.rb: Fix a closing parenthesis [ci skip] | Nobuyoshi Nakada |
2024-01-30 | rbinstall.rb: Show types to install in the help [ci skip] | Nobuyoshi Nakada |
2023-03-27 | Use gemspec that keeps original dependencies | Hiroshi SHIBATA |
2023-03-06 | s/mjit/rjit/ | Takashi Kokubun |
2023-01-18 | Make installation messages verbose a little [ci skip] | Nobuyoshi Nakada |
2022-11-21 | Use class methods of `File` over `Kernel.open` and `IO.read` | Nobuyoshi Nakada |
2022-09-28 | Install all file trees for lldb [ci skip] | Nobuyoshi Nakada |
2022-08-17 | Make date in installed gemspec files stable | Nobuyoshi Nakada |
2022-08-17 | Refactor `RbInstall::Specs::FileCollector` | Nobuyoshi Nakada |