Followed up https://github.com/ruby/json/pull/613
This commit is contained in:
parent
1379ef6f7d
commit
a7a0fb9ba3
@ -192,7 +192,7 @@ module SyncDefaultGems
|
|||||||
when "json"
|
when "json"
|
||||||
rm_rf(%w[ext/json test/json])
|
rm_rf(%w[ext/json test/json])
|
||||||
cp_r("#{upstream}/ext/json/ext", "ext/json")
|
cp_r("#{upstream}/ext/json/ext", "ext/json")
|
||||||
cp_r("#{upstream}/tests", "test/json")
|
cp_r("#{upstream}/test/json", "test/json")
|
||||||
rm_rf("test/json/lib")
|
rm_rf("test/json/lib")
|
||||||
cp_r("#{upstream}/lib", "ext/json")
|
cp_r("#{upstream}/lib", "ext/json")
|
||||||
cp_r("#{upstream}/json.gemspec", "ext/json")
|
cp_r("#{upstream}/json.gemspec", "ext/json")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user