I installed Ruby 2.1 from rubyinstaller.org on my Windows 7 system.
While trying to install any gem, I am facing the following error:
C:\Ruby21>gem install compass
ERROR: Loading command: install (Win32::Registry::Error)
The system cannot find the file specified.
ERROR: While executing gem ... (NoMethodError)
undefined method `invoke_with_build_args' for nil:NilClass
I've no clue what's wrong.