Sha256: 4008ca3c31bb94215f3127e677d84a3e799889009b4797fb958695c5dc5513b7
Contents?: true
Size: 475 Bytes
Versions: 3
Compression:
Stored size: 475 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.1.2 | Rakefile |
log_switch-0.1.1 | Rakefile |
log_switch-0.1.0 | Rakefile |