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.3.1 Rakefile
bmc-daemon-lib-0.3.0 Rakefile
rest-ftp-daemon-0.306.1 Rakefile
rest-ftp-daemon-0.306.0 Rakefile
rest-ftp-daemon-0.305.0 Rakefile
rest-ftp-daemon-0.304.0 Rakefile
pushyd-0.9.4 Rakefile
bmc-daemon-lib-0.2.0 Rakefile
bmc-daemon-lib-0.1.2 Rakefile
bmc-daemon-lib-0.1.1 Rakefile
rest-ftp-daemon-0.302.3 Rakefile
pushyd-0.9.2 Rakefile
pushyd-0.9.1 Rakefile
pushyd-0.9.0 Rakefile
pushyd-0.8.2 Rakefile
pushyd-0.8.1 Rakefile
pushyd-0.8.0 Rakefile
rest-ftp-daemon-0.302.2 Rakefile
rest-ftp-daemon-0.302.1 Rakefile
pushyd-0.7.1 Rakefile