lib/cucumber/platform.rb in cucumber-1.2.5 vs lib/cucumber/platform.rb in cucumber-1.3.0

- old
+ new

@@ -2,10 +2,10 @@ # in various places. require 'rbconfig' module Cucumber unless defined?(Cucumber::VERSION) - VERSION = '1.2.5' + VERSION = '1.3.0' BINARY = File.expand_path(File.dirname(__FILE__) + '/../../bin/cucumber') 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/