Sha256: 483357e2e70a40db37604706d467f204143cb3111c6816209eb0e486e27766c0
Contents?: true
Size: 331 Bytes
Versions: 1
Compression:
Stored size: 331 Bytes
Contents
#!/bin/bash version=`ruby -Ilib -e 'require "crosstie/version"; puts Crosstie::VERSION'` spec=crosstie.gemspec gem=crosstie-$version.gem rm -r $gem gem build $spec gem install $gem --local mkdir -p tmp cd tmp pwd ps aux | grep spring | awk '{print $2}' | xargs kill -9 rm -rf sandbox crosstie config --local crosstie new sandbox
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
crosstie-0.0.7 | run.sh |