Sha256: b3ba4d7b43cec9d870e8eec88e80a5675c8d275e09c3d8b8a76cc0608095d883
Contents?: true
Size: 494 Bytes
Versions: 4
Compression:
Stored size: 494 Bytes
Contents
#!/bin/bash set -e # Figure out where this script is located. SELFDIR="`dirname \"$0\"`" SELFDIR="`cd \"$SELFDIR\" && pwd`" # Tell Bundler where the Gemfile and gems are. export BUNDLE_GEMFILE="$SELFDIR/lib/vendor/Gemfile" unset BUNDLE_IGNORE_CONFIG # Run the actual app using the bundled Ruby interpreter, with Bundler activated. # See https://github.com/phusion/traveling-ruby/issues/58 exec "$SELFDIR/lib/ruby/bin/ruby" -rbundler/setup -rreadline $SELFDIR/lib/vendor/*ruby/2.*/bin/kpm $@
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
kpm-0.11.2 | packaging/kpm.sh |
kpm-0.10.6 | packaging/kpm.sh |
kpm-0.11.1 | packaging/kpm.sh |
kpm-0.10.5 | packaging/kpm.sh |