1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

slightly re-word libv8 compatibility warning

This commit is contained in:
Charles Lowell 2013-01-16 16:56:58 -06:00
parent 5bd765a9c8
commit 58562adc19

View file

@ -22,7 +22,7 @@ begin
require 'rubygems'
gem 'libv8', LIBV8_COMPATIBILITY
rescue Gem::LoadError
warn "Warning! Selecting libv8 #{LIBV8_COMPATIBILITY} failed. Has it been added to the gemspec?"
warn "Warning! Unable to load libv8 #{LIBV8_COMPATIBILITY}."
rescue LoadError
warn "Warning! Could not load rubygems. Please make sure you have libv8 #{LIBV8_COMPATIBILITY} installed."
ensure