Skip to content

Commit

Permalink
fix the date check for unmaintained ruby finish date, update rvm#2549
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Jan 16, 2014
1 parent cfec178 commit 74813cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/functions/manage/ruby
Expand Up @@ -89,6 +89,7 @@ ruby_install_warnings()
then
_unmaintained_date=$(__rvm_db "unmaintained_date")
if
__rvm_version_compare "$rvm_ruby_version" -eq "${_unmaintained_ruby}" &&
__rvm_version_compare "$(date +%F)" -lt "${_unmaintained_date}"
then
rvm_error "WARNING: Please be aware that you just installed a ruby that will finish normal maintenance on ${_unmaintained_date}, for a list of maintained rubies visit:
Expand Down

0 comments on commit 74813cb

Please sign in to comment.