Skip to content

Commit

Permalink
Add require file_list to all files using FileList.glob.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Nov 14, 2012
1 parent 438503b commit 80c81e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/rake/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
require 'optparse'

require 'rake/task_manager'
require 'rake/file_list'
require 'rake/thread_pool'
require 'rake/thread_history_display'
require 'rake/win32'
Expand Down
1 change: 1 addition & 0 deletions lib/rake/contrib/ftptools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

require 'date'
require 'net/ftp'
require 'rake/file_list'

module Rake # :nodoc:

Expand Down
1 change: 1 addition & 0 deletions lib/rake/contrib/sys.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
rescue LoadError
end
require 'rbconfig'
require 'rake/file_list'

######################################################################
# Sys provides a number of file manipulation tools for the convenience
Expand Down
1 change: 1 addition & 0 deletions lib/rake/runtest.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'test/unit'
require 'test/unit/assertions'
require 'rake/file_list'

module Rake
include Test::Unit::Assertions
Expand Down

0 comments on commit 80c81e5

Please sign in to comment.