Warn when installing an unsupported or end-of-lifed Ruby

Fixes #742
This commit is contained in:
Jeremy Daer 2016-04-29 21:59:56 -07:00
parent 82e275db37
commit 2617f400de
No known key found for this signature in database
GPG key ID: AB8F6399D5C60664
87 changed files with 106 additions and 86 deletions

View file

@ -1,2 +1,2 @@
install_package "openssl-1.0.2g" "https://www.openssl.org/source/openssl-1.0.2g.tar.gz#b784b1b3907ce39abf4098702dade6365522a253ad1552e267a9a0e89594aa33" mac_openssl --if has_broken_mac_openssl
install_git "ruby-2.0.0-dev" "https://github.com/ruby/ruby.git" "ruby_2_0_0" autoconf standard verify_openssl
install_git "ruby-2.0.0-dev" "https://github.com/ruby/ruby.git" "ruby_2_0_0" warn_eol autoconf standard verify_openssl