lib/lucid/platform.rb in lucid-0.1.1 vs lib/lucid/platform.rb in lucid-0.2.0

- old
+ new

@@ -1,9 +1,9 @@ require 'rbconfig' module Lucid unless defined?(Lucid::VERSION) - VERSION = '0.1.1' + VERSION = '0.2.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/