Skip to content

Commit 16d446e

Browse files
committed
Removed fiddle from sync target
1 parent 908529b commit 16d446e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tool/sync_default_gems.rb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ module SyncDefaultGems
2929
error_highlight: "ruby/error_highlight",
3030
etc: 'ruby/etc',
3131
fcntl: 'ruby/fcntl',
32-
fiddle: 'ruby/fiddle',
3332
fileutils: 'ruby/fileutils',
3433
find: "ruby/find",
3534
forwardable: "ruby/forwardable",
@@ -164,14 +163,6 @@ def sync_default_gems(gem)
164163
rm_rf(["ext/psych/yaml/LICENSE"])
165164
cp_r("#{upstream}/psych.gemspec", "ext/psych")
166165
`git checkout ext/psych/depend ext/psych/.gitignore`
167-
when "fiddle"
168-
rm_rf(%w[ext/fiddle test/fiddle])
169-
cp_r("#{upstream}/ext/fiddle", "ext")
170-
cp_r("#{upstream}/lib", "ext/fiddle")
171-
cp_r("#{upstream}/test/fiddle", "test")
172-
cp_r("#{upstream}/fiddle.gemspec", "ext/fiddle")
173-
`git checkout ext/fiddle/depend`
174-
rm_rf(%w[ext/fiddle/lib/fiddle.{bundle,so}])
175166
when "stringio"
176167
rm_rf(%w[ext/stringio test/stringio])
177168
cp_r("#{upstream}/ext/stringio", "ext")

0 commit comments

Comments
 (0)