From 4e746837c7fb574e9d694dc89d8b262ca60ed956 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 26 Apr 2013 08:50:19 -0600 Subject: [PATCH] Difference b/n book & code. When I used the code in the book it didn't work, so I tracked down the source code. That path hash is cool. I did't know it existed with local gems. --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 01c3725..431bac8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,4 @@ source :rubygems gem 'rulers', :path => "../rulers" +# Book version pg. 16 shows: gem 'rulers' # Your gem name +# Shouldn't it match this source code?