Sha256: c685f2989436c139aa4d71c96702f8b546b8193fda071d3cccf8104551c6d006
Contents?: true
Size: 504 Bytes
Versions: 7
Compression:
Stored size: 504 Bytes
Contents
# vim: set ft=ruby: search do prune_dirs /\A(\.svn|\.git|CVS|tmp|tags|coverage|pkg)\z/ skip_files /(\A\.|\.sw[pon]\z|\.(log|fnm|jpg|jpeg|png|pdf|svg)\z|tags|~\z)/i end discover do prune_dirs /\A(\.svn|\.git|CVS|tmp|tags|coverage|pkg)\z/ skip_files /(\A\.|\.sw[pon]\z|\.log\z|~\z)/ binary false end strip_spaces do prune_dirs /\A(\..*|CVS|pkg)\z/ skip_files /(\A\.|\.sw[pon]\z|\.log\z|~\z)/ end probe do test_framework :"test-unit" end ssh_tunnel do terminal_multiplexer :tmux end
Version data entries
7 entries across 7 versions & 1 rubygems