
test:
	rake spec

build:
	gem build ./analytics-ruby.gemspec

.PHONY: test