From dfcc838b6640466dced2d51b8c31299af3f52940 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 25 Feb 2012 15:22:32 -0800 Subject: Add "require hardware" to formula.rb Now individual formulae don't need to require this if they want to use Hardware methods outside of `def install`. --- Library/Formula/postgresql.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library/Formula/postgresql.rb') diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 2c9386684..d32ede341 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -1,5 +1,4 @@ require 'formula' -require 'hardware' class Postgresql < Formula homepage 'http://www.postgresql.org/' -- cgit v1.2.3