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-ruby-sdk-3.6 Guardfile
hellosign-ruby-sdk-3.5.4 Guardfile
hellosign-ruby-sdk-3.5.3 Guardfile
hellosign-ruby-sdk-3.5.2 Guardfile
hellosign-ruby-sdk-3.5.1 Guardfile
hellosign-ruby-sdk-3.5.0 Guardfile
hellosign-ruby-sdk-3.4.0 Guardfile
hellosign-ruby-sdk-3.3.0 Guardfile
hellosign-ruby-sdk-3.2.15 Guardfile
hellosign-ruby-sdk-3.2.14 Guardfile
hellosign-ruby-sdk-3.2.13 Guardfile
hellosign-ruby-sdk-3.2.11 Guardfile
hellosign-ruby-sdk-3.2.10 Guardfile
hellosign-ruby-sdk-3.2.9 Guardfile
hellosign-ruby-sdk-3.2.8 Guardfile
hellosign-ruby-sdk-3.2.7 Guardfile
hellosign-ruby-sdk-3.2.5 Guardfile
hellosign-ruby-sdk-3.2.4 Guardfile
hellosign-ruby-sdk-3.2.3 Guardfile
hellosign-ruby-sdk-3.2.2 Guardfile