Sha256: c2a0da8bc2ea3f28623d508027300d47c88d143897739f67e83a3236725f5f53

Contents?: true

Size: 342 Bytes

Versions: 5

Compression:

Stored size: 342 Bytes

Contents

install:
	gem build twilio-ruby.gemspec
	gem install twilio-ruby-*.gem

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
twilio-ruby-3.11.5 Makefile
twilio-ruby-3.11.4 Makefile
twilio-ruby-3.11.3 Makefile
twilio-ruby-3.11.1 Makefile
twilio-ruby-3.11.0 Makefile