Sha256: 5f58ed708855d96adfc7efe473334b5e6de344b35b61f4d3812d3e445fc550ab
Contents?: true
Size: 132 Bytes
Versions: 2
Compression:
Stored size: 132 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard :shell do watch(%r{(.+).rb}) { `rake test` } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rab-0.1.0 | Guardfile |
rab-0.0.1 | Guardfile |