Sha256: 4f3e961834e30a5cee74e6676d3f201a26b9ce242a5db61d1e9ccd030ae455c0
Contents?: true
Size: 448 Bytes
Versions: 84
Compression:
Stored size: 448 Bytes
Contents
#!/usr/bin/env bash last_wd=$(pwd) cd "/tmp/neetob/" bundle install echo "Building gem..." bundle exec rake build echo -e "\nHold tight! The next step might take some time..." gem install "/tmp/neetob/pkg/neetob*.gem" cd "${last_wd}" rm -rf "/tmp/neetob/" echo -e "\n" cat <<EOF ========================= _ _ ___ ___ ___| |_ ___| |_ | | -_| -_| _| . | . | |_|_|___|___|_| |___|___| ========================= EOF neetob help
Version data entries
84 entries across 84 versions & 2 rubygems