Sha256: fcb688ef784fcb5981a3942d96a32c41ef98243fa3520b5a0a3dd44c571b24b3

Contents?: true

Size: 400 Bytes

Versions: 42

Compression:

Stored size: 400 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard 'bundler' do
  watch('Gemfile')
  watch(/^.+\.gemspec/)
end

guard 'rspec', :cli => '-c --format documentation -r ./spec/spec_helper.rb',
               :version => 2 do
  watch(%r{^spec/.+_spec\.rb})
  watch(%r{^lib/(.+)\.rb})        { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')    { "spec" }
end

Version data entries

42 entries across 42 versions & 4 rubygems

Version Path
neuron-client-0.6.0 Guardfile
neuron-client-0.5.3 Guardfile
neuron-client-0.5.2 Guardfile
neuron-client-0.5.1 Guardfile
neuron-client-0.5.0 Guardfile
neuron-client-0.4.8 Guardfile
neuron-client-0.4.7 Guardfile
neuron-client-0.4.6 Guardfile
neuron-client-0.4.5 Guardfile
neuron-client-0.4.4 Guardfile
constantinople-0.2.2 Guardfile
s3stream-0.0.2 Guardfile
s3stream-0.0.1 Guardfile
constantinople-0.2.1 Guardfile
neuron-client-0.4.3 Guardfile
neuron-client-0.4.2 Guardfile
neuron-client-0.4.1 Guardfile
neuron-client-0.4.0 Guardfile
neuron-client-0.3.0 Guardfile
neuron-client-0.2.6 Guardfile