diff options
Diffstat (limited to 'Library/Formula/nu.rb')
| -rw-r--r-- | Library/Formula/nu.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/nu.rb b/Library/Formula/nu.rb index 0dcb9575b..3ed0e2ac3 100644 --- a/Library/Formula/nu.rb +++ b/Library/Formula/nu.rb @@ -3,9 +3,8 @@ require 'formula' class NeedsLion < Requirement fatal true - def satisfied? - MacOS.version >= :lion - end + satisfy MacOS.version >= :lion + def message "Nu requires Mac OS X 10.7 or newer" end |
