aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 14:44:16 -0800
committerAdam Vandenberg2013-01-27 14:54:49 -0800
commit0b97556409228855549a675fdcaaa284b4bb0e8c (patch)
treec1304964dbe001a1791a99b111d5049a5a0d44d3 /Library/Formula
parent9e821fa3b7f24ac7d26bddfff5aa3c09ff3ef403 (diff)
downloadhomebrew-0b97556409228855549a675fdcaaa284b4bb0e8c.tar.bz2
google-js-test: style nits
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/git-hg.rb2
-rw-r--r--Library/Formula/google-js-test.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-hg.rb b/Library/Formula/git-hg.rb
index 1c11e49e9..910c2b446 100644
--- a/Library/Formula/git-hg.rb
+++ b/Library/Formula/git-hg.rb
@@ -19,7 +19,7 @@ class GitHg < Formula
head 'https://github.com/offbytwo/git-hg.git'
homepage 'http://offbytwo.com/git-hg/'
- depends_on HgInstalled.new
+ depends_on HgInstalled
def install
prefix.install Dir['*']
diff --git a/Library/Formula/google-js-test.rb b/Library/Formula/google-js-test.rb
index 3bce824dd..907623b68 100644
--- a/Library/Formula/google-js-test.rb
+++ b/Library/Formula/google-js-test.rb
@@ -13,7 +13,7 @@ class GoogleJsTest < Formula
url 'http://google-js-test.googlecode.com/files/gjstest-1.0.8.tar.bz2'
sha1 '2209dd0c700f9420e29a844920f8614e3d97156d'
- depends_on NeedsSnowLeopard.new
+ depends_on NeedsSnowLeopard
depends_on 'gflags'
depends_on 'glog'
depends_on 'protobuf'