Sha256: b518a4f1d1ab17af92c29b07fa82639d495476b6f5b52d885b633364fe09ecaf

Contents?: true

Size: 241 Bytes

Versions: 16

Compression:

Stored size: 241 Bytes

Contents

guard 'rspec', :version => 2 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(/^.+\.gemspec/)
end

Version data entries

16 entries across 16 versions & 4 rubygems

Version Path
omniauth-identity-2.0.0 Guardfile
omniauth-identity2-2.0 Guardfile
zeppelin-0.8.4 Guardfile
zeppelin-0.8.3 Guardfile
omniauth-identity-1.1.1 Guardfile
omniauth-mendeley-0.3 Guardfile
omniauth-identity-1.1.0 Guardfile
zeppelin-0.8.2 Guardfile
zeppelin-0.8.1 Guardfile
zeppelin-0.7.0 Guardfile
omniauth-mendeley-0.2 Guardfile
omniauth-identity-1.0.0 Guardfile
omniauth-identity-1.0.0.rc2 Guardfile
omniauth-identity-1.0.0.rc1 Guardfile
omniauth-identity-1.0.0.beta1 Guardfile
omniauth-identity-1.0.0.pr2 Guardfile