| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-05 | Fixed the inconsistency gemspec location with net-* gems. | Hiroshi SHIBATA | |
| 2020-08-03 | Followed up b2d96abb42abbe2e01f010ffc9ac51f0f9a50002 for net-ftp. | Hiroshi SHIBATA | |
| 2020-07-30 | Promote io-nonblock to the default gems. | Hiroshi SHIBATA | |
| 2020-07-30 | Promote io-wait to the default gems | Hiroshi SHIBATA | |
| 2020-07-22 | Promote optparse to default gems | Hiroshi SHIBATA | |
| 2020-07-13 | sync_default_gems.rb: Updated comments | Nobuyoshi Nakada | |
| * removed out-of-date and duplicate list * stated that everything synced from github | |||
| 2020-07-13 | sync_default_gems.rb: Added `list` subcommand | Nobuyoshi Nakada | |
| 2020-07-13 | sync_default_gems.rb: Ignore conflicted files in toplevel more | Nobuyoshi Nakada | |
| 2020-07-12 | sync_default_gems.rb: Added -e option to edit when conflicted | Nobuyoshi Nakada | |
| 2020-07-06 | tool/sync_default_gems.rb: Accept multiple commit ranges | Nobuyoshi Nakada | |
| 2020-07-05 | tool/sync_default_gems.rb: Added bigdecimal | Nobuyoshi Nakada | |
| 2020-06-19 | Removed sdbm entries from toolchanins | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3234 | |||
| 2020-06-15 | A help message to `tool/sync_default_gems.rb` | David RodrÃguez | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3223 | |||
| 2020-05-23 | Fixed wrong usage rm_rf for cleanup the default gems in sync tool | Hiroshi SHIBATA | |
| 2020-04-25 | `git co` is alias of `git checkout` | Hiroshi SHIBATA | |
| 2020-04-20 | [sync_default_gems.rb] Force reset conflict files to be ignored | Nobuyoshi Nakada | |
| [ci skip] | |||
| 2020-04-20 | Revert irrelevant change [ci skip] | Nobuyoshi Nakada | |
| 2020-04-20 | Removed phony atomic operations for void* and VALUE | Nobuyoshi Nakada | |
| 2020-04-09 | Fixed to initialize ruby-core repository when it has no master branch | Hiroshi SHIBATA | |
| 2020-04-09 | Support one repository for updating the latest commits | Hiroshi SHIBATA | |
| 2020-04-04 | Remove unnecessary escape | Kazuhiro NISHIYAMA | |
| 2020-04-03 | [sync_default_gems.rb] Reset files to be ignored | Nobuyoshi Nakada | |
| [ci skip] | |||
| 2020-04-03 | [sync_default_gems.rb] Ignore files under .github directory | Nobuyoshi Nakada | |
| [ci skip] | |||
| 2020-04-03 | [sync_default_gems.rb] Use block form `IO.popen` to reap zombies | Nobuyoshi Nakada | |
| [ci skip] | |||
| 2020-03-16 | The upstream repository of bundler was changed rubygems/rubygems now. | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/pull/3166 | |||
| 2020-03-10 | tool/sync_default_gems.rb: update paths for openssl | Kazuki Yamaguchi | |
| Now ruby/openssl has a different directory structure. The test suite is moved from /test/test_* to /test/openssl/test_*. | |||
| 2020-02-21 | Fixed net-pop, smtp, protocol and imap task for sync tool | Hiroshi SHIBATA | |
| 2020-02-21 | Fixed net-ftp sync task and resync from standalone repo | Hiroshi SHIBATA | |
| 2020-02-21 | Promote net-http to the default gems. | Hiroshi SHIBATA | |
| test/net/http/test_https.rb: rename fixture methods to read_fixture because it conflicts with test-unit gem. | |||
| 2020-02-21 | Promote net-ftp to default gems | Hiroshi SHIBATA | |
| 2020-02-20 | Promote net-imap to the default gems | Hiroshi SHIBATA | |
| 2020-02-17 | Promote net-protocol to default gems | Hiroshi SHIBATA | |
| 2020-02-13 | Promote English to the default gems. | Hiroshi SHIBATA | |
| 2020-02-12 | Promote tmpdir to the default gems | Hiroshi SHIBATA | |
| 2020-02-12 | Promote tempfile to the default gems. | Hiroshi SHIBATA | |
| 2020-02-11 | Promote weakref to the default gems | Hiroshi SHIBATA | |
| 2020-02-10 | Don't use upstream ext/readline/depend | aycabta | |
| 2020-02-06 | Fix readline-ext sync | aycabta | |
| 2020-01-26 | Do not use `git pull` because origin/master was already fetched. | Hiroshi SHIBATA | |
| 2020-01-26 | Show the repository name before update task | Hiroshi SHIBATA | |
| 2020-01-22 | Added usage documentation for sync_default_gems | Hiroshi SHIBATA | |
| 2020-01-22 | Use gem name to specify | aycabta | |
| 2020-01-12 | Make rss library to the bundle gems | Hiroshi SHIBATA | |
| [Feature #16485][ruby-core:96683] Notes: Merged: https://github.com/ruby/ruby/pull/2832 | |||
| 2020-01-12 | Make rexml library to the bundle gems | Hiroshi SHIBATA | |
| [Feature #16485][ruby-core:96683] Notes: Merged: https://github.com/ruby/ruby/pull/2832 | |||
| 2020-01-10 | Update the upstream repository of bundler | Hiroshi SHIBATA | |
| 2019-12-17 | Squelch filter-branch warning and sleeping | Nobuyoshi Nakada | |
| 2019-12-10 | Added the missing gemspec of racc | Hiroshi SHIBATA | |
| 2019-12-07 | Show failed commits only when exists | aycabta | |
| 2019-11-30 | Promote did_you_mean to default gem | Kevin Deisz | |
| At the moment, there are some problems with regard to bundler + did_you_mean because of did_you_mean being a bundled gem. Since the vendored version of thor inside bundler and ruby itself explicitly requires did_you_mean, it can become difficult to load it when using Bundler.setup. See this issue: https://github.com/yuki24/did_you_mean/issues/117#issuecomment-482733159 for more details. Notes: Merged: https://github.com/ruby/ruby/pull/2689 | |||
| 2019-11-30 | Add to support the single commit for sync_default_gems.rb | Hiroshi SHIBATA | |
