lib/cucumber/platform.rb in cucumber-0.10.7 vs lib/cucumber/platform.rb in cucumber-1.0.0
- old
+ new
@@ -2,10 +2,10 @@
# in various places.
require 'rbconfig'
module Cucumber
unless defined?(Cucumber::VERSION)
- VERSION = '0.10.7'
+ VERSION = '1.0.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/