Sha256: 84d8f7dda84f84d6028ed980de9fea05500d8d173ff26e09f349b02210417554

Contents?: true

Size: 354 Bytes

Versions: 9

Compression:

Stored size: 354 Bytes

Contents

guard "bundler" do
  watch("Gemfile")
  watch("sidekiq-statsd.gemspec")
end

guard "rspec" do
  watch(%r{^spec/app/.+_worker\.rb$}) { "spec" }
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
  watch("spec/spec_helper.rb")  { "spec" }
end

guard "yard" do
  watch(%r{app/.+\.rb})
  watch(%r{lib/.+\.rb})
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sidekiq-statsd-2.1.0 Guardfile
sidekiq-statsd-2.0.1 Guardfile
sidekiq-statsd-1.0.0 Guardfile
sidekiq-statsd-0.1.5 Guardfile
sidekiq-statsd-0.1.4 Guardfile
sidekiq-statsd-0.1.3 Guardfile
sidekiq-statsd-0.1.2 Guardfile
sidekiq-statsd-0.1.1 Guardfile
sidekiq-statsd-0.1.0 Guardfile