From 93c357f0ca0630bfa380ea191c4f0127ff8fc23e Mon Sep 17 00:00:00 2001 From: Will Farrington Date: Thu, 4 Mar 2010 08:44:38 -0500 Subject: [PATCH] Revert "Add rubygems to require" for bad style. This reverts commit ec2ddb5e31378210d8f9ea82eea1a5a8770b4cd1. --- lib/homesick.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/homesick.rb b/lib/homesick.rb index f138588..ec31a49 100644 --- a/lib/homesick.rb +++ b/lib/homesick.rb @@ -1,4 +1,3 @@ -require 'rubygems' require 'thor' class Homesick < Thor