Automatically fetch latest ruby-build version with 24h cache#484
Automatically fetch latest ruby-build version with 24h cache#484exterm wants to merge 3 commits into
Conversation
bca5f07 to
c27f94c
Compare
|
I was so unsure about the cache that I added a commit to remove it. We can merge this with or without cache. Maintainer's choice @Stratus3D |
|
asdf-nodejs automatically fetches latest, so asdf-ruby should probably be structured similarly. asdf-nodejs has a mention of a cache https://github.com/asdf-vm/asdf-nodejs/blob/master/lib/commands/command-nodebuild |
fb77da0 to
171fa54
Compare
|
I was curious and dug into the |
Fetches the newest ruby-build version whenever ruby-build is used, with a 24 hour cache.
I wasn't sure about the cache, but it seems wasteful to fetch the newest version every time.
Fixes #464