lib/bones.rb in TwP-bones-2.4.2 vs lib/bones.rb in TwP-bones-2.5.0

- old
+ new

@@ -2,10 +2,10 @@ require 'rbconfig' module Bones # :stopdoc: - VERSION = '2.4.2' + VERSION = '2.5.0' PATH = File.expand_path(File.join(File.dirname(__FILE__), '..')) HOME = File.expand_path(ENV['HOME'] || ENV['USERPROFILE']) DEV_NULL = File.exist?('/dev/null') ? '/dev/null' : 'NUL:' # Ruby Interpreter location - taken from Rake source code