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