#!/bin/sh

set -e

bundle exec rspec
bundle exec rubocop -S -D
gem build jekyll-titles-from-headings.gemspec
