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