summaryrefslogtreecommitdiff
path: root/tool/rbinstall.rb
Commit message (Expand)AuthorAgeFilesLines
* Use gemspec that keeps original dependenciesHiroshi SHIBATA2023-03-271-2/+5
* s/mjit/rjit/Takashi Kokubun2023-03-061-2/+2
* Make installation messages verbose a little [ci skip]Nobuyoshi Nakada2023-01-181-4/+19
* Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada2022-11-211-25/+22
* Install all file trees for lldb [ci skip]Nobuyoshi Nakada2022-09-281-1/+7
* Make date in installed gemspec files stableNobuyoshi Nakada2022-08-171-0/+1
* Refactor `RbInstall::Specs::FileCollector`Nobuyoshi Nakada2022-08-171-66/+41
* No bundled gems to be installed from gem nowNobuyoshi Nakada2022-08-121-22/+2
* All extensions in bundled gems are built by build-ext nowNobuyoshi Nakada2022-08-121-5/+2
* Fix files for gemspec files direct-under libNobuyoshi Nakada2022-08-071-1/+1
* Try to install also gemspec files under gem directoriesNobuyoshi Nakada2022-07-141-1/+4
* Stop `build_extensions` when DESTDIR setKazuhiro NISHIYAMA2022-05-131-1/+1
* rbinstall: Also do `Gem.ruby` patching for unpacked bundled gemsAlan Wu2022-04-221-1/+7
* Fix bundled gems installation when relative loadingNobuyoshi Nakada2022-04-161-3/+7
* Skip build extensions again on cross compiling tooKazuhiro NISHIYAMA2022-04-131-1/+1
* Skip build extensions again on mswin and mingwKazuhiro NISHIYAMA2022-04-131-0/+3
* Enabled to build extensions with the bundled gems againKazuhiro NISHIYAMA2022-04-131-3/+0
* Install built gem extension binariesNobuyoshi Nakada2022-04-071-40/+16
* tool/rbinstall.rb: instal ruby.wasm produced by EmscriptenYuta Saito2022-01-061-0/+5
* rbinstall.rb: install ext only when it's configured [Bug #18414]Yuta Saito2021-12-211-0/+17
* Fix location of extensions in bundled gems when static-linked-extNobuyoshi Nakada2021-12-211-1/+1
* Install gemspec even though no .rb and no .soYuta Saito2021-12-161-1/+0
* No need to link and install .pdb anymoreAlan Wu2021-11-241-1/+0
* Skip bundled gem with an extension library under with-static-linked-extYusuke Endoh2021-11-051-0/+4
* Get rid of exponential backtracks found by CodeQLNobuyoshi Nakada2021-10-301-1/+1
* introduce debug.gemKoichi Sasada2021-10-051-1/+16
* Enabled to build extensions with the bundled gemsHiroshi SHIBATA2021-10-051-3/+0
* Fix a typoNobuyoshi Nakada2021-10-041-1/+1
* [Misc #18153] Install debug symbol files/directories by the optionNobuyoshi Nakada2021-09-081-0/+16
* rbinstall.rb: just call File.basename directlyNobuyoshi Nakada2021-07-081-3/+2
* rbinstall.rb: get rid of making directories when dryrunNobuyoshi Nakada2021-07-011-21/+30
* Remove short options with argument [Bug #17870]Nobuyoshi Nakada2021-05-211-0/+3
* Added the specific files to the default gems like net-http and optparseHiroshi SHIBATA2021-04-191-6/+15
* Fix the wrong file detection for net-*.gemspecHiroshi SHIBATA2021-04-191-0/+5
* Workaround for installation failures on macOSNobuyoshi Nakada2021-04-151-0/+2
* rbinstall.rb: record default gem filesNobuyoshi Nakada2021-04-101-0/+5
* rbinstall.rb: append "/" to directory namesNobuyoshi Nakada2021-04-101-1/+1
* Directory mapping for default gemsNobuyoshi Nakada2021-02-141-8/+8
* Revert following rbinstall.rb changesNobuyoshi Nakada2021-02-141-11/+5
* Use UnpackedInstaller to install default gems.Vít Ondruch2021-02-141-22/+26
* Fix gemspec only caseNobuyoshi Nakada2021-02-141-1/+6
* Refined installation of gemspecs placed other than ext and libNobuyoshi Nakada2021-02-141-6/+7
* Comment in sh needs to be the beginning of a wordNobuyoshi Nakada2021-02-111-1/+1
* 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