Sha256: b79b2e2b9fa02c8f682f30d4f91f9bcf295124748e933aaa8bc1d131e662d6be

Contents?: true

Size: 474 Bytes

Versions: 5

Compression:

Stored size: 474 Bytes

Contents

#!/bin/bash
bait_dir=$(dirname $0)
project_dir="$bait_dir/.."
cd $project_dir

export BUNDLE_GEMFILE=$project_dir/Gemfile

echo "bundling"
bundle install > /dev/null 2>&1
bundle exec motion-specwrap

# An example project that uses this can be found 
# here: https://github.com/keyvanfatehi/baitmotion

# There's a bug in RubyMotion where the exit value isn't reported
# properly, that's why we are using motion-specwrap found
# here: https://github.com/mdks/motion-specwrap

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bait-0.5.13 examples/rubymotion/test.sh
bait-0.5.12 examples/rubymotion/test.sh
bait-0.5.11 examples/rubymotion/test.sh
bait-0.5.10 examples/rubymotion/test.sh
bait-0.5.9 examples/rubymotion/test.sh