Skip to content

Instantly share code, notes, and snippets.

@sikachu
Created February 7, 2012 17:25
Show Gist options
  • Save sikachu/1760830 to your computer and use it in GitHub Desktop.
Save sikachu/1760830 to your computer and use it in GitHub Desktop.
Check validity of the gem package
tar xzfO {package}.gem metadata.gz | gzcat | grep -q '\- =' && echo "Invalid"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment