Sha256: 9fa901f781bafa60ce0894ee3a2c957087ac153e8e8518725719704cf8f9dbf6

Contents?: true

Size: 481 Bytes

Versions: 3

Compression:

Stored size: 481 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'yard'

# Load all extra rake task definitions
Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].each { |ext| load ext }

YARD::Rake::YardocTask.new do |t|
  t.files = %w(lib/**/*.rb - History.rdoc)
  t.options = %w(--title log_switch Documentation (#{LogSwitch::VERSION}))
  t.options += %w(--main README.rdoc)
end

RSpec::Core::RakeTask.new

# Alias for rubygems-test
task :test => :spec

task :default => :install

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
log_switch-0.2.0 Rakefile
log_switch-0.1.4 Rakefile
log_switch-0.1.3 Rakefile