Prepare to release json-2.5.0

This commit is contained in:
Hiroshi SHIBATA 2020-12-22 18:18:32 +09:00
parent f2f00e24fa
commit edb76e8765
Notes: git 2020-12-22 19:44:53 +09:00
6 changed files with 6 additions and 8 deletions

View file

@ -119,6 +119,7 @@ def sync_default_gems(gem)
rm_rf(%w[ext/json test/json])
cp_r("#{upstream}/ext/json/ext", "ext/json")
cp_r("#{upstream}/tests", "test/json")
rm_rf("test/json/lib")
cp_r("#{upstream}/lib", "ext/json")
cp_r("#{upstream}/json.gemspec", "ext/json")
cp_r("#{upstream}/VERSION", "ext/json")