Skip to content

Commit 68eab91

Browse files
committed
Allow to sync pathname manually
Still development of the gem continues, sync as possible manually.
1 parent fb80f84 commit 68eab91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tool/sync_default_gems.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@ def lib((upstream, branch), gemspec_in_subdir: false)
194194
optparse: lib("ruby/optparse", gemspec_in_subdir: true).tap {
195195
it.mappings << ["doc/optparse", "doc/optparse"]
196196
},
197+
pathname: repo("ruby/pathname", [
198+
["ext/pathname/pathname.c", "pathname.c"],
199+
["lib/pathname_builtin.rb", "pathname_builtin.rb"],
200+
["lib/pathname.rb", "lib/pathname.rb"],
201+
["test/pathname", "test/pathname"],
202+
]),
197203
pp: lib("ruby/pp"),
198204
prettyprint: lib("ruby/prettyprint"),
199205
prism: repo(["ruby/prism", "main"], [

0 commit comments

Comments
 (0)