Sha256: 4ce330db71e23b8b1162035c8edf6d1daee00caebaf92ae26b8519a8549712c1

Contents?: true

Size: 234 Bytes

Versions: 7

Compression:

Stored size: 234 Bytes

Contents

@echo off

call uru 305p211

set bundle_dir=./vendor/bundle

IF EXIST "vendor/bundle/" (
   echo update
   rmdir /s /q vendor\bundle
   bundle update    	
) ELSE (
   echo install
   bundle install --path %bundle_dir%
)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
diskcatalog-1.2.3 build.cmd
diskcatalog-1.2.2 build.cmd
diskcatalog-1.2.1 build.cmd
diskcatalog-1.2.0 build.cmd
diskcatalog-1.1.0 build.cmd
diskcatalog-1.0.0 build.cmd
diskcatalog-0.9.0 build.cmd