Sha256: dd9a38522badedbcd8e02ae9a8e9eafab7994ca6f5e8a7c1233dbb0b460f0b03

Contents?: true

Size: 323 Bytes

Versions: 63

Compression:

Stored size: 323 Bytes

Contents

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

notification :growl if `uname` =~ /Darwin/

guard :bundler do
  watch('Gemfile')
end

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

63 entries across 63 versions & 2 rubygems

Version Path
hellosign-api-1.0.7 Guardfile
hellosign-api-1.0.6 Guardfile
hellosign-api-1.0.5 Guardfile
hellosign-api-1.0.4 Guardfile
hellosign-api-1.0.3 Guardfile
hellosign-api-1.0.2 Guardfile
hellosign-api-1.0.1 Guardfile
hellosign-api-1.0.0 Guardfile
hellosign-ruby-sdk-3.7.7 Guardfile
hellosign-ruby-sdk-3.7.6 Guardfile
hellosign-ruby-sdk-3.7.5 Guardfile
hellosign-ruby-sdk-3.7.4 Guardfile
hellosign-ruby-sdk-3.7.3 Guardfile
hellosign-ruby-sdk-3.7.2 Guardfile
hellosign-ruby-sdk-3.7.1 Guardfile
hellosign-ruby-sdk-3.7.0 Guardfile
hellosign-ruby-sdk-3.6.4 Guardfile
hellosign-ruby-sdk-3.6.3 Guardfile
hellosign-ruby-sdk-3.6.2 Guardfile
hellosign-ruby-sdk-3.6.1 Guardfile