Sha256: 98df45ceeeec87be8c5f36dea5fddbcaf0c5c8ae75a66bdf2960517689bc00c5

Contents?: true

Size: 260 Bytes

Versions: 21

Compression:

Stored size: 260 Bytes

Contents

# frozen_string_literal: true

directories(%w[lib test]) \
  .select { |d| Dir.exist?(d) ? d : UI.warning("Directory #{d} does not exist") }

guard :rubocop, all_on_start: true, cli: ["-a"] do
  watch(/.*/)
end

guard "rake", task: "test" do
  watch(/.*/)
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
telnyx-3.0.5 Guardfile
telnyx-3.0.4 Guardfile
telnyx-3.0.3 Guardfile
telnyx-3.0.2 Guardfile
telnyx-3.0.0 Guardfile
telnyx-2.9.0 Guardfile
telnyx-2.8.0 Guardfile
telnyx-2.7.0 Guardfile
telnyx-2.6.0 Guardfile
telnyx-2.5.0 Guardfile
telnyx-2.4.0 Guardfile
telnyx-2.3.0 Guardfile
telnyx-2.2.0 Guardfile
telnyx-0.1.0 Guardfile
telnyx-0.0.8 Guardfile
telnyx-0.0.7 Guardfile
telnyx-0.0.6 Guardfile
telnyx-0.0.5 Guardfile
telnyx-0.0.4 Guardfile
telnyx-0.0.3 Guardfile