Sha256: de10f623de6cf05a7c55a4469c0aa7e37452a764e9e70dc9192e19fa70c3e79b

Contents?: true

Size: 468 Bytes

Versions: 23

Compression:

Stored size: 468 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

# adding tasks defined in lib/tasks
Dir.glob('lib/tasks/*.rake').each { |r| import r }

task :spec => ['om:rspec']
task :rcov => ['om:rcov']

# task :spec => :check_dependencies

task :default => :spec

require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
  version = Om::VERSION 

  rdoc.rdoc_dir = 'rdoc'
  rdoc.title = "om #{version}"
  rdoc.rdoc_files.include('README*')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
om-3.2.0 Rakefile
om-3.1.1 Rakefile
om-3.1.0 Rakefile
om-3.0.7 Rakefile
om-3.0.6 Rakefile
om-3.0.5 Rakefile
om-3.0.4 Rakefile
om-3.0.3 Rakefile
om-3.0.2 Rakefile
om-3.0.1 Rakefile
om-3.0.0 Rakefile
om-2.2.1 Rakefile
om-3.0.0.beta2 Rakefile
om-3.0.0.beta1 Rakefile
om-2.1.2 Rakefile
om-2.1.1 Rakefile
om-2.1.0 Rakefile
om-2.0.0 Rakefile
om-1.9.0.rc1 Rakefile
om-1.9.0.pre1 Rakefile