From: Christian Hofstaedtler <christian@hofstaedtler.name>
Date: Mon, 3 Jun 2013 13:40:21 +0200
Subject: Fix path to gist library in installed binary

---
 bin/gist |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/gist b/bin/gist
index b190357..fd4a476 100755
--- a/bin/gist
+++ b/bin/gist
@@ -1,7 +1,7 @@
 #!/usr/bin/env ruby
 
 require 'optparse'
-require File.expand_path('../../lib/gist', __FILE__)
+require 'gist'
 
 # For the holdings of options.
 options = {}
-- 
