index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tool
/
rbinstall.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
tool/rbinstall.rb: instal ruby.wasm produced by Emscripten
Yuta Saito
2022-01-06
1
-0
/
+5
*
rbinstall.rb: install ext only when it's configured [Bug #18414]
Yuta Saito
2021-12-21
1
-0
/
+17
*
Fix location of extensions in bundled gems when static-linked-ext
Nobuyoshi Nakada
2021-12-21
1
-1
/
+1
*
Install gemspec even though no .rb and no .so
Yuta Saito
2021-12-16
1
-1
/
+0
*
No need to link and install .pdb anymore
Alan Wu
2021-11-24
1
-1
/
+0
*
Skip bundled gem with an extension library under with-static-linked-ext
Yusuke Endoh
2021-11-05
1
-0
/
+4
*
Get rid of exponential backtracks found by CodeQL
Nobuyoshi Nakada
2021-10-30
1
-1
/
+1
*
introduce debug.gem
Koichi Sasada
2021-10-05
1
-1
/
+16
*
Enabled to build extensions with the bundled gems
Hiroshi SHIBATA
2021-10-05
1
-3
/
+0
*
Fix a typo
Nobuyoshi Nakada
2021-10-04
1
-1
/
+1
*
[Misc #18153] Install debug symbol files/directories by the option
Nobuyoshi Nakada
2021-09-08
1
-0
/
+16
*
rbinstall.rb: just call File.basename directly
Nobuyoshi Nakada
2021-07-08
1
-3
/
+2
*
rbinstall.rb: get rid of making directories when dryrun
Nobuyoshi Nakada
2021-07-01
1
-21
/
+30
*
Remove short options with argument [Bug #17870]
Nobuyoshi Nakada
2021-05-21
1
-0
/
+3
*
Added the specific files to the default gems like net-http and optparse
Hiroshi SHIBATA
2021-04-19
1
-6
/
+15
*
Fix the wrong file detection for net-*.gemspec
Hiroshi SHIBATA
2021-04-19
1
-0
/
+5
*
Workaround for installation failures on macOS
Nobuyoshi Nakada
2021-04-15
1
-0
/
+2
*
rbinstall.rb: record default gem files
Nobuyoshi Nakada
2021-04-10
1
-0
/
+5
*
rbinstall.rb: append "/" to directory names
Nobuyoshi Nakada
2021-04-10
1
-1
/
+1
*
Directory mapping for default gems
Nobuyoshi Nakada
2021-02-14
1
-8
/
+8
*
Revert following rbinstall.rb changes
Nobuyoshi Nakada
2021-02-14
1
-11
/
+5
*
Use UnpackedInstaller to install default gems.
Vít Ondruch
2021-02-14
1
-22
/
+26
*
Fix gemspec only case
Nobuyoshi Nakada
2021-02-14
1
-1
/
+6
*
Refined installation of gemspecs placed other than ext and lib
Nobuyoshi Nakada
2021-02-14
1
-6
/
+7
*
Comment in sh needs to be the beginning of a word
Nobuyoshi Nakada
2021-02-11
1
-1
/
+1
*
rbinstall.rb: do not install useless files after installed
Nobuyoshi Nakada
2020-12-07
1
-1
/
+1
*
Extract gemspec to versioned file
Nobuyoshi Nakada
2020-12-07
1
-3
/
+8
*
rbinstall.rb: relaxed split argument
Nobuyoshi Nakada
2020-12-07
1
-1
/
+1
*
rbinstall.rb: fix the position to expand files
Nobuyoshi Nakada
2020-12-07
1
-13
/
+13
*
rbinstall.rb: install files expanded from bundled gems
Nobuyoshi Nakada
2020-12-07
1
-2
/
+14
*
rbinstall.rb: OpenStruct has not been needed for years
Nobuyoshi Nakada
2020-09-11
1
-1
/
+0
*
rbinstall.rb: fix generated script name to set mode
Nobuyoshi Nakada
2020-07-29
1
-5
/
+3
*
rbinstall.rb: fix dry-run mode
Nobuyoshi Nakada
2020-07-29
1
-20
/
+52
*
Skip comment and empty lines in gems/bundled_gems file
Nobuyoshi Nakada
2020-07-05
1
-0
/
+1
*
Added install-dbg
Nobuyoshi Nakada
2020-06-13
1
-3
/
+24
*
Don't convert bundler man pages from mdoc to man
Jeremy Evans
2020-05-27
1
-2
/
+7
*
rbinstall.rb: get rid of installing duplicate files
Nobuyoshi Nakada
2020-05-09
1
-1
/
+5
*
rbinstall.rb: record bundled gem files
Nobuyoshi Nakada
2020-05-09
1
-2
/
+9
*
Do not make disabled directories at installation [Bug #12392]
Nobuyoshi Nakada
2020-03-16
1
-4
/
+8
*
Fix rbinstall bugs (#2930)
David Rodríguez
2020-03-08
1
-7
/
+6
*
Fix wrong RegExp.
Vít Ondruch
2020-02-28
1
-1
/
+1
*
Simplified single script case
Nobuyoshi Nakada
2020-02-26
1
-1
/
+1
*
Cache destination dir.
Vít Ondruch
2020-02-26
1
-1
/
+2
*
Properly detect mode for binaries.
Vít Ondruch
2020-02-26
1
-1
/
+1
*
Use class variable `@src_dir` instead of local `path`.
Vít Ondruch
2020-02-26
1
-3
/
+2
*
Use local `{dir,prog,data}_mode` variables instead of globals.
Vít Ondruch
2020-02-26
1
-2
/
+2
*
Use `$script_mode` instead of `$prog_mode` for gem inistallation.
Vít Ondruch
2020-02-26
1
-1
/
+1
*
Use `Gem::Package` like object instead of monkey patching.
Vít Ondruch
2020-02-26
1
-21
/
+27
*
Share extracted bundled gems with gems for bundler
Nobuyoshi Nakada
2020-02-25
1
-3
/
+6
*
UnpackedInstaller on rbinstall.rb is inherited from Gem::Installer.
Hiroshi SHIBATA
2020-02-01
1
-1
/
+2
[next]