Sha256: 12c3b4f5517d5508d90dd87d67d76490aada0c236cc7da51348bf2c8fc7d8c05
Contents?: true
Size: 567 Bytes
Versions: 1
Compression:
Stored size: 567 Bytes
Contents
case RbConfig::CONFIG['target_os'] when /windows|bccwin|cygwin|djgpp|mingw|mswin|wince/i notification :gntp, :host => 'localhost' when /linux/i notification :notifysend when /mac|darwin/i notification :growl end guard 'bundler' do watch('Gemfile') watch(/^.+\.gemspec/) end guard 'rspec', :all_on_start => true, :all_after_pass => true, :notification => true, :cmd => 'bundle exec rspec' do watch('.rspec') watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) watch('spec/spec_helper.rb') { 'spec' } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git_shizzle-0.2.8 | Guardfile |