Sha256: 9434a090957e0f08c539787edede3b36ed49d9656c8ee0047b715f50256228cf

Contents?: true

Size: 374 Bytes

Versions: 44

Compression:

Stored size: 374 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"
require 'rdoc/task'
require 'ruby-mext'

RDoc::Task.new do |rdoc|
  rdoc.main = "README.md"
  rdoc.rdoc_files.include("README.md", "lib   /*.rb")
end

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

Dir.glob(File.expand_path(File.join('..', 'lib', 'tasks', '**', '*.rake'), __FILE__)).each { |f| load f }

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
ruby-mext-0.21.6 Rakefile
ruby-mext-0.21.5 Rakefile
ruby-mext-0.21.4 Rakefile
ruby-mext-0.21.3 Rakefile
ruby-mext-0.21.2 Rakefile
ruby-mext-0.21.1 Rakefile
ruby-mext-0.21.0 Rakefile
ruby-mext-0.20.1 Rakefile
ruby-mext-0.20.0 Rakefile
ruby-mext-0.19.0 Rakefile
ruby-mext-0.18.3 Rakefile
ruby-mext-0.18.2 Rakefile
ruby-mext-0.18.1 Rakefile
ruby-mext-0.18.0 Rakefile
ruby-mext-0.17.0 Rakefile
ruby-mext-0.16.2 Rakefile
ruby-mext-0.16.1 Rakefile
ruby-mext-0.16.0 Rakefile
ruby-mext-0.15.3 Rakefile
ruby-mext-0.15.2 Rakefile