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
*
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
*
Gem::Installer.new(String, options) is obsoleted. Explicitly converted
Hiroshi SHIBATA
2020-02-01
1
-1
/
+2
*
Skip empty directories to install [Bug #16596]
Nobuyoshi Nakada
2020-01-28
1
-1
/
+2
*
Remove binary data at installation
Nobuyoshi Nakada
2019-11-11
1
-1
/
+1
*
add include/ruby/backward/cxxanyargs.hpp
卜部昌平
2019-09-06
1
-2
/
+2
*
tool/rbinstall.rb: remove a keyword-argument warning
Yusuke Endoh
2019-08-31
1
-1
/
+1
*
Ensure all default gems have an gem folder
David Rodríguez
2019-08-23
1
-1
/
+5
*
Insert a newline before `=end`
Nobuyoshi Nakada
2019-07-15
1
-1
/
+2
*
Respect --dest-dir when removing old default gems
Jeremy Evans
2019-06-25
1
-1
/
+1
*
Revert r58345 and r58371.
hsbt
2019-01-19
1
-13
/
+70
*
rbinstall.rb: add --exclude option for install-nodoc
nobu
2019-01-17
1
-4
/
+6
*
Removed old gemspecs of default gems for the Ruby committers.
hsbt
2019-01-17
1
-0
/
+5
*
rbinstall.rb: purge %x[git ls-files] too
nobu
2018-12-20
1
-0
/
+1
*
rbinstall.rb: syntax error in gemspec
nobu
2018-12-20
1
-6
/
+3
*
Install script of default gems as is to its libexec dir
usa
2018-12-13
1
-2
/
+2
*
Use stub executables generated by RubyGems istead of original executables.
hsbt
2018-11-25
1
-1
/
+1
*
rbinstall.rb: do not install rdoc flag files [ci skip]
nobu
2018-11-16
1
-2
/
+4
*
win32/Makefile.sub: generate MJIT header pdb
k0kubun
2018-10-11
1
-0
/
+1
*
win32/Makefile.sub: install MJIT header and object
k0kubun
2018-10-11
1
-0
/
+2
*
Install HTML docs if produced
nobu
2018-10-02
1
-0
/
+9
*
Expand gemspec path to the real path
nobu
2018-09-29
1
-0
/
+1
*
Fixed installation failure with mswin environment.
hsbt
2018-08-28
1
-1
/
+2
*
Skip colliding filenames in LIBRUBY_ALIASES
knu
2018-06-01
1
-1
/
+1
*
tool: fixed shadowing variables
nobu
2018-05-18
1
-1
/
+1
*
tool: removed unused variables
nobu
2018-05-18
1
-2
/
+1
*
rbinstall.rb: fix timing to read stub
nobu
2018-04-27
1
-6
/
+16
[next]