From f5351f726871d8b77b6e5aa3f02232059eb64135 Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Fri, 1 May 2015 10:34:09 -0400 Subject: [PATCH 1/2] Use the proper names --- site/_docs/troubleshooting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/_docs/troubleshooting.md b/site/_docs/troubleshooting.md index e9a03b79..74879e9a 100644 --- a/site/_docs/troubleshooting.md +++ b/site/_docs/troubleshooting.md @@ -17,7 +17,7 @@ that might be of help. If the problem you’re experiencing isn’t covered belo ## Installation Problems If you encounter errors during gem installation, you may need to install -the header files for compiling extension modules for ruby 1.9.1. This +the header files for compiling extension modules for Ruby 1.9.1. This can be done on Ubuntu or Debian by running: {% highlight bash %} @@ -40,13 +40,13 @@ export PATH=$PATH:/home/private/gems/bin export RB_USER_INSTALL='true' {% endhighlight %} -On OSX, you may need to update RubyGems: +On Mac OS X, you may need to update RubyGems: {% highlight bash %} sudo gem update --system {% endhighlight %} -If you still have issues, you may need to [use XCode to install Command Line +If you still have issues, you may need to [use Xcode to install Command Line Tools](http://www.zlu.me/ruby/os%20x/gem/mountain%20lion/2012/02/21/install-native-ruby-gem-in-mountain-lion-preview.html) that will allow you to install native gems using the following command: From 95a30fa51d79070b7e2896bc7166cf846518dc6b Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Fri, 1 May 2015 11:06:49 -0400 Subject: [PATCH 2/2] Update instructions for Ruby 2.0.0 --- site/_docs/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_docs/troubleshooting.md b/site/_docs/troubleshooting.md index 74879e9a..ee49c782 100644 --- a/site/_docs/troubleshooting.md +++ b/site/_docs/troubleshooting.md @@ -17,11 +17,11 @@ that might be of help. If the problem you’re experiencing isn’t covered belo ## Installation Problems If you encounter errors during gem installation, you may need to install -the header files for compiling extension modules for Ruby 1.9.1. This +the header files for compiling extension modules for Ruby 2.0.0. This can be done on Ubuntu or Debian by running: {% highlight bash %} -sudo apt-get install ruby1.9.1-dev +sudo apt-get install ruby2.0.0-dev {% endhighlight %} On Red Hat, CentOS, and Fedora systems you can do this by running: