aboutsummaryrefslogtreecommitdiffstats
path: root/tool/rbinstall.rb
Commit message (Expand)AuthorAgeFilesLines
* rbinstall.rb: do not install useless files after installedNobuyoshi Nakada2020-12-071-1/+1
* Extract gemspec to versioned fileNobuyoshi Nakada2020-12-071-3/+8
* rbinstall.rb: relaxed split argumentNobuyoshi Nakada2020-12-071-1/+1
* rbinstall.rb: fix the position to expand filesNobuyoshi Nakada2020-12-071-13/+13
* rbinstall.rb: install files expanded from bundled gemsNobuyoshi Nakada2020-12-071-2/+14
* rbinstall.rb: OpenStruct has not been needed for yearsNobuyoshi Nakada2020-09-111-1/+0
* rbinstall.rb: fix generated script name to set modeNobuyoshi Nakada2020-07-291-5/+3
* 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