summaryrefslogtreecommitdiff
path: root/tool/rbinstall.rb
AgeCommit message (Expand)Author
2022-01-06tool/rbinstall.rb: instal ruby.wasm produced by EmscriptenYuta Saito
2021-12-21rbinstall.rb: install ext only when it's configured [Bug #18414]Yuta Saito
2021-12-21Fix location of extensions in bundled gems when static-linked-extNobuyoshi Nakada
2021-12-16Install gemspec even though no .rb and no .soYuta Saito
2021-11-24No need to link and install .pdb anymoreAlan Wu
2021-11-05Skip bundled gem with an extension library under with-static-linked-extYusuke Endoh
2021-10-30Get rid of exponential backtracks found by CodeQLNobuyoshi Nakada
2021-10-05introduce debug.gemKoichi Sasada
2021-10-05Enabled to build extensions with the bundled gemsHiroshi SHIBATA
2021-10-04Fix a typoNobuyoshi Nakada
2021-09-08[Misc #18153] Install debug symbol files/directories by the optionNobuyoshi Nakada
2021-07-08rbinstall.rb: just call File.basename directlyNobuyoshi Nakada
2021-07-01rbinstall.rb: get rid of making directories when dryrunNobuyoshi Nakada
2021-05-21Remove short options with argument [Bug #17870]Nobuyoshi Nakada
2021-04-19Added the specific files to the default gems like net-http and optparseHiroshi SHIBATA
2021-04-19Fix the wrong file detection for net-*.gemspecHiroshi SHIBATA
2021-04-15Workaround for installation failures on macOSNobuyoshi Nakada
2021-04-10rbinstall.rb: record default gem filesNobuyoshi Nakada
2021-04-10rbinstall.rb: append "/" to directory namesNobuyoshi Nakada
2021-02-14Directory mapping for default gemsNobuyoshi Nakada
2021-02-14Revert following rbinstall.rb changesNobuyoshi Nakada
2021-02-14Use UnpackedInstaller to install default gems.Vít Ondruch
2021-02-14Fix gemspec only caseNobuyoshi Nakada
2021-02-14Refined installation of gemspecs placed other than ext and libNobuyoshi Nakada
2021-02-11Comment in sh needs to be the beginning of a wordNobuyoshi Nakada
2020-12-07rbinstall.rb: do not install useless files after installedNobuyoshi Nakada
2020-12-07Extract gemspec to versioned fileNobuyoshi Nakada
2020-12-07rbinstall.rb: relaxed split argumentNobuyoshi Nakada
2020-12-07rbinstall.rb: fix the position to expand filesNobuyoshi Nakada
2020-12-07rbinstall.rb: install files expanded from bundled gemsNobuyoshi Nakada
2020-09-11rbinstall.rb: OpenStruct has not been needed for yearsNobuyoshi Nakada
2020-07-29rbinstall.rb: fix generated script name to set modeNobuyoshi Nakada
2020-07-29rbinstall.rb: fix dry-run modeNobuyoshi Nakada
2020-07-05Skip comment and empty lines in gems/bundled_gems fileNobuyoshi Nakada
2020-06-13Added install-dbgNobuyoshi Nakada
2020-05-27Don't convert bundler man pages from mdoc to manJeremy Evans
2020-05-09rbinstall.rb: get rid of installing duplicate filesNobuyoshi Nakada
2020-05-09rbinstall.rb: record bundled gem filesNobuyoshi Nakada
2020-03-16Do not make disabled directories at installation [Bug #12392]Nobuyoshi Nakada
2020-03-08Fix rbinstall bugs (#2930)David Rodríguez
2020-02-28Fix wrong RegExp.Vít Ondruch
2020-02-26Simplified single script caseNobuyoshi Nakada
2020-02-26Cache destination dir.Vít Ondruch
2020-02-26Properly detect mode for binaries.Vít Ondruch
2020-02-26Use class variable `@src_dir` instead of local `path`.Vít Ondruch
2020-02-26Use local `{dir,prog,data}_mode` variables instead of globals.Vít Ondruch
2020-02-26Use `$script_mode` instead of `$prog_mode` for gem inistallation.Vít Ondruch
2020-02-26Use `Gem::Package` like object instead of monkey patching.Vít Ondruch
2020-02-25Share extracted bundled gems with gems for bundlerNobuyoshi Nakada
2020-02-01UnpackedInstaller on rbinstall.rb is inherited from Gem::Installer.Hiroshi SHIBATA