summaryrefslogtreecommitdiff
path: root/tool/rbinstall.rb
Commit message (Expand)AuthorAgeFilesLines
...
* rbinstall.rb: fix dry-run modeNobuyoshi Nakada2020-07-291-20/+52
* Skip comment and empty lines in gems/bundled_gems fileNobuyoshi Nakada2020-07-051-0/+1
* Added install-dbgNobuyoshi Nakada2020-06-131-3/+24
* Don't convert bundler man pages from mdoc to manJeremy Evans2020-05-271-2/+7
* rbinstall.rb: get rid of installing duplicate filesNobuyoshi Nakada2020-05-091-1/+5
* rbinstall.rb: record bundled gem filesNobuyoshi Nakada2020-05-091-2/+9
* Do not make disabled directories at installation [Bug #12392]Nobuyoshi Nakada2020-03-161-4/+8
* Fix rbinstall bugs (#2930)David Rodríguez2020-03-081-7/+6
* Fix wrong RegExp.Vít Ondruch2020-02-281-1/+1
* Simplified single script caseNobuyoshi Nakada2020-02-261-1/+1
* Cache destination dir.Vít Ondruch2020-02-261-1/+2
* Properly detect mode for binaries.Vít Ondruch2020-02-261-1/+1
* Use class variable `@src_dir` instead of local `path`.Vít Ondruch2020-02-261-3/+2
* Use local `{dir,prog,data}_mode` variables instead of globals.Vít Ondruch2020-02-261-2/+2
* Use `$script_mode` instead of `$prog_mode` for gem inistallation.Vít Ondruch2020-02-261-1/+1
* Use `Gem::Package` like object instead of monkey patching.Vít Ondruch2020-02-261-21/+27
* Share extracted bundled gems with gems for bundlerNobuyoshi Nakada2020-02-251-3/+6
* UnpackedInstaller on rbinstall.rb is inherited from Gem::Installer.Hiroshi SHIBATA2020-02-011-1/+2
* Gem::Installer.new(String, options) is obsoleted. Explicitly convertedHiroshi SHIBATA2020-02-011-1/+2
* Skip empty directories to install [Bug #16596]Nobuyoshi Nakada2020-01-281-1/+2
* Remove binary data at installationNobuyoshi Nakada2019-11-111-1/+1
* add include/ruby/backward/cxxanyargs.hpp卜部昌平2019-09-061-2/+2
* tool/rbinstall.rb: remove a keyword-argument warningYusuke Endoh2019-08-311-1/+1
* Ensure all default gems have an gem folderDavid Rodríguez2019-08-231-1/+5
* Insert a newline before `=end`Nobuyoshi Nakada2019-07-151-1/+2
* Respect --dest-dir when removing old default gemsJeremy Evans2019-06-251-1/+1
* Revert r58345 and r58371.hsbt2019-01-191-13/+70
* rbinstall.rb: add --exclude option for install-nodocnobu2019-01-171-4/+6
* Removed old gemspecs of default gems for the Ruby committers.hsbt2019-01-171-0/+5
* rbinstall.rb: purge %x[git ls-files] toonobu2018-12-201-0/+1
* rbinstall.rb: syntax error in gemspecnobu2018-12-201-6/+3
* Install script of default gems as is to its libexec dirusa2018-12-131-2/+2
* Use stub executables generated by RubyGems istead of original executables.hsbt2018-11-251-1/+1
* rbinstall.rb: do not install rdoc flag files [ci skip]nobu2018-11-161-2/+4
* win32/Makefile.sub: generate MJIT header pdbk0kubun2018-10-111-0/+1
* win32/Makefile.sub: install MJIT header and objectk0kubun2018-10-111-0/+2
* Install HTML docs if producednobu2018-10-021-0/+9
* Expand gemspec path to the real pathnobu2018-09-291-0/+1
* Fixed installation failure with mswin environment.hsbt2018-08-281-1/+2
* Skip colliding filenames in LIBRUBY_ALIASESknu2018-06-011-1/+1
* tool: fixed shadowing variablesnobu2018-05-181-1/+1
* tool: removed unused variablesnobu2018-05-181-2/+1
* rbinstall.rb: fix timing to read stubnobu2018-04-271-6/+16
* tool/rbinstall.rb: allow owner to have write permissionsnormal2018-01-051-1/+1
* rbinstall.rb: show categories of default gemsnobu2017-10-301-5/+6
* rbinstall.rb: fix for --cmd-type=cmdnobu2017-10-131-28/+32
* rbinstall.rb: shell code as commentsnobu2017-10-121-1/+2
* Fixed broken `bundle gem` command.hsbt2017-10-051-1/+1
* fix a label for bundled gems.hsbt2017-09-081-3/+3
* Rervert r58304. Because Rubygems have specialized finder for default gems.hsbt2017-04-191-1/+1