Sha256: 21d4fb8f9cf30cc60de34d01c8249d8b40003d535ee77ef83a876ac57610b0fc

Contents?: true

Size: 242 Bytes

Versions: 18

Compression:

Stored size: 242 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'

task :default => :test

Rake::TestTask.new do |t|
  t.libs << 'test'
  t.pattern = "test/**/*_test.rb"
end

begin
require 'coveralls/rake/task'
Coveralls::RakeTask.new
rescue LoadError
end

Version data entries

18 entries across 18 versions & 5 rubygems

Version Path
optimist-3.2.0 Rakefile
optimist-3.1.0 Rakefile
ric-0.14.2 vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/Rakefile
ric-0.14.1 vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/Rakefile
ric-0.14.0 vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/Rakefile
optimist_xl-3.3.0 Rakefile
optimist-3.0.1 Rakefile
pokedex-terminal-0.2.8 vendor/bundle/ruby/2.7.0/gems/optimist-3.0.0/Rakefile
pokedex-terminal-0.2.7 vendor/bundle/ruby/2.7.0/gems/optimist-3.0.0/Rakefile
pokedex-terminal-0.2.6 vendor/bundle/ruby/2.7.0/gems/optimist-3.0.0/Rakefile
pokedex-terminal-0.2.5 vendor/bundle/ruby/2.7.0/gems/optimist-3.0.0/Rakefile
pokedex-terminal-0.2.4 vendor/bundle/ruby/2.7.0/gems/optimist-3.0.0/Rakefile
optimist_xl-3.2.0 Rakefile
optimist_xl-3.1.1 Rakefile
trollop-2.9.10 Rakefile
trollop-2.9.9 Rakefile
optimist-3.0.0 Rakefile
trollop-2.1.3 Rakefile