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

Version Path
twilio-ruby-4.13.0 Makefile
twilio-ruby-4.12.1 Makefile
twilio-ruby-5.0.0.rc11 Makefile
twilio-ruby-5.0.0.rc10 Makefile
twilio-ruby-5.0.0.rc9 Makefile
twilio-ruby-5.0.0.rc8 Makefile
twilio-ruby-5.0.0.rc7 Makefile
twilio-ruby-5.0.0.rc5 Makefile
toolhound-ruby-1.0.37 Makefile
toolhound-ruby-1.0.36 Makefile
toolhound-ruby-1.0.35 Makefile
toolhound-ruby-1.0.34 Makefile
toolhound-ruby-1.0.33 Makefile
toolhound-ruby-1.0.32 Makefile
toolhound-ruby-1.0.31 Makefile
toolhound-ruby-1.0.30 Makefile
toolhound-ruby-1.0.29 Makefile
toolhound-ruby-1.0.28 Makefile
toolhound-ruby-1.0.27 Makefile
toolhound-ruby-1.0.26 Makefile