mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 14:21:18 +00:00
persist ruby gems by using GEM_HOME and GEM_ROOT
This commit is contained in:
parent
51e574f13f
commit
e928a37a01
@ -26,7 +26,11 @@
|
||||
}
|
||||
},
|
||||
"extract_to": [ "", "devkit" ],
|
||||
"env_add_path": "bin",
|
||||
"env_add_path": ["bin", "$data_dir\\gem\\bin"],
|
||||
"env_set": {
|
||||
"GEM_HOME": "$data_dir\\gem",
|
||||
"GEM_PATH": "$data_dir\\gem"
|
||||
},
|
||||
"post_install": "pushd $dir\\devkit;echo \"---`n- $dir\" | out-file config.yml -enc default; ruby dk.rb install;popd;",
|
||||
"checkver": {
|
||||
"url": "http://rubyinstaller.org/downloads/",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user