lib/skylight.rb in skylight-0.3.0.rc.3 vs lib/skylight.rb in skylight-0.3.0.rc.4
- old
+ new
@@ -7,10 +7,10 @@
require 'skylight_native'
require 'skylight/native'
has_native_ext = true
end
rescue LoadError
- puts "[SKYLIGHT] The Skylight native extension wasn't found. Skylight is not running."
+ puts "[SKYLIGHT] [#{Skylight::VERSION}] The Skylight native extension wasn't found. Skylight is not running."
raise if ENV.key?("SKYLIGHT_REQUIRED")
end
if has_native_ext