Commit graph

443 commits

Author SHA1 Message Date
Hiroshi SHIBATA
83662f1d99
Removed needless rake and bundler files for rdoc 2021-09-28 16:13:45 +09:00
Nobuyoshi Nakada
41867532ac
No commits to pick is success [ci skip] 2021-08-31 19:07:08 +09:00
Nobuyoshi Nakada
defdfa020a
Exit with the syncing status [ci skip] 2021-08-31 19:00:17 +09:00
aycabta
2d93b523e1 Add irb section to tool/sync_default_gems.rb 2021-08-30 03:00:02 +09:00
Hiroshi SHIBATA
384c0f57aa
Added bundle install before bundle exec on rdoc sync 2021-08-25 15:02:29 +09:00
Hiroshi SHIBATA
d140b03053
Added ruby/un entry 2021-08-24 18:02:44 +09:00
aycabta
ef6dd407c8 Import Gemfile and Rakefile of rdoc by tool/sync_default_gems.rb 2021-08-10 02:36:00 +09:00
Hiroshi SHIBATA
0dcae3bd4a
Support document sync for optparse 2021-07-28 20:13:39 +09:00
Nobuyoshi Nakada
4c039a2ea0
tool/sync_default_gems.rb: remove CRs 2021-07-13 19:36:52 +09:00
Nobuyoshi Nakada
f9c559a0a2
sync_default_gems.rb: expand links to PRs of the upstream 2021-07-13 19:05:50 +09:00
Yusuke Endoh
3391682eda tool/sync_default_gems.rb: remove unneeded code for error_highlight sync 2021-06-30 11:39:39 +09:00
Yusuke Endoh
393f84da4a tool/sync_default_gems.rb: Add error_highlight gem 2021-06-30 10:56:59 +09:00
David Rodríguez
3954799071 Tweak skipped files in bundler gemspec
We won't be using the `extra_rdoc_files` field, because it's very slow
for markdown files.
2021-05-31 21:26:24 +09:00
Hiroshi SHIBATA
029169bc5b
Fixed target directory when copying from upstream 2021-05-27 17:15:58 +09:00
Hiroshi SHIBATA
c1c60a4498
Removed dbm from sync_default_gems 2021-05-27 17:14:31 +09:00
Hiroshi SHIBATA
be2e2b4805 Promote net-smtp to the bundled gems 2021-05-27 14:42:11 +09:00
Hiroshi SHIBATA
aa9726f7b9 Promote net-pop to the bundled gems 2021-05-27 14:42:11 +09:00
Hiroshi SHIBATA
d5bc6b2337 Promote net-imap to the bundled gems 2021-05-27 14:42:11 +09:00
Hiroshi SHIBATA
e49c998d1e Promote net-ftp to the bundled gems 2021-05-27 14:42:11 +09:00
Hiroshi SHIBATA
454a36794f Promote matrix to the bundled gems 2021-05-27 14:42:11 +09:00
Hiroshi SHIBATA
c9178c1127 Promote prime to the bundled gems 2021-05-27 14:42:11 +09:00
Hiroshi SHIBATA
edcc29dcff Removed gdbm from ruby repo 2021-05-25 20:04:54 +09:00
Hiroshi SHIBATA
55cd3e4ebf Removed dbm from ruby repo 2021-05-25 15:18:31 +09:00
Hiroshi SHIBATA
ab3266ea5c Removed tracer from ruby repo 2021-05-25 13:13:52 +09:00
David Rodríguez
15160e9b4f Sync bundler & rubygems at the same time 2021-05-11 11:29:41 +09:00
David Rodríguez
7dccc4ef8a Properly synchronize bundler gemspec too
By making the necessary modifications automatically.
2021-05-11 11:29:41 +09:00
David Rodríguez
cc4d8d037c Simplify syncing bundler
These files no longer exist upstream, so they don't need to be synced.
2021-05-11 11:29:41 +09:00
Hiroshi SHIBATA
5de6f1ab47
Move net-imap.gemspec to under the lib/net/imap directory. 2021-05-06 15:20:35 +09:00
Hiroshi SHIBATA
537fc3ad5c
Ignore JRuby files on io-console 2021-04-22 11:51:37 +09:00
Hiroshi SHIBATA
347c3b3083
Fix the regexp list for ignore list 2021-04-21 20:34:46 +09:00
Hiroshi SHIBATA
7c0c1c3e46
This change broke the some files like date.gemspec and lib/logger.rb.
Revert "sync_default_gems.rb: merge only files named as each gem"

This reverts commit 37b96d6773.
2021-04-21 17:38:33 +09:00
Hiroshi SHIBATA
7af7a539bc Also merge tool/bundler/*.rb for testing of Bundler 2021-04-15 15:36:15 +09:00
Hiroshi SHIBATA
0d9496f924 Restore bundler.gemspec from ruby/ruby repository with sync_default_gems.rb 2021-04-15 15:36:15 +09:00
Nobuyoshi Nakada
37b96d6773
sync_default_gems.rb: merge only files named as each gem 2021-04-11 13:18:47 +09:00
Nobuyoshi Nakada
dbdd8c2dfe
sync_default_gems.rb: ignore rakelib [ci skip] 2021-04-11 09:59:01 +09:00
Nobuyoshi Nakada
956056db37
sync_default_gems.rb: do not reset the whole directory [ci skip]
If no files to be ignored, resetting with no argument means
resetting the whole directory.
2021-04-08 12:04:25 +09:00
Nobuyoshi Nakada
d87b8ce647
sync_default_gems.rb: ignore COPYING file [ci skip] 2021-03-29 15:19:37 +09:00
Nobuyoshi Nakada
f16b9e7f26
sync_default_gems.rb: IO#puts prints a newline between each argument [ci skip] 2021-03-29 15:14:21 +09:00
Nobuyoshi Nakada
f7faac13c6
sync_default_gems.rb: remove un-committed files [ci skip]
As files non-existing in the repository cannot be checked out,
remove files to be ignored once, and re-check the status.
2021-03-28 23:39:27 +09:00
Nobuyoshi Nakada
36bad6f14f
sync_default_gems.rb: search the last merge more strictly [ci skip]
As tag-only match, `[#{repo}]`, may find unexpected commit, e.g.,
5bfca88f76 for io-console, match by
more exact URL pattern.
2021-03-28 22:58:43 +09:00
Nobuyoshi Nakada
49c1c2dce3
sync_default_gems.rb: escape filter command [ci skip] 2021-03-28 18:52:19 +09:00
Nobuyoshi Nakada
603d799520
sync_default_gems.rb: message when no commits [ci skip] 2021-03-28 14:10:04 +09:00
Nobuyoshi Nakada
38ea2306d2
sync_default_gems.rb: preserve Co-Authored-By: 2021-03-28 14:02:31 +09:00
aycabta
b346935cbc Copy only generated parser files when RDoc syncs 2021-03-16 01:15:29 +09:00
Kenta Murata
f7dc4d5cda
tool/sync_default_gems.rb: Prevent infinite loop due to unknown options 2021-01-12 09:57:04 +09:00
Nobuyoshi Nakada
06454a9457
sync_default_gems.rb: added -a option
The option to merge all commits since the commit merged in the
last prefixed commit.
2021-01-05 21:24:10 +09:00
Nobuyoshi Nakada
075824ebd5
sync_default_gems.rb: reduced accesses to REPOSITORIES 2021-01-05 21:23:07 +09:00
Hiroshi SHIBATA
edb76e8765 Prepare to release json-2.5.0 2020-12-22 19:44:27 +09:00
Akinori MUSHA
63b872c409 Prepare for importing the set gem 2020-12-22 12:17:47 +09:00
Hiroshi SHIBATA
44fba194a5
ruby/pathname separated .rb file to top-level directory. 2020-12-17 17:24:51 +09:00