Sha256: d4ce51d6fd6f996040abe64fb42042032f0cdd80aa2c9a37d4d868912296c144

Contents?: true

Size: 491 Bytes

Versions: 10

Compression:

Stored size: 491 Bytes

Contents

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

require 'rdoc/task'

RDoc::Task.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'ActiveReporter'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'

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

task :default => :spec

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
active_reporter-0.6.3 Rakefile
active_reporter-0.6.2 Rakefile
active_reporter-0.6.1 Rakefile
active_reporter-0.6.0 Rakefile
active_reporter-0.5.13 Rakefile
active_reporter-0.5.12 Rakefile
active_reporter-0.5.11 Rakefile
active_reporter-0.5.10 Rakefile
active_reporter-0.5.9 Rakefile
active_reporter-0.5.8 Rakefile