aboutsummaryrefslogtreecommitdiffstats
path: root/tool/sync_default_gems.rb
Commit message (Collapse)AuthorAgeFilesLines
* Squelch filter-branch warning and sleepingNobuyoshi Nakada2019-12-171-0/+2
|
* Added the missing gemspec of raccHiroshi SHIBATA2019-12-101-0/+1
|
* Show failed commits only when existsaycabta2019-12-071-2/+4
|
* Promote did_you_mean to default gemKevin Deisz2019-11-301-0/+8
| | | | 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.
* Add to support the single commit for sync_default_gems.rbHiroshi SHIBATA2019-11-301-0/+4
|
* Remove e2mmap from sync_default_gems.rbHiroshi SHIBATA2019-11-301-6/+0
|
* Add sync task for ruby/opensslHiroshi SHIBATA2019-11-261-0/+13
|
* Removed sync library from sync toolHiroshi SHIBATA2019-11-131-1/+0
|
* Revert "Revert "Promote uri to default gems""Hiroshi SHIBATA2019-11-111-0/+2
| | | | | | This reverts commit fdfad905227a0e2e4c224d87181041fb75d5082e. f1f27da6c457684fdbfc0352297e6847f675ce4c resolved this.
* Revert "Promote uri to default gems"Hiroshi SHIBATA2019-11-091-2/+0
| | | | | | | This reverts commit c5b4d2a2592942766dc2789f46105b91eba7026a. This commit affects with activation feature of RubyGems. [Bug #16337][ruby-core:95768]
* Promote uri to default gemsHiroshi SHIBATA2019-11-091-0/+2
|
* Promote yaml to default gemsHiroshi SHIBATA2019-11-091-0/+2
|
* Promote timeout to default gemsHiroshi SHIBATA2019-11-091-0/+2
|
* Promote observer to default gems. But not yet releasedHiroshi SHIBATA2019-11-091-1/+3
|
* Promote readline to default gems named readline-extHiroshi SHIBATA2019-11-091-0/+5
|
* Added gemspec for readline gem that is wrapper library for reline and ↵Hiroshi SHIBATA2019-11-091-0/+2
| | | | readline extension
* Promote cgi to default gemsHiroshi SHIBATA2019-11-071-0/+9
|
* Promote net-smtp to default gemsHiroshi SHIBATA2019-11-071-0/+5
|
* Promote net-pop to default gemsHiroshi SHIBATA2019-11-071-0/+5
|
* Promote benchmark to default gemsHiroshi SHIBATA2019-11-071-0/+2
|
* Promote delegate to default gemsHiroshi SHIBATA2019-11-071-0/+2
|
* Promote pstore to default gemsHiroshi SHIBATA2019-11-071-0/+2
|
* Fixed an Errno::ENOENT with non-test librariesHiroshi SHIBATA2019-11-071-1/+3
|
* Promote open3 to default gemsHiroshi SHIBATA2019-11-071-1/+3
|
* fallback standard structure library to sync_lib_gem methodHiroshi SHIBATA2019-11-071-2/+1
|
* 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
|