public
Description: Webrat - Ruby Acceptance Testing for Web applications
Homepage: http://gitrdoc.com/brynary/webrat/tree/master/
Clone URL: git://github.com/brynary/webrat.git
Remove references to deleted TODO.txt
brynary (author)
Tue Nov 18 19:17:11 -0800 2008
commit  0dd7ea2ae0ad699034b8fd2fe87f180c9cea33e7
tree    a704cf93673048e4b35a2a57e3a47def0e1b8f68
parent  22d5b91dd4627701a3413ad56c763e4f689aae7e
...
21
22
23
24
 
25
26
27
...
81
82
83
84
85
86
87
...
21
22
23
 
24
25
26
27
...
81
82
83
 
84
85
86
0
@@ -21,7 +21,7 @@ spec = Gem::Specification.new do |s|
0
   s.bindir       = "bin"
0
   s.description  = s.summary
0
   s.require_path = "lib"
0
-  s.files        = %w(History.txt init.rb install.rb MIT-LICENSE.txt README.txt Rakefile TODO.txt) + Dir["lib/**/*"]
0
+  s.files        = %w(History.txt init.rb install.rb MIT-LICENSE.txt README.txt Rakefile) + Dir["lib/**/*"]
0
 
0
   # rdoc
0
   s.has_rdoc         = true
0
@@ -81,7 +81,6 @@ Rake::RDocTask.new(:docs) do |rd|
0
   rd.main = "README.txt"
0
   rd.rdoc_dir = 'doc'
0
   files = spec.files.grep(/^(lib|bin|ext)|txt$/)
0
-  files -= ["TODO.txt"]
0
   files -= files.grep(/\.js$/)
0
   rd.rdoc_files = files.uniq
0
   title = "webrat-#{Webrat::VERSION} Documentation"

Comments