ruby@1.8: state reason to avoid deletion.

This commit is contained in:
Mike McQuaid 2018-10-30 13:01:12 +00:00
parent afd22852c8
commit 3ba79b9a3c
No known key found for this signature in database
GPG key ID: 48A898132FD8EE70

View file

@ -1,3 +1,9 @@
# This formula should never be deleted even when it is in violation of
# https://docs.brew.sh/Versions. This is because it is useful to test things
# with Ruby 1.8 for reproducing Ruby issues with older versions of macOS that
# used this version (e.g. on <=10.9 the system Ruby is 1.8 and we build our
# portable Ruby on 10.5).
class RubyAT18 < Formula
desc "Powerful, clean, object-oriented scripting language"
homepage "https://www.ruby-lang.org/"