Sha256: 56d790395e39b0a31cada773e2dd9db55048551c63f923f2f48be3f2f92ebc60

Contents?: true

Size: 354 Bytes

Versions: 41

Compression:

Stored size: 354 Bytes

Contents

#!/bin/sh
# rmagick for sierra
export PKG_CONFIG_PATH=/usr/local/opt/imagemagick@6/lib/pkgconfig
#export PATH=/usr/local/Cellar/imagemagick@6/6.9.7-5/bin:$PATH

bundle_dir=./vendor/bundle
if [ -d "$bundle_dir" ] ; then
    /bin/rm -rf "$bundle_dir"
    bundle update    
else
    /bin/rm -rf "$bundle_dir"
    bundle install --path "$bundle_dir"
fi





Version data entries

41 entries across 41 versions & 3 rubygems

Version Path
web_loader-1.7.0 build.sh
web_loader-1.6.0 build.sh
web_loader-1.5.0 build.sh
web_loader-1.4.1 build.sh
web_loader-1.4.0 build.sh
web_loader-1.3.0 build.sh
web_loader-1.2.1 build.sh
web_loader-1.2.0 build.sh
web_loader-1.1.0 build.sh
web_loader-1.0.0 build.sh
diskcatalog-1.1.0 build.sh
diskcatalog-1.0.0 build.sh
diskcatalog-0.9.0 build.sh
diskcatalog-0.3.0 build.sh
diskcatalog-0.2.0 build.sh
web_loader-0.9.2 build.sh
web_loader-0.9.1 build.sh
web_loader-0.9.0 build.sh
imagetools-1.8.0 build.sh
imagetools-1.7.0 build.sh