Commit graph

231 commits

Author SHA1 Message Date
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
Hiroshi SHIBATA
46ea74297e
Bump version to json-2.4.1 and use VERSION file for json version same as upstream 2020-12-17 14:20:42 +09:00
Hiroshi SHIBATA
27520a1e1e
Fixed dst name for digest gem 2020-12-14 19:39:32 +09:00
Hiroshi SHIBATA
0e73b49b4c Promote webrick to bundled gems 2020-12-10 18:06:25 +09:00
Hiroshi SHIBATA
ffc8cf12e2
Fixed typo 2020-11-12 21:05:33 +09:00
Hiroshi SHIBATA
3f97940252
Followed up with 708413807a
* Added sync task for digest
  * Update doc/* for default gems
  * Update the latest version of gemspec
2020-10-19 18:56:19 +09:00
Hiroshi SHIBATA
9aab916990
Promote pathname to default gems 2020-10-14 14:42:53 +09:00
Hiroshi SHIBATA
1e316edf60
Promote drb to the default gems 2020-10-14 14:42:53 +09:00
Hiroshi SHIBATA
0f9edf2f48
Promote prettyprint to default gems 2020-10-08 16:40:46 +09:00
Hiroshi SHIBATA
2711e3bab9
Promote pp to default gems 2020-10-08 16:40:46 +09:00
Nobuyoshi Nakada
82f496a84b
Put an empty line before the original URL
Even if the raw commit log does not end with a newline.
Suggested to use `grep` by znz.

Co-Authored-By: Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
2020-10-05 17:32:36 +09:00
Nobuyoshi Nakada
ef4ba517e4
Adjusted default gems paths
* sync_default_gems.rb (sync_lib): sync from the same directory as
  sync_default_gems.
2020-10-04 22:55:27 +09:00
Hiroshi SHIBATA
6dd257ed1e
Added sync task for bigdecimal 2020-09-18 18:47:52 +09:00