lib/lucid/platform.rb in lucid-0.0.9 vs lib/lucid/platform.rb in lucid-0.1.0

- old
+ new

@@ -1,9 +1,9 @@ require 'rbconfig' module Lucid unless defined?(Lucid::VERSION) - VERSION = '0.0.9' + VERSION = '0.1.0' BINARY = File.expand_path(File.dirname(__FILE__) + '/../../bin/lucid') LIBDIR = File.expand_path(File.dirname(__FILE__) + '/../../lib') JRUBY = defined?(JRUBY_VERSION) IRONRUBY = defined?(RUBY_ENGINE) && RUBY_ENGINE == "ironruby" WINDOWS = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/