summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [rubygems/rubygems] Remove unnecessary TODO commentbronzdoc2019-07-311-1/+0
* [rubygems/rubygems] Explicitly deprecate `rubyforge_project`David Rodríguez2019-07-311-0/+1
* [rubygems/rubygems] Silence deprecations when gemdeps is used in testsDavid Rodríguez2019-07-311-2/+4
* [rubygems/rubygems] Do not replace the cache entry if there is already oneBenoit Daloze2019-07-311-1/+6
* [rubygems/rubygems] Synchronize access to the Gem::Specification::LOAD_CACHE ...Benoit Daloze2019-07-311-3/+8
* [rubygems/rubygems] Add a blank line after private to be consistent with the ...bronzdoc2019-07-311-0/+1
* [rubygems/rubygems] Return early if filename is emptybronzdoc2019-07-312-2/+2
* [rubygems/rubygems] Simplify config_file_name assigmentbronzdoc2019-07-311-1/+1
* [rubygems/rubygems] Lazy require stringiobronzdoc2019-07-312-2/+2
* [rubygems/rubygems] Set config_file_name to the value of ENV["GEMRC"] if avai...bronzdoc2019-07-312-2/+8
* [rubygems/rubygems] Move config_file_name logic to its own methodbronzdoc2019-07-311-19/+21
* [rubygems/rubygems] Migrate extension builder to use Open3David Rodríguez2019-07-312-20/+23
* [rubygems/rubygems] Remove unused methodDavid Rodríguez2019-07-311-5/+0
* * expand tabs.git2019-07-311-2/+2
* Do not change IO.pipe encodings if encodings explicitly givenJeremy Evans2019-07-302-29/+45
* Passing `binmode: true` to `IO.pipe` should behave like `binmode`Aaron Patterson2019-07-302-0/+38
* * 2019-07-31git2019-07-311-1/+1
* Do not always taint the result of File#pathJeremy Evans2019-07-303-1/+23
* Shorten dependency hint [ci skip]Nobuyoshi Nakada2019-07-301-1/+1
* Try giving up `brew update` in Azure as wellTakashi Kokubun2019-07-301-1/+1
* Hint for the dependency update [Bug #16000]Nobuyoshi Nakada2019-07-301-0/+1
* Separate VCS::GIT#upstreamNobuyoshi Nakada2019-07-301-4/+9
* `/o` should not use with instance variableKazuhiro NISHIYAMA2019-07-301-1/+1
* Separate test_set_lineno_getsNobuyoshi Nakada2019-07-301-14/+16
* Use lowercase letters for IPv6 addresses.Tanaka Akira2019-07-302-1/+17
* Revert "Do not always taint the result of File#path"Jeremy Evans2019-07-293-22/+1
* Document that Timezone argument for Time uses dst? if available [ci skip]Jeremy Evans2019-07-291-1/+4
* * 2019-07-30git2019-07-301-1/+1
* Do not always taint the result of File#pathJeremy Evans2019-07-293-1/+22
* Warn if using return at top-level with an argumentJeremy Evans2019-07-293-6/+26
* Erase only on ttyNobuyoshi Nakada2019-07-291-2/+2
* Should match the beginning/end of stringNobuyoshi Nakada2019-07-291-4/+4
* Match suffix for content type more preciselyNobuyoshi Nakada2019-07-291-3/+3
* Chomp html suffix literallyNobuyoshi Nakada2019-07-291-1/+1
* Fix unused variableKazuhiro NISHIYAMA2019-07-291-3/+3
* Actually remove travis_waitTakashi Kokubun2019-07-291-1/+1
* `travis_wait` silences any outputTakashi Kokubun2019-07-291-3/+1
* Give up `brew update` on TravisTakashi Kokubun2019-07-291-1/+4
* Resurrect -v to debug osx problemsTakashi Kokubun2019-07-291-1/+2
* Stop isolating test_gc_compact on CITakashi Kokubun2019-07-292-10/+5
* Removed unused variables and methodsNobuyoshi Nakada2019-07-291-5/+1
* [ruby/rdoc] Removed unused variableNobuyoshi Nakada2019-07-291-1/+1
* * 2019-07-29git2019-07-291-1/+1
* Moved osx_imageNobuyoshi Nakada2019-07-291-2/+1
* [reline] Do not compile regexp for each lineNobuyoshi Nakada2019-07-281-5/+4
* [reline] Do not escape and compile regexp for each byteNobuyoshi Nakada2019-07-281-3/+7
* * 2019-07-28git2019-07-281-1/+1
* Reuse match dataNobuyoshi Nakada2019-07-283-2/+12
* Extend travis_wait to 50min for osxTakashi Kokubun2019-07-271-2/+2
* Occupy match dataNobuyoshi Nakada2019-07-272-1/+6