lib/bones.rb in TwP-bones-2.3.0 vs lib/bones.rb in TwP-bones-2.4.0

- old
+ new

@@ -1,9 +1,9 @@ module Bones # :stopdoc: - VERSION = '2.3.0' + VERSION = '2.4.0' PATH = File.expand_path(File.join(File.dirname(__FILE__), '..')) WIN32 = %r/win32/ =~ RUBY_PLATFORM DEV_NULL = WIN32 ? 'NUL:' : '/dev/null' # :startdoc: