lib/lucid/platform.rb in lucid-0.0.7 vs lib/lucid/platform.rb in lucid-0.0.8
- old
+ new
@@ -1,9 +1,9 @@
require 'rbconfig'
module Lucid
unless defined?(Lucid::VERSION)
- VERSION = '0.0.7'
+ VERSION = '0.0.8'
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/