summaryrefslogtreecommitdiff
path: root/tool/rbinstall.rb
AgeCommit message (Expand)Author
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
2018-01-05tool/rbinstall.rb: allow owner to have write permissionsnormal
2017-10-30rbinstall.rb: show categories of default gemsnobu
2017-10-13rbinstall.rb: fix for --cmd-type=cmdnobu
2017-10-12rbinstall.rb: shell code as commentsnobu
2017-10-05Fixed broken `bundle gem` command.hsbt
2017-09-08fix a label for bundled gems.hsbt
2017-04-19Rervert r58304. Because Rubygems have specialized finder for default gems.hsbt
2017-04-16rbinstall.rb: ignore skipped extsnobu
2017-04-14rbinstall.rb: no file list for default gemsnobu
2017-04-12rbinstall.rb: purge `git ls-files`nobu
2017-04-11Install only files explicitly referenced by bundled gems.nobu
2017-04-11Spec#files are not used anymore.nobu
2017-04-10Make .gemspec slimmer.nobu