Sha256: 12b5f646c51aeeb5a23f1320eb45f1a5070baceaabe6ec7f4ac1e07d23732f37
Contents?: true
Size: 335 Bytes
Versions: 4
Compression:
Stored size: 335 Bytes
Contents
module PoolParty class Base plugin :dynomite do def enable has_exec "install dynomite" do command "git clone git://github.com/cliffmoon/dynomite.git && cd dynomite && git submodule init && git submodule update && rake" not_if "which tcrtest" end end end end end
Version data entries
4 entries across 4 versions & 2 rubygems