Sha256: 6cf8100bd0a760a6f474556e19f966dcd9c9f5fd203016e076779a7279c8afa9

Contents?: true

Size: 312 Bytes

Versions: 121

Compression:

Stored size: 312 Bytes

Contents

# encoding: utf-8
require "bundler/gem_tasks"
require "rubygems"

require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)

# Run specs by default
desc "Run all tests"

require "rubocop/rake_task"
RuboCop::RakeTask.new(:rubocop) do |task|
  task.fail_on_error = false
end

task default: [:spec, :rubocop]

Version data entries

121 entries across 121 versions & 3 rubygems

Version Path
bmc-daemon-lib-0.14.1 Rakefile
bmc-daemon-lib-0.14.0 Rakefile
bmc-daemon-lib-0.13.5 Rakefile
bmc-daemon-lib-0.13.3 Rakefile
bmc-daemon-lib-0.13.2 Rakefile
bmc-daemon-lib-0.12.2 Rakefile
bmc-daemon-lib-0.12.1 Rakefile
bmc-daemon-lib-0.12.0 Rakefile
pushyd-0.29.0 Rakefile
bmc-daemon-lib-0.11.2 Rakefile
bmc-daemon-lib-0.11.1 Rakefile
bmc-daemon-lib-0.11.0 Rakefile
bmc-daemon-lib-0.10.3 Rakefile
pushyd-0.28.0 Rakefile
pushyd-0.27.0 Rakefile
pushyd-0.26.2 Rakefile
bmc-daemon-lib-0.10.2 Rakefile
pushyd-0.26.1 Rakefile
bmc-daemon-lib-0.10.1 Rakefile
pushyd-0.26.0 Rakefile