Hi all, Ruby 1.8.5 (one click) Windows XP I'm trying to require a gem from the command line but it's failing: >C:\ruby -rubygems -rturn test.rb ruby: no such file to load -- turn (LoadError) But, I clearly have it installed: >C:\>ruby -e "require 'turn'" Loaded suite . ============================================================================== pass: 0, fail: 0, error: 0 total: 0 tests with 0 assertions in 0.0 seconds ============================================================================== What am I doing wrong? Regards, Dan