lib/cucumber/platform.rb in cucumber-1.1.6 vs lib/cucumber/platform.rb in cucumber-1.1.7

- old
+ new

@@ -2,10 +2,10 @@ # in various places. require 'rbconfig' module Cucumber unless defined?(Cucumber::VERSION) - VERSION = '1.1.6' + VERSION = '1.1.7' 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/