faraday/script/package
2012-12-28 15:55:24 +01:00

8 lines
152 B
Bash
Executable File

#!/usr/bin/env bash
# Usage: script/gem
# Updates the gemspec and builds a new gem in the pkg directory.
mkdir -p pkg
gem build *.gemspec
mv *.gem pkg