build:
	gem build batch-loader.gemspec

publish:
	gem push batch-loader-*.gem
