• changed: 1) File.join(ENV['HOME'], "/Library/App…) into 2) File.join(ENV['HOME'], "Library/App…") 1) will be evaluated correctly in Ruby version 1.8.7 but not e.g. in Ruby 1.8.2 and 2) follows the correct syntax of course. Changed: U trunk/Bundles/R Console (Rdaemon).tmbundle/Support/Rdaemon/daemon/Rdaemon.rb