Sha256: 4f4fc0469e8abdfccb3341c653ce55ab9920bc52672292b1171ec12345beb7ee
Contents?: true
Size: 584 Bytes
Versions: 1
Compression:
Stored size: 584 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 => false, :notification => true, :cmd => 'bundle exec rspec --format documentation --tag ~@draft' do 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.6 | Guardfile |