From ddc24ef4dab7fe82f5f5c9a18db194984f01b649 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 14 Mar 2012 17:37:57 -0300 Subject: [PATCH] Add missing require statement --- lib/noosfero.rb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/noosfero.rb b/lib/noosfero.rb index 8be2b46..e5a9a2b 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -1,3 +1,5 @@ +require 'fast_gettext' + module Noosfero PROJECT = 'noosfero' VERSION = '0.36.1' -- libgit2 0.21.2