summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
AgeCommit message (Collapse)Author
25 hoursExclude prism/generate-srcs.mk.rb from sync targets of prismHiroshi SHIBATA
2025-08-05Pathname is now core class.Hiroshi SHIBATA
We will restore this sync target when `lib/pathname.rb` is migrated to `pathname_builtin.rb` and backport that file to `ruby/pathname` repo.
2025-07-03Adapt to upstream change in Bundler specsDavid Rodríguez
2025-07-02Fixup 9dc60de4fcdHiroshi SHIBATA
Sync erb.gemspec to under the `lib/erb/ directory.
2025-06-11Fix `make test-bundler`David Rodríguez
Notes: Merged: https://github.com/ruby/ruby/pull/13520
2025-05-12Support to sync cgi/escape from ruby/cgi repoHiroshi SHIBATA
2025-05-02Set is migrated to Core classHiroshi SHIBATA
2025-04-10Sync Bundler and adapt to new spec setupDavid Rodríguez
Notes: Merged: https://github.com/ruby/ruby/pull/13083
2025-02-05Removed fiddle from sync targetHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12616
2025-01-27readline is also removed from sync targetHiroshi SHIBATA
2025-01-27Removed irb and reline from sync targetsHiroshi SHIBATA
2025-01-21ext/json/parser/prereq.mk is removed from sync targetHiroshi SHIBATA
2025-01-20win32ole is bundled gems nowHiroshi SHIBATA
2025-01-15Removed sync target of rdocHiroshi SHIBATA
2025-01-14Sync lockfile from rubygems/rubygemsHiroshi SHIBATA
2025-01-13sync_default_gems.rb: check message_filter argumentsNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12563
2025-01-10Removed benchmark, logger, ostruct and pstore from sync targetsHiroshi SHIBATA
2025-01-02Remove and stop syncing IRB documentation (#12416)Stan Lo
Follow-up to #12325 Since we're not generating IRB documentation, we don't need to sync its `doc/` folder and keep the previous content. Notes: Merged-By: tompng <tomoyapenguin@gmail.com>
2024-12-18Skip to sync lib/irb/.documentHiroshi SHIBATA
2024-12-11Fixed upstream path of ruby/resolvHiroshi SHIBATA
2024-12-02Update strscan structure for strscan/strscan.rbHiroshi SHIBATA
2024-11-27Sync the main branch of `ruby/mmtk`Matt Valentine-House
The sync script defaults to `master` when analysing which commits to pick, but the default for new repos now is `main`. Notes: Merged: https://github.com/ruby/ruby/pull/12174
2024-11-25Skip sync failure when we specified old versionHiroshi SHIBATA
2024-11-21Sync ruby/mmtk into the gc/mmtk directoryMatt Valentine-House
Notes: Merged: https://github.com/ruby/ruby/pull/12120
2024-11-05Update depend filesJean Boussier
Notes: Merged: https://github.com/ruby/ruby/pull/12003
2024-11-05Update json gem syncing logicJean Boussier
Notes: Merged: https://github.com/ruby/ruby/pull/12003
2024-11-05tool/sync_default_gems.rb: update json rulesJean Boussier
`lib/json/ext/generator/state.rb` should actually be `ext/json/lib/json/ext/generator/state.rb` Notes: Merged: https://github.com/ruby/ruby/pull/11999
2024-11-05Stop syncing json benchmarks.nagachika
Notes: Merged: https://github.com/ruby/ruby/pull/11978
2024-10-29Revert "No longer needed ext/json/extconf.rb"Hiroshi SHIBATA
This reverts commit 58797b7f74737b8896583c9bfa6546ef6756681a.
2024-10-26No longer needed ext/json/extconf.rbHiroshi SHIBATA
2024-10-16Followed up https://github.com/ruby/json/pull/613Hiroshi SHIBATA
2024-10-09Added win32-registryHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11791
2024-10-07json upstream is ruby/json nowHiroshi SHIBATA
2024-09-16[PRISM] Remove snapshot testing from Prism syncKevin Newton
Notes: Merged: https://github.com/ruby/ruby/pull/11624
2024-08-31* remove trailing spaces. [ci skip]git
2024-08-31Added check method with released version of rubygems.orgHiroshi SHIBATA
2024-08-05Clean up empty directoryHiroshi SHIBATA
2024-07-16Follow-up resolv and win32 integrationHiroshi SHIBATA
https://github.com/ruby/resolv/pull/54
2024-07-01Skip to copy .so/.bundle files generated by rake-compilerHiroshi SHIBATA
2024-06-04Sync strscan HEAD again.Hiroshi SHIBATA
https://github.com/ruby/strscan/pull/99 split document with multi-byte chars.
2024-06-03Revert "Sync strscan document files to under the doc directory"Hiroshi SHIBATA
This reverts commit 5611e249e10bf95d48bbf27674bbb6b1fe588b5e. Followed up with https://github.com/ruby/ruby/commit/78bfde5d9f42f2d7bcfb40343477eb8e73ca0e29
2024-05-30Sync strscan document files to under the doc directoryHiroshi SHIBATA
2024-03-28Read as binary regardless localeNobuyoshi Nakada
2024-02-20Architecture-dependent files must not pollute libdir [ci skip]Nobuyoshi Nakada
Copying compiled binaries to libdir is a really evil practice.
2024-02-20Don't sync prism.{so,bundle,dll} from `ruby/prism`Hiroshi SHIBATA
2024-01-24No longer needed to sync syslogHiroshi SHIBATA
2024-01-22Stop sync csv repoHiroshi SHIBATA
2024-01-22Stop sync nkf repoHiroshi SHIBATA
2024-01-22Stop sync drb repoHiroshi SHIBATA
2024-01-19Stop sync rinda repoHiroshi SHIBATA