Sha256: 9ee562dce1de9129ada43b971cd9f7569111d13da7af20c445604fd0e67cfae8

Contents?: true

Size: 242 Bytes

Versions: 118

Compression:

Stored size: 242 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

118 entries across 118 versions & 27 rubygems

Version Path
omniauth-kaeuferportal-0.9.0 Guardfile
omniauth-linkedin-0.0.6 Guardfile
omniauth-linkedin-0.0.5 Guardfile
omniauth-ldap-1.0.0 Guardfile
omniauth-oauth2-1.0.0 Guardfile
omniauth-oauth-1.0.0 Guardfile
omniauth-oauth2-1.0.0.rc2 Guardfile
omniauth-oauth-1.0.0.rc2 Guardfile
omniauth-ldap-1.0.0.rc2 Guardfile
omniauth-ldap-1.0.0.rc1 Guardfile
omniauth-oauth2-1.0.0.rc1 Guardfile
omniauth-oauth-1.0.0.rc1 Guardfile
omniauth-ldap-1.0.0.beta1 Guardfile
omniauth-oauth2-1.0.0.beta1 Guardfile
omniauth-oauth-1.0.0.beta1 Guardfile
omniauth-oauth2-1.0.0.pr2 Guardfile
omniauth-oauth-1.0.0.pr2 Guardfile
omniauth-oauth2-1.0.0.pr1 Guardfile