Skip to content

Commit

Permalink
Remove rake task for generating documentation.
Browse files Browse the repository at this point in the history
We don't need to do this manually.
  • Loading branch information
orien committed May 23, 2014
1 parent 6b0732f commit 5326fe2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .document

This file was deleted.

10 changes: 0 additions & 10 deletions Rakefile
@@ -1,18 +1,8 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"
require "rdoc/task"

task :default => :spec

RSpec::Core::RakeTask.new(:spec) do |t|
t.verbose = false
end

RDoc::Task.new do |rdoc|
version = File.exist?('VERSION') ? File.read('VERSION') : ""

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

0 comments on commit 5326fe2

Please sign in to comment.