Sha256: e044864525fda9d6d9361ee886891d9fea3a6cd0a5901c5daedb28d4bd47d434

Contents?: true

Size: 252 Bytes

Versions: 5

Compression:

Stored size: 252 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('omniauth-ihealth.gemspec')
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
omniauth-ihealth-oauth2-1.1.1 Guardfile
omniauth-ihealth-oauth2-1.1.0 Guardfile
omniauth-ihealth-oauth2-1.0.1 Guardfile
omniauth-ihealth-oauth2-1.0.0 Guardfile
omniauth-ihealth-1.0.4 Guardfile