Sha256: eb23e041fb81aabe84381b18d012c3ff4801b7a4ba6f339ea54de222a1dfa5ca

Contents?: true

Size: 264 Bytes

Versions: 10

Compression:

Stored size: 264 Bytes

Contents

# A sample Guardfile
# More info at http://github.com/guard/guard#readme

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

Version data entries

10 entries across 10 versions & 4 rubygems

Version Path
houston-oauth-plugin-0.5.1 Guardfile
panjiva-oauth-plugin-0.4.1 Guardfile
oauth-plugin-0.5.1 Guardfile
oauth-plugin-0.5.0 Guardfile
oauth-provider-0.5.0rc1 Guardfile
oauth-plugin-0.4.1 Guardfile
oauth-plugin-0.4.0 Guardfile
oauth-plugin-0.4.0.rc2 Guardfile
oauth-plugin-0.4.0.rc1 Guardfile
oauth-plugin-0.4.0.pre7 Guardfile