summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-19Drop duplicated sample code (#2389) [ci skip]Kenichi Kamiya
2019-08-19Make portable for standalone test-unit gem.Hiroshi SHIBATA
2019-08-19Remove unused variable to suppress warning (#2388) [ci skip]Kenichi Kamiya
2019-08-19Mark Travis osx cron-onlyTakashi Kokubun
2019-08-19Update a sample code (#2387)Kenichi Kamiya
2019-08-19Update the canonical repository urlHiroshi SHIBATA
2019-08-19crash report on mac little updateDavid CARLIER
2019-08-19Accurate a sample to show having some ext (#2385)Kenichi Kamiya
2019-08-19Prefer Regexp#=~ to Regexp#match when the RHS may be nilNobuyoshi Nakada
2019-08-19Use modifier for pid_tNobuyoshi Nakada
2019-08-19unsigned int should have enough bits for rb_thread_shield_waitingNobuyoshi Nakada
2019-08-19Fix FL_USER19Nobuyoshi Nakada
2019-08-19Omit version.h when mergingNAKAMURA Usaku
2019-08-19cont.c: remove unused STACK_GROW_DIR_DETECTIONYusuke Endoh
2019-08-19Roughly retry `brew update`Takashi Kokubun
2019-08-19Make it as clear as possible that RubyVM is MRI-specific and only exists on M...Benoit Daloze
2019-08-19missing/memcmp.c: suppress a `-Wparentheses` warningYusuke Endoh
2019-08-19* expand tabs. [ci skip]git
2019-08-19Set flag to allow unprivileged users to create symlinks (#2381)Nobuyoshi Nakada
2019-08-19lib/rdoc/markup/parser.rb: remove a unused variable initializationYusuke Endoh
2019-08-19Make AppVeyor notification colors consistentTakashi Kokubun
2019-08-19Stop reporting test-bundled-gems resultsTakashi Kokubun
2019-08-19Workaround errors on multi-line commit messageTakashi Kokubun
2019-08-19Make Slack notification availableTakashi Kokubun
2019-08-19* 2019-08-19 [ci skip]git
2019-08-19Implement Slack notification for ActionsTakashi Kokubun
2019-08-18Revert "Try notifying Slack from Actions"Takashi Kokubun
2019-08-18Try notifying Slack from ActionsTakashi Kokubun
2019-08-18Reoder Travis matrix.includeTakashi Kokubun
2019-08-18Use master branch instead of trunk.Hiroshi SHIBATA
2019-08-18Ignore tags on default gems from ruby core repository.Hiroshi SHIBATA
2019-08-18Drop before_test for mswin tooTakashi Kokubun
2019-08-18Appveyor - vc120 use OpenSSL 1.0.2, vc140 use 1.1.1 (#1998)MSP-Greg
2019-08-18Fix document of `GC.start` (#2382)Masataka Pocke Kuwabara
2019-08-18Skip open_spec.rb:L95 because ruby repo doesn't have json as default gems.Hiroshi SHIBATA
2019-08-18[bundler/bundler] Remove unnecessary requireDavid Rodríguez
2019-08-18[bundler/bundler] No need to activate the `fileutils` default gemDavid Rodríguez
2019-08-18[bundler/bundler] Remove unnecessary rubygems monkeypatchDavid Rodríguez
2019-08-18[bundler/bundler] Don't use system bundler on this specDavid Rodríguez
2019-08-18[bundler/bundler] Fix spec using the deprecated `bundle config` modeDavid Rodríguez
2019-08-18[bundler/bundler] Require relatively from exe/ when possibleDavid Rodríguez
2019-08-18[bundler/bundler] Last relative requiresDavid Rodríguez
2019-08-18[bundler/bundler] Remove a bunch of unneeded rubygems requiresDavid Rodríguez
2019-08-18[bundler/bundler] Move local variable to only branch where it's usedDavid Rodríguez
2019-08-18[bundler/bundler] Fix open default gem errorZehan Zhao
2019-08-18[bundler/bundler] Wrap `open` specs with a contextDavid Rodríguez
2019-08-18[bundler/bundler] Prefer `before` to `before :each`David Rodríguez
2019-08-18[bundler/bundler] Fix `bundle doctor` commandDavid Rodríguez
2019-08-18[bundler/bundler] Bundler displays a duplicate gem entries warning even if ge...David Stosik
2019-08-18Gem::ConfigMap is deprecated nowHiroshi SHIBATA