aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-04-04 12:34:24 -0500
committerJack Nagel2013-04-04 12:34:24 -0500
commitc75e144452f5e8e95bf3e29da044c4aa7ea38203 (patch)
tree6b06f4fa1104aea3f7b7addcc0e62df178c77af0 /Library
parent3f5e1b74fe844c7bd5fdcaf82902ebe78b210dec (diff)
downloadhomebrew-c75e144452f5e8e95bf3e29da044c4aa7ea38203.tar.bz2
Rename checksums.rb to match class name
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/checksum.rb (renamed from Library/Homebrew/checksums.rb)0
-rw-r--r--Library/Homebrew/formula_support.rb2
2 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/checksums.rb b/Library/Homebrew/checksum.rb
index 28ca023fe..28ca023fe 100644
--- a/Library/Homebrew/checksums.rb
+++ b/Library/Homebrew/checksum.rb
diff --git a/Library/Homebrew/formula_support.rb b/Library/Homebrew/formula_support.rb
index bbc82396d..9aa635808 100644
--- a/Library/Homebrew/formula_support.rb
+++ b/Library/Homebrew/formula_support.rb
@@ -1,5 +1,5 @@
require 'download_strategy'
-require 'checksums'
+require 'checksum'
require 'version'
class SoftwareSpec