From 6390d0d7ed799b8afb901d2ce80e565795b3e652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81mi=20Pre=CC=81vost?= Date: Sat, 21 Jan 2012 14:10:58 -0500 Subject: [PATCH] Fix encoding header in gemspec file --- teamocil.gemspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teamocil.gemspec b/teamocil.gemspec index 70f1188..b6b80f3 100644 --- a/teamocil.gemspec +++ b/teamocil.gemspec @@ -1,4 +1,5 @@ -# -*- encoding: utf-8 -*- +# encoding: utf-8 + $:.push File.expand_path("../lib", __FILE__) require "teamocil"