Sha256: 1afab1bf92514d91d2cf63cd29728dc1b7ec36bb821adb9e91e6cd9d744a0d4f
Contents?: true
Size: 350 Bytes
Versions: 12
Compression:
Stored size: 350 Bytes
Contents
if [ $# -eq 0 ] then echo "No arguments supplied" exit fi read -p "Remember to add :followlocation => true to api_client.rb?" yn case $yn in [Yy]* ) gem build finnhub_ruby.gemspec; gem push finnhub_ruby-$1.gem; git add -A; git commit -m "update v$1"; git push; break;; [Nn]* ) exit;; * ) echo "Please answer yes or no.";; esac
Version data entries
12 entries across 12 versions & 1 rubygems