Sha256: ed3245e473a9fc726e54d9939dab6beca3638850a46737529bdad666a1675f8e

Contents?: true

Size: 313 Bytes

Versions: 21

Compression:

Stored size: 313 Bytes

Contents

require "bundler/gem_tasks"
require "rake/clean"
require "rspec/core/rake_task"

CLOBBER.include('doc', '.yardoc')

require "yard"

YARD::Rake::YardocTask.new do |t|
  t.options << "--files" << "CHANGELOG.md,LICENSE"
end

RSpec::Core::RakeTask.new(:spec) do |t|
  t.fail_on_error = false
end

task default: :spec

Version data entries

21 entries across 21 versions & 3 rubygems

Version Path
money-6.13.2 Rakefile
money-6.13.1 Rakefile
money-6.13.0 Rakefile
money-6.12.0 Rakefile
money-6.11.3 Rakefile
money-6.11.2 Rakefile
money-6.11.1 Rakefile
money-6.11.0 Rakefile
money-6.10.1 Rakefile
money-heuristics-0.1.1 Rakefile
money-6.10.0 Rakefile
money-6.9.0 Rakefile
money-6.8.4 Rakefile
money-heuristics-0.1.0 Rakefile
money-6.8.3 Rakefile
money-6.8.2 Rakefile
money-6.8.1 Rakefile
money-6.8.0 Rakefile
money2-7.0.0.rc1 Rakefile
money-6.7.1 Rakefile