mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Prepare to release json-2.5.0
This commit is contained in:
parent
f2f00e24fa
commit
edb76e8765
Notes:
git
2020-12-22 19:44:53 +09:00
6 changed files with 6 additions and 8 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue