lib/cucumber/platform.rb in cucumber-2.0.1 vs lib/cucumber/platform.rb in cucumber-2.0.2

- old
+ new

@@ -2,10 +2,10 @@ # in various places. require 'rbconfig' module Cucumber unless defined?(Cucumber::VERSION) - VERSION = '2.0.1' + VERSION = '2.0.2' BINARY = File.expand_path(File.dirname(__FILE__) + '/../../bin/cucumber') LIBDIR = File.expand_path(File.dirname(__FILE__) + '/../../lib') JRUBY = defined?(JRUBY_VERSION) WINDOWS = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/ OS_X = RbConfig::CONFIG['host_os'] =~ /darwin/