Sha256: 94260c6ae8968dc4b6a5bde8199a0e9304a641b15cc97c6726f251e448ac8581

Contents?: true

Size: 306 Bytes

Versions: 12

Compression:

Stored size: 306 Bytes

Contents

# frozen_string_literal: true

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

guard "bundler" do
  watch("Gemfile")
  # Uncomment next line if Gemfile contain `gemspec' command
  # watch(/^.+\.gemspec/)
end

guard "rake", :task => "assets:compile" do
  watch(%r{^assets\/})
end

Version data entries

12 entries across 12 versions & 6 rubygems

Version Path
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/simplecov-html-0.12.3/Guardfile
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/simplecov-html-0.12.3/Guardfile
op_connect-0.1.2 vendor/bundle/ruby/3.1.0/gems/simplecov-html-0.12.3/Guardfile
rails_mini_profiler-0.2.0 vendor/bundle/ruby/3.0.0/gems/simplecov-html-0.12.3/Guardfile
simplecov-html-0.12.3 Guardfile
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/simplecov-html-0.12.2/Guardfile
simplecov-html-0.12.2 Guardfile
simplecov-html-0.12.1 Guardfile
simplecov-html-0.12.0 Guardfile
simplecov-html-0.11.0 Guardfile
simplecov-html-0.11.0.beta2 Guardfile
simplecov-html-0.11.0.beta1 Guardfile