Sha256: c92eec392c2d6debe15c5322eb3097894bb5243dc83cda3cc660c6a1b01f6184
Contents?: true
Size: 402 Bytes
Versions: 61
Compression:
Stored size: 402 Bytes
Contents
install: bundle exec rake install test-install: bundle install test: bundle exec rake spec authors: echo "Authors\n=======\n\nA huge thanks to all of our contributors:\n\n" > AUTHORS.md git log --raw | grep "^Author: " | cut -d ' ' -f2- | cut -d '<' -f1 | sed 's/^/- /' | sort | uniq >> AUTHORS.md deploy: bundle exec rake build | sed -e 's/.*pkg/pkg/g' | sed -e "s/\.$$//g" | xargs gem push
Version data entries
61 entries across 61 versions & 3 rubygems