Sha256: 82dba3bc38386e65e7d7827118f22ee4abba32d8476c1e1259197d91cbed49e0
Contents?: true
Size: 318 Bytes
Versions: 6
Compression:
Stored size: 318 Bytes
Contents
#!/bin/bash #Runs all vendor scripts except script/vendor-nl for file in script/vendor-*; do if [ "$file" != "script/vendor-nl" ]; then echo "*************************************" echo "Vendoring $file" echo "*************************************" bundle exec "$file" fi done script/alphabetize
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
gman-7.0.5 | script/vendor |
gman-7.0.4 | script/vendor |
gman-7.0.3 | script/vendor |
gman-7.0.2 | script/vendor |
gman-7.0.1 | script/vendor |
gman-7.0.0 | script/vendor |