Sha256: c7a9c23543d8fed5dae9e0fde6d5e69473d4a50fc5206799ff0490cc32e2e8de

Contents?: true

Size: 274 Bytes

Versions: 9

Compression:

Stored size: 274 Bytes

Contents

require "bundler/gem_tasks"

require "extconf_task"
ExtconfTask.new

require "rspec/core/rake_task"
RSpec::Core::RakeTask.new do |t|
  t.pattern = 'spec/**/*_spec.rb'
end

require "yard"
YARD::Rake::YardocTask.new do |t|
  t.files = ["lib/**/*.rb", "lib/**/ext/**/*.c"]
end

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
ruby-mpfi-0.0.10 Rakefile
ruby-mpfi-0.0.9 Rakefile
ruby-mpc-0.0.9 Rakefile
ruby-mpfr-0.0.17 Rakefile
ruby-mpc-0.0.8 Rakefile
ruby-mpfr-0.0.16 Rakefile
ruby-mpfi-0.0.8 Rakefile
ruby-mpc-0.0.7 Rakefile
ruby-mpfr-0.0.15 Rakefile