Sha256: d843981917509692386f7efef8c9b6f4a302526a74c33a41c6d6353c1b210298
Contents?: true
Size: 380 Bytes
Versions: 4
Compression:
Stored size: 380 Bytes
Contents
# Code generated for API Clients. DO NOT EDIT. rspec_options = { version: 1, all_after_pass: false, all_on_start: false } guard 'rspec', rspec_options 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ngrok-api-0.24.0 | Guardfile |
ngrok-api-0.23.0 | Guardfile |
ngrok-api-0.22.0 | Guardfile |
ngrok-api-0.21.0 | Guardfile |