aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMax Howell2009-09-17 18:39:47 +0100
committerMax Howell2009-09-17 18:39:58 +0100
commit710a160b8f78fb672855eb495e5d927421e8ced7 (patch)
tree5a7dc01bdb54634526a299b543356e77aab91fc0 /Library/Homebrew
parentcb28a0f477734392fea9b51c8ebc6856a973bbd2 (diff)
downloadbrew-710a160b8f78fb672855eb495e5d927421e8ced7.tar.bz2
Rename refresh_brew.rb to update.rb
I didn't change the class name, it's clear from the context where it is used what it does. However when just looking at files to figure out the nature of Homebrew I believe in clear naming. Otherwise funny names earn you points.
Diffstat (limited to 'Library/Homebrew')
-rwxr-xr-xLibrary/Homebrew/unittest.rb4
-rw-r--r--Library/Homebrew/update.rb (renamed from Library/Homebrew/refresh_brew.rb)0
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/unittest.rb b/Library/Homebrew/unittest.rb
index fb9ac0cc9..0a9c497d3 100755
--- a/Library/Homebrew/unittest.rb
+++ b/Library/Homebrew/unittest.rb
@@ -12,8 +12,8 @@ require 'download_strategy'
require 'keg'
require 'utils'
require 'brew.h'
-require 'hardware.rb'
-require 'refresh_brew'
+require 'hardware'
+require 'update'
# these are defined in global.rb, but we don't want to break our actual
# homebrew tree, and we do want to test everything :)
diff --git a/Library/Homebrew/refresh_brew.rb b/Library/Homebrew/update.rb
index 0f036d42a..0f036d42a 100644
--- a/Library/Homebrew/refresh_brew.rb
+++ b/Library/Homebrew/update.rb