Skip to content

Commit

Permalink
Remove references to deleted TODO.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Nov 19, 2008
1 parent 22d5b91 commit 0dd7ea2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Expand Up @@ -21,7 +21,7 @@ spec = Gem::Specification.new do |s|
s.bindir = "bin"
s.description = s.summary
s.require_path = "lib"
s.files = %w(History.txt init.rb install.rb MIT-LICENSE.txt README.txt Rakefile TODO.txt) + Dir["lib/**/*"]
s.files = %w(History.txt init.rb install.rb MIT-LICENSE.txt README.txt Rakefile) + Dir["lib/**/*"]

# rdoc
s.has_rdoc = true
Expand Down Expand Up @@ -81,7 +81,6 @@ Rake::RDocTask.new(:docs) do |rd|
rd.main = "README.txt"
rd.rdoc_dir = 'doc'
files = spec.files.grep(/^(lib|bin|ext)|txt$/)
files -= ["TODO.txt"]
files -= files.grep(/\.js$/)
rd.rdoc_files = files.uniq
title = "webrat-#{Webrat::VERSION} Documentation"
Expand Down

0 comments on commit 0dd7ea2

Please sign in to comment.