summaryrefslogtreecommitdiff
path: root/tool/rbinstall.rb
AgeCommit message (Expand)Author
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
2018-11-25Use stub executables generated by RubyGems istead of original executables.hsbt
2018-11-16rbinstall.rb: do not install rdoc flag files [ci skip]nobu
2018-10-11win32/Makefile.sub: generate MJIT header pdbk0kubun
2018-10-11win32/Makefile.sub: install MJIT header and objectk0kubun
2018-10-02Install HTML docs if producednobu
2018-09-29Expand gemspec path to the real pathnobu
2018-08-28Fixed installation failure with mswin environment.hsbt
2018-06-01Skip colliding filenames in LIBRUBY_ALIASESknu
2018-05-18tool: fixed shadowing variablesnobu
2018-05-18tool: removed unused variablesnobu
2018-04-27rbinstall.rb: fix timing to read stubnobu