Sha256: e2b5a5efe71629b034936fcdab4f57c292e5f9edf80ef388cc2dbe322e71085b

Contents?: true

Size: 258 Bytes

Versions: 49

Compression:

Stored size: 258 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'
require 'rubocop/rake_task'

RuboCop::RakeTask.new

Rake::TestTask.new(:test) do |t|
  t.libs << 'test'
  t.libs << 'lib'
  t.test_files = FileList['test/**/*_test.rb']
end

task default: [:rubocop, :test]

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
portatext-1.6.1 Rakefile
portatext-1.6.0 Rakefile
portatext-1.5.23 Rakefile
portatext-1.5.22 Rakefile
portatext-1.5.21 Rakefile
portatext-1.5.20 Rakefile
portatext-1.5.19 Rakefile
portatext-1.5.18 Rakefile
portatext-1.5.17 Rakefile
portatext-1.5.16 Rakefile
portatext-1.5.15 Rakefile
portatext-1.5.14 Rakefile
portatext-1.5.13 Rakefile
portatext-1.5.12 Rakefile
portatext-1.5.11 Rakefile
portatext-1.5.10 Rakefile
portatext-1.5.9 Rakefile
portatext-1.5.8 Rakefile
portatext-1.5.7 Rakefile
portatext-1.5.6 Rakefile