Sha256: a4a804deee29e6e678168fdd39b7a7e3499993a659670c86303d07cefba8535b

Contents?: true

Size: 393 Bytes

Versions: 5

Compression:

Stored size: 393 Bytes

Contents

#!/usr/bin/env rake
begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

require 'yard'
YARD::Rake::YardocTask.new do |t|
  t.options = ['--markup', 'markdown'] # optional
end


APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'


Bundler::GemHelper.install_tasks

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rightnow_oms-0.1.6 Rakefile
rightnow_oms-0.1.4 Rakefile
rightnow_oms-0.1.3 Rakefile
rightnow_oms-0.1.2 Rakefile
rightnow_oms-0.1.1 Rakefile