-
-
Save 0x0dea/274eed988ad0addfc16b to your computer and use it in GitHub Desktop.
Download all the gems!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
gem search --no-vers | parallel -j0 -I$ 'curl -O `curl https://rubygems.org/api/v1/gems/$.json | jq -r .gem_uri`' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment