Sha256: a5fac24d9b1d2b5374f893e63311ad2dd55c102b522f7cb2236ac4ebe8e2b199

Contents?: true

Size: 238 Bytes

Versions: 14

Compression:

Stored size: 238 Bytes

Contents

#!/bin/sh
# cd to parent dir of this script
pushd $(cd -P -- "$(dirname -- "$0")" && pwd -P)/..
# upon any kind of termination, return to our original directory
trap "popd" EXIT SIGHUP SIGINT SIGTERM

bundle
gem build bill_forward.gemspec

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bill_forward-2.2016.241 tools/local_bundle_build.sh
bill_forward-2.2016.227 tools/local_bundle_build.sh
bill_forward-2.2016.222 tools/local_bundle_build.sh
bill_forward-2.2016.209 tools/local_bundle_build.sh
bill_forward-1.2016.117 tools/local_bundle_build.sh
bill_forward-1.2016.101 tools/local_bundle_build.sh
bill_forward-1.2016.26 tools/local_bundle_build.sh
bill_forward-1.2015.321.1 tools/local_bundle_build.sh
bill_forward-1.2015.321 tools/local_bundle_build.sh
bill_forward-1.2015.299 tools/local_bundle_build.sh
bill_forward-1.2015.217.1 tools/local_bundle_build.sh
bill_forward-1.2015.217 tools/local_bundle_build.sh
bill_forward-1.2015.186 tools/local_bundle_build.sh
bill_forward-1.2015.183 tools/local_bundle_build.sh