Skip to content

Commit

Permalink
Generate rdoc for all .rb files except those in vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jun 19, 2008
1 parent 9b3394f commit 1e2544d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions activesupport/Rakefile
Expand Up @@ -36,8 +36,7 @@ Rake::RDocTask.new { |rdoc|
rdoc.template = "#{ENV['template']}.rb" if ENV['template']
rdoc.rdoc_files.include('README', 'CHANGELOG')
rdoc.rdoc_files.include('lib/active_support.rb')
rdoc.rdoc_files.include('lib/active_support/*.rb')
rdoc.rdoc_files.include('lib/active_support/**/*.rb')
rdoc.rdoc_files.include(Dir['lib/active_support/**/*.rb'] - Dir['lib/active_support/vendor/**/*.rb'])
}

spec = Gem::Specification.new do |s|
Expand Down

0 comments on commit 1e2544d

Please sign in to comment.