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_package "ruby-2.1.7" "https://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.7.tar.bz2#b02c1a5ecd718e3f6b316384d4ed6572f862a46063f5ae23d0340b0a245859b6" ldflags_dirs standard verify_openssl
install_package "ruby-2.1.7" "https://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.7.tar.bz2#b02c1a5ecd718e3f6b316384d4ed6572f862a46063f5ae23d0340b0a245859b6" warn_unsupported ldflags_dirs standard verify_openssl