Sha256: 99e2138f8871edbee28e65b22461e2160828227dbe91e07304f85fc806621145

Contents?: true

Size: 261 Bytes

Versions: 8

Compression:

Stored size: 261 Bytes

Contents

#! /bin/bash

CC_RUBY=1.9.3
CC_GEMSET=aasc

# Initialize RVM
source "$HOME/.rvm/scripts/rvm"

# Change gemset
rvm $CC_RUBY@$CC_GEMSET --create

# Is bundler installed?
bundle -v || gem install bundler

# Go get the dependencies
bundle install

bundle exec rake

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
acts_as_shopping_cart-0.4.1 script/build.sh
acts_as_shopping_cart-0.4.0 script/build.sh
acts_as_shopping_cart-0.3.0 script/build.sh
acts_as_shopping_cart-0.2.2 script/build.sh
acts_as_shopping_cart-0.2.1 script/build.sh
acts_as_shopping_cart-0.2.0 script/build.sh
acts_as_shopping_cart-0.1.6 script/build.sh
acts_as_shopping_cart-0.1.5 script/build.sh