index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tool
/
rbinstall.rb
Age
Commit message (
Expand
)
Author
2020-12-07
rbinstall.rb: do not install useless files after installed
Nobuyoshi Nakada
2020-12-07
Extract gemspec to versioned file
Nobuyoshi Nakada
2020-12-07
rbinstall.rb: relaxed split argument
Nobuyoshi Nakada
2020-12-07
rbinstall.rb: fix the position to expand files
Nobuyoshi Nakada
2020-12-07
rbinstall.rb: install files expanded from bundled gems
Nobuyoshi Nakada
2020-09-11
rbinstall.rb: OpenStruct has not been needed for years
Nobuyoshi Nakada
2020-07-29
rbinstall.rb: fix generated script name to set mode
Nobuyoshi Nakada
2020-07-29
rbinstall.rb: fix dry-run mode
Nobuyoshi Nakada
2020-07-05
Skip comment and empty lines in gems/bundled_gems file
Nobuyoshi Nakada
2020-06-13
Added install-dbg
Nobuyoshi Nakada
2020-05-27
Don't convert bundler man pages from mdoc to man
Jeremy Evans
2020-05-09
rbinstall.rb: get rid of installing duplicate files
Nobuyoshi Nakada
2020-05-09
rbinstall.rb: record bundled gem files
Nobuyoshi Nakada
2020-03-16
Do not make disabled directories at installation [Bug #12392]
Nobuyoshi Nakada
2020-03-08
Fix rbinstall bugs (#2930)
David Rodríguez
2020-02-28
Fix wrong RegExp.
Vít Ondruch
2020-02-26
Simplified single script case
Nobuyoshi Nakada
2020-02-26
Cache destination dir.
Vít Ondruch
2020-02-26
Properly detect mode for binaries.
Vít Ondruch
2020-02-26
Use class variable `@src_dir` instead of local `path`.
Vít Ondruch
2020-02-26
Use local `{dir,prog,data}_mode` variables instead of globals.
Vít Ondruch
2020-02-26
Use `$script_mode` instead of `$prog_mode` for gem inistallation.
Vít Ondruch
2020-02-26
Use `Gem::Package` like object instead of monkey patching.
Vít Ondruch
2020-02-25
Share extracted bundled gems with gems for bundler
Nobuyoshi Nakada
2020-02-01
UnpackedInstaller on rbinstall.rb is inherited from Gem::Installer.
Hiroshi SHIBATA
2020-02-01
Gem::Installer.new(String, options) is obsoleted. Explicitly converted
Hiroshi SHIBATA
2020-01-28
Skip empty directories to install [Bug #16596]
Nobuyoshi Nakada
2019-11-11
Remove binary data at installation
Nobuyoshi Nakada
2019-09-06
add include/ruby/backward/cxxanyargs.hpp
卜部昌平
2019-08-31
tool/rbinstall.rb: remove a keyword-argument warning
Yusuke Endoh
2019-08-23
Ensure all default gems have an gem folder
David Rodríguez
2019-07-15
Insert a newline before `=end`
Nobuyoshi Nakada
2019-06-25
Respect --dest-dir when removing old default gems
Jeremy Evans
2019-01-19
Revert r58345 and r58371.
hsbt
2019-01-17
rbinstall.rb: add --exclude option for install-nodoc
nobu
2019-01-17
Removed old gemspecs of default gems for the Ruby committers.
hsbt
2018-12-20
rbinstall.rb: purge %x[git ls-files] too
nobu
2018-12-20
rbinstall.rb: syntax error in gemspec
nobu
2018-12-13
Install script of default gems as is to its libexec dir
usa
2018-11-25
Use stub executables generated by RubyGems istead of original executables.
hsbt
2018-11-16
rbinstall.rb: do not install rdoc flag files [ci skip]
nobu
2018-10-11
win32/Makefile.sub: generate MJIT header pdb
k0kubun
2018-10-11
win32/Makefile.sub: install MJIT header and object
k0kubun
2018-10-02
Install HTML docs if produced
nobu
2018-09-29
Expand gemspec path to the real path
nobu
2018-08-28
Fixed installation failure with mswin environment.
hsbt
2018-06-01
Skip colliding filenames in LIBRUBY_ALIASES
knu
2018-05-18
tool: fixed shadowing variables
nobu
2018-05-18
tool: removed unused variables
nobu
2018-04-27
rbinstall.rb: fix timing to read stub
nobu
[next]