Sha256: eb2d959c97d36a4bcc19b91de9aac7419b71fd2f2108addc7b4945caec197ae3

Contents?: true

Size: 432 Bytes

Versions: 3

Compression:

Stored size: 432 Bytes

Contents

install:
	bundle install; bundle exec rake install

test-install:
	bundle install

test:
	bundle exec rake spec

docs:
	yard doc

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

gem:
	bundle exec rake build | sed -e 's/.*pkg/pkg/g' | sed -e "s/\.$$//g" | xargs gem push

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
twilio-ruby-5.0.0.rc26 Makefile
twilio-ruby-5.0.0.rc25 Makefile
twilio-ruby-5.0.0.rc24 Makefile