File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments