lib/bones.rb in TwP-bones-2.4.1 vs lib/bones.rb in TwP-bones-2.4.2
- old
+ new
@@ -2,10 +2,10 @@
require 'rbconfig'
module Bones
# :stopdoc:
- VERSION = '2.4.1'
+ VERSION = '2.4.2'
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