Sha256: 7b06092b240d1ded51a19c5cbefbb1d19d45fbdfbcd7d413a280437a61104355
Contents?: true
Size: 538 Bytes
Versions: 4
Compression:
Stored size: 538 Bytes
Contents
begin require 'autotest/fsevent' rescue LoadError puts "NOTE: Install autotest-fsevent to prevent filesystem polling" end begin require 'autotest/growl' rescue LoadError puts "NOTE: Install autotest-growl for growl support" end require 'autotest/timestamp' Autotest.add_hook :initialize do |at| at.add_exception %r{\/\.bundle} at.add_exception %r{\/\.git} at.add_exception %r{\.gitignore} at.add_exception %r{\.rspec} at.add_exception %r{\.rvmrc} at.add_exception %r{\/config} at.add_exception %r{\/coverage} end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bitbank-0.1.2 | .autotest |
bitbank-0.1.1 | .autotest |
bitbank-0.1.0 | .autotest |
bitbank-0.0.1 | .autotest |