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:
parent
5bd765a9c8
commit
58562adc19
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ begin
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
gem 'libv8', LIBV8_COMPATIBILITY
|
gem 'libv8', LIBV8_COMPATIBILITY
|
||||||
rescue Gem::LoadError
|
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
|
rescue LoadError
|
||||||
warn "Warning! Could not load rubygems. Please make sure you have libv8 #{LIBV8_COMPATIBILITY} installed."
|
warn "Warning! Could not load rubygems. Please make sure you have libv8 #{LIBV8_COMPATIBILITY} installed."
|
||||||
ensure
|
ensure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue