Sha256: 6277175b70d9464d6a496ce0290d4526d3830c816ebb8103518140e34aaa5b57

Contents?: true

Size: 299 Bytes

Versions: 25

Compression:

Stored size: 299 Bytes

Contents

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

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

guard 'rspec', :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

25 entries across 25 versions & 1 rubygems

Version Path
phony_rails-0.8.1 Guardfile
phony_rails-0.8.0 Guardfile
phony_rails-0.7.3 Guardfile
phony_rails-0.7.2 Guardfile
phony_rails-0.7.1 Guardfile
phony_rails-0.7.0 Guardfile
phony_rails-0.6.2 Guardfile
phony_rails-0.6.1 Guardfile
phony_rails-0.6.0 Guardfile
phony_rails-0.5.0 Guardfile
phony_rails-0.4.2 Guardfile
phony_rails-0.4.1 Guardfile
phony_rails-0.4.0 Guardfile
phony_rails-0.3.2 Guardfile
phony_rails-0.3.1 Guardfile
phony_rails-0.3.0 Guardfile
phony_rails-0.2.2 Guardfile
phony_rails-0.2.1 Guardfile
phony_rails-0.2.0 Guardfile
phony_rails-0.1.12 Guardfile