Sha256: c9885cfffd15cf09b4f9110484d71dc632a1386cbc716fbca90970ff012805ef
Contents?: true
Size: 237 Bytes
Versions: 2
Compression:
Stored size: 237 Bytes
Contents
guard 'rspec' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end guard 'bundler' do watch('Gemfile') watch('omniauth-cortex.gemspec') end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
omniauth-cortex-0.1.0 | Guardfile |
omniauth-cortex-0.0.1 | Guardfile |