Sha256: 412434c36034060078e82810aac327518dd7811f30c97fcf459c5a43290dff47

Contents?: true

Size: 293 Bytes

Versions: 4

Compression:

Stored size: 293 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"
require "yard"

task :default => [:test]

desc "GamesDice unit tests"
RSpec::Core::RakeTask.new(:test) do |t|
  t.pattern = "spec/*_spec.rb"
  t.verbose = false
end

YARD::Rake::YardocTask.new do |t|
  t.files   = ['lib/**/*.rb']
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
games_dice-0.2.4 Rakefile
games_dice-0.2.3 Rakefile
games_dice-0.2.2 Rakefile
games_dice-0.2.1 Rakefile