Sha256: f40f9d483ddb23a712d984be1a61bc8cb3c1f102892a6ddc12b015e8e6550aa2

Contents?: true

Size: 385 Bytes

Versions: 27

Compression:

Stored size: 385 Bytes

Contents

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

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

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

# Load my own tasks
# Dir.glob('lib/tasks/*.rake').each { |r| import r }

# Run specs by default
desc "Run all tests"
task default: [:spec, :rubocop]

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.502.0 Rakefile
rest-ftp-daemon-0.501.0 Rakefile
rest-ftp-daemon-0.435.2 Rakefile
rest-ftp-daemon-0.435.1 Rakefile
rest-ftp-daemon-0.435.0 Rakefile
rest-ftp-daemon-0.434.0 Rakefile
rest-ftp-daemon-0.433.0 Rakefile
rest-ftp-daemon-0.432.0 Rakefile
rest-ftp-daemon-0.430.1 Rakefile
rest-ftp-daemon-0.430.0 Rakefile
rest-ftp-daemon-0.424.3 Rakefile
rest-ftp-daemon-0.424.2 Rakefile
rest-ftp-daemon-0.424.0 Rakefile
rest-ftp-daemon-0.423.3 Rakefile
rest-ftp-daemon-0.423.2 Rakefile
rest-ftp-daemon-0.423.1 Rakefile
rest-ftp-daemon-0.423.0 Rakefile
rest-ftp-daemon-0.422.0 Rakefile
rest-ftp-daemon-0.421.1 Rakefile
rest-ftp-daemon-0.421.0 Rakefile