Sha256: 4ed367d89e53c4d12f87177d853a8d6792eca71ce01e58040c0344c87c1862c9

Contents?: true

Size: 312 Bytes

Versions: 11

Compression:

Stored size: 312 Bytes

Contents

guard 'shell', :all_on_start => true do
  watch("lib/ruby_ami/lexer_machine.rl") { `rake ragel` }
end

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ruby_ami-1.3.4 Guardfile
ruby_ami-2.0.0 Guardfile
ruby_ami-1.3.3 Guardfile
ruby_ami-1.3.2 Guardfile
ruby_ami-1.3.1 Guardfile
ruby_ami-1.3.0 Guardfile
ruby_ami-1.2.6 Guardfile
ruby_ami-1.2.5 Guardfile
ruby_ami-1.2.4 Guardfile
ruby_ami-1.2.3 Guardfile
ruby_ami-1.2.2 Guardfile