imessage-ruby: remove pre-Mavericks support

This commit is contained in:
FX Coudert 2019-01-28 20:12:59 +01:00
parent 9c8e5fda27
commit f692ca2907

View file

@ -15,8 +15,6 @@ class ImessageRuby < Formula
sha256 "7b546ccf5cf13a7d474c635a57eebc8e74ff61ea6c7c3cdfefffe4c78737ab47" => :mavericks
end
depends_on :macos => :mavericks
def install
system "rake", "standalone:install", "prefix=#{prefix}"
end