Skip to content

Commit

Permalink
Remove rdoc development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
obrie committed Aug 8, 2011
1 parent aef4e85 commit 2a07899
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
*.gem
coverage
doc
pkg
rdoc
test/active_record.log
Expand Down
5 changes: 5 additions & 0 deletions .yardopts
@@ -0,0 +1,5 @@
--title "state_machine"
--readme README.rdoc
-
CHANGELOG.rdoc
LICENSE
9 changes: 0 additions & 9 deletions Rakefile
Expand Up @@ -4,7 +4,6 @@ require 'appraisal'

require 'rake'
require 'rake/testtask'
require 'rdoc/task'

desc 'Default: run all tests.'
task :default => :test
Expand Down Expand Up @@ -34,14 +33,6 @@ begin
rescue LoadError
end

desc "Generate documentation for state_machine."
Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = 'state_machine'
rdoc.options << '--line-numbers' << '--inline-source' << '--main=README.rdoc'
rdoc.rdoc_files.include('README.rdoc', 'CHANGELOG.rdoc', 'LICENSE', 'lib/**/*.rb')
end

namespace :appraisal do
desc "Run the given task for a particular integration's appraisals"
task :integration do
Expand Down
1 change: 0 additions & 1 deletion state_machine.gemspec
Expand Up @@ -17,6 +17,5 @@ Gem::Specification.new do |s|

s.add_development_dependency("rake")
s.add_development_dependency("ruby-graphviz")
s.add_development_dependency("rdoc")
s.add_development_dependency("appraisal")
end

0 comments on commit 2a07899

Please sign in to comment.