aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMisty De Meo2014-02-04 09:36:57 -0800
committerMisty De Meo2014-02-04 09:37:25 -0800
commit2525723c4adeb37da7decad009c613a7f6134e1c (patch)
treea0970b59f550867c0084c643acdd98e5adb29f0c /Library/Formula
parent5eef2f6cf61f507c993324dd36e53ce740034148 (diff)
downloadhomebrew-2525723c4adeb37da7decad009c613a7f6134e1c.tar.bz2
heroku-toolbelt: add Ruby caveat
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/heroku-toolbelt.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/heroku-toolbelt.rb b/Library/Formula/heroku-toolbelt.rb
index ee72823cd..576d473e5 100644
--- a/Library/Formula/heroku-toolbelt.rb
+++ b/Library/Formula/heroku-toolbelt.rb
@@ -13,4 +13,10 @@ class HerokuToolbelt < Formula
def test
system "#{bin}/heroku", "version"
end
+
+ # Possibly temporary; see https://github.com/heroku/heroku/issues/1020
+ def caveats; <<-EOS.undent
+ heroku-toolbelt requires an installation of Ruby 1.9 or greater.
+ EOS
+ end
end