#!/bin/sh

set -e

bundle exec rspec

bundle exec rubocop

gem build licensee.gemspec
