#This patch is to fix binary load path.
--- a/bin/compass
+++ b/bin/compass
@@ -16,7 +16,7 @@
   end
 end
 
-fallback_load_path(File.join(File.dirname(__FILE__), '..', 'lib')) do
+fallback_load_path(File.join(File.dirname(__FILE__), '..', 'lib', 'ruby', RUBY_VERSION.match(/^\d+\.\d+/).to_s)) do
   require 'compass'
   require 'compass/exec'
 end
