aboutsummaryrefslogtreecommitdiffstats
path: root/tool/sync_default_gems.rb
Commit message (Collapse)AuthorAgeFilesLines
* Promote singleton to default gemsHiroshi SHIBATA2019-11-071-2/+4
|
* sync_default_gems.rb: Show the progress at fetchingNobuyoshi Nakada2019-11-041-1/+1
| | | | It looks like hanging up when fetching from a remote first time.
* Fixed the sync task for jsonHiroshi SHIBATA2019-10-311-3/+2
| | | | | * Ignode to change ext/json/depend * Fixed to ignore json_pure files
* Update the latest structure for racc upstreamHiroshi SHIBATA2019-10-301-1/+3
|
* Fixed sync path of e2mmap structure for gemspec.Hiroshi SHIBATA2019-10-241-1/+1
|
* Fixed up 37c083942509dd7e0d8b7ccd3575936a2017c400Hiroshi SHIBATA2019-09-201-1/+0
|
* Removed ThreadsWait from the ruby repositoryHiroshi SHIBATA2019-09-201-6/+0
|
* Removed Synchronizer from the ruby repository.Hiroshi SHIBATA2019-09-201-1/+1
|
* Removed Shell from the ruby repository.Hiroshi SHIBATA2019-09-201-3/+1
|
* Removed Scanf from the ruby repository.Hiroshi SHIBATA2019-09-201-3/+1
|
* Removed CMath from the ruby repository.Hiroshi SHIBATA2019-09-201-3/+1
|
* Don't pick up lib/readline.rb from ruby/relineaycabta2019-08-291-2/+1
|
* Pick lib/readline.rb from ruby/relineaycabta2019-08-271-1/+2
|
* Removed unused literal assignments [ci skip]Nobuyoshi Nakada2019-08-201-7/+4
|
* Subjects may contain a comma [ci skip]Nobuyoshi Nakada2019-08-201-1/+1
|
* Use master branch instead of trunk.Hiroshi SHIBATA2019-08-181-3/+3
|
* Ignore tags on default gems from ruby core repository.Hiroshi SHIBATA2019-08-181-2/+2
|
* Fix copy path of ruby/reline's testaycabta2019-08-181-1/+1
|
* Added separator for failing commits from default gems.Hiroshi SHIBATA2019-08-071-0/+1
|
* Skip merge commit created by bundlerbot.Hiroshi SHIBATA2019-08-071-1/+1
|
* Skip the some of commits when sync default gems from upstream.Hiroshi SHIBATA2019-07-271-3/+21
| | | | | * Skip failed to sync commits because it needs to pick manually. * Skip empty commit.
* Added ignore files to sync_default_gems_with_commits and make constant them.Hiroshi SHIBATA2019-07-271-1/+3
|
* Ignore Merge commit and insufficiency commit for ruby core repository.Hiroshi SHIBATA2019-07-261-19/+27
|
* Improve the commits list for cherry-picking from default gems.Hiroshi SHIBATA2019-07-261-4/+7
| | | | | | * Ignore Merge commit from the commit lists before trying to pick commit. * Show the commits list at first.
* Escape parentheses for syntax hilighting for VScode.Hiroshi SHIBATA2019-07-261-1/+1
|
* Adjust the test direcotry structure of rdoc.Hiroshi SHIBATA2019-07-261-1/+1
|
* Do not fetch remote tagsNobuyoshi Nakada2019-07-251-2/+2
|
* Allways fetch the latest commit from default gems repository.Hiroshi SHIBATA2019-07-221-1/+1
|
* Tweak upstream information of upstream commit.Hiroshi SHIBATA2019-07-141-1/+3
|
* abort sync commit history when it failed to modify commit message.Hiroshi SHIBATA2019-07-141-0/+4
|
* Use force flag for filter-branch.Hiroshi SHIBATA2019-07-141-1/+1
|
* Skip merge commit with rubygems and bundler.Hiroshi SHIBATA2019-07-141-5/+11
|
* Modified commit message with upstream repository name.Hiroshi SHIBATA2019-07-141-0/+2
|
* Added chrry-pick feature from upstream repository.Hiroshi SHIBATA2019-07-141-0/+11
|
* Try to sync with commit history for default gems.Hiroshi SHIBATA2019-07-141-1/+16
|
* Removed FileUtils for file manipulations with module inclusion.Hiroshi SHIBATA2019-07-141-102/+103
|
* Use FileUtils.mkdir_p instead of mkdir command directoly.Hiroshi SHIBATA2019-07-141-3/+3
|
* Use FileUtils.cp_r instead of cp command directoly.Hiroshi SHIBATA2019-07-141-68/+68
|
* Fixup dccb0e1ec94e7b9c13c715939ae7e0ccc4ffb23eHiroshi SHIBATA2019-07-141-8/+8
|
* Use FileUtils.rm_rf instead of rm command directly.Hiroshi SHIBATA2019-07-141-31/+33
|
* Do not use hard-coded file path of default gems upstream.Hiroshi SHIBATA2019-07-141-65/+67
|
* Adopt the directory structure of ruby repository for racc extension.Hiroshi SHIBATA2019-07-081-2/+2
|
* Fixed the wrong path for io-console.Hiroshi SHIBATA2019-06-251-1/+1
|
* Update sync task for the directory structure of cparse and ignore JRuby files.Hiroshi SHIBATA2019-06-201-1/+3
|
* Added sync task for raccHiroshi SHIBATA2019-06-191-1/+8
|
* Add Reline as a fallback library for Readlineaycabta2019-04-301-0/+7
| | | | | | | | | | | | | * lib/reine.rb, lib/reline/*: Reline is a readline stdlib compatible library. * lib/readline.rb: Readline uses a fallback to Reline when ext/readline doesn't exist. * tool/sync_default_gems.rb: add ruby/reline as a default gem. * appveyor.yml: add "set RELINE_TEST_ENCODING=Windows-31J" for test suit of Reline, and add "--exclude readline" to "nmake test-all" on Visual Studio builds because of strange behavior. * spec/ruby/library/readline/spec_helper.rb: skip Reline as with RbReadline.
* tool/sync_default_gems.rb: Check prerequisitesTakashi Kokubun2019-04-261-0/+3
|
* Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada2019-04-231-7/+0
| | | | | Accidentally merged when 89271d4a3733bc5e70e9c56b4bd12f277e699c42 "Adjusted indents".
* IRB is improved with Reline and RDoc, take 2aycabta2019-04-231-0/+7
|
* Revert "IRB is improved with Reline and RDoc"aycabta2019-04-211-7/+0
| | | | | | This reverts commit 7f273ac6d0f05208b5b228da95205e20c0e8286c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e