Merge pull request from dpen2000/SmallSetupFix

Fix Syntax error in ruby.py
This commit is contained in:
Michael Schmatz 2014-03-31 15:36:29 -07:00
commit 19896dd2e1

View file

@ -34,7 +34,7 @@ class Ruby(dependency.Dependency):
elif operating_system == u"mac":
raise errors.CoCoError(u"Ruby should be installed with Mac OSX machines. Please install Ruby.")
elif operating_system == u"linux":
raise errors.CoCoError(u"Please install Ruby (try 'sudo apt-get install ruby').\nIf you are not using Ubuntu then please see your Linux Distribution's documentation for help installing ruby."")
raise errors.CoCoError(u"Please install Ruby (try 'sudo apt-get install ruby').\nIf you are not using Ubuntu then please see your Linux Distribution's documentation for help installing ruby.")
def install_ruby_on_windows(self):
raise NotImplementedError