From f121d04bf6150262d60ea3f985ca915b6652a037 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Fri, 25 Mar 2011 19:30:47 -0400 Subject: [PATCH] autorequire foreman/version --- lib/foreman.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/foreman.rb b/lib/foreman.rb index de7b5f0..a7cfaa9 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,3 +1,5 @@ +require "foreman/version" + module Foreman class AppDoesNotExist < Exception; end