summaryrefslogtreecommitdiff
path: root/tool/rbinstall.rb
AgeCommit message (Expand)Author
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
2020-02-01Gem::Installer.new(String, options) is obsoleted. Explicitly convertedHiroshi SHIBATA
2020-01-28Skip empty directories to install [Bug #16596]Nobuyoshi Nakada
2019-11-11Remove binary data at installationNobuyoshi Nakada
2019-09-06add include/ruby/backward/cxxanyargs.hpp卜部昌平
2019-08-31tool/rbinstall.rb: remove a keyword-argument warningYusuke Endoh
2019-08-23Ensure all default gems have an gem folderDavid Rodríguez
2019-07-15Insert a newline before `=end`Nobuyoshi Nakada
2019-06-25Respect --dest-dir when removing old default gemsJeremy Evans
2019-01-19Revert r58345 and r58371.hsbt
2019-01-17rbinstall.rb: add --exclude option for install-nodocnobu
2019-01-17Removed old gemspecs of default gems for the Ruby committers.hsbt
2018-12-20rbinstall.rb: purge %x[git ls-files] toonobu
2018-12-20rbinstall.rb: syntax error in gemspecnobu
2018-12-13Install script of default gems as is to its libexec dirusa