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.15.1 Rakefile
ruby-mext-0.15.0 Rakefile
ruby-mext-0.14.0 Rakefile
ruby-mext-0.13.1 Rakefile
ruby-mext-0.13.0 Rakefile
ruby-mext-0.12.1 Rakefile
ruby-mext-0.12.0 Rakefile
ruby-mext-0.11.1 Rakefile
ruby-mext-0.11.0 Rakefile
ruby-mext-0.10.1 Rakefile
ruby-mext-0.10.0 Rakefile
ruby-mext-0.9.1 Rakefile
ruby-mext-0.9.0 Rakefile
ruby-mext-0.8.0 Rakefile
ruby-mext-0.7.0 Rakefile
ruby-mext-0.6.0 Rakefile
ruby-mext-0.5.0 Rakefile
ruby-mext-0.4.1 Rakefile
ruby-mext-0.4.0 Rakefile
ruby-mext-0.3.2 Rakefile