From d489ca77984f86bc176a0d9aa3c3c7eb784b18c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Fri, 17 Jun 2011 08:22:05 +0200 Subject: add coding header and EOF --- lib/zorglub.rb | 1 + lib/zorglub/app.rb | 3 ++- lib/zorglub/config.rb | 3 ++- lib/zorglub/node.rb | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/zorglub.rb b/lib/zorglub.rb index 60917c6..d83ec5c 100644 --- a/lib/zorglub.rb +++ b/lib/zorglub.rb @@ -11,3 +11,4 @@ module Zorglub # end # +# EOF diff --git a/lib/zorglub/app.rb b/lib/zorglub/app.rb index 0de4336..635f511 100644 --- a/lib/zorglub/app.rb +++ b/lib/zorglub/app.rb @@ -1,4 +1,4 @@ -#! /usr/bin/ruby +# -*- coding: UTF-8 -*- # require 'rack' # @@ -42,3 +42,4 @@ module Zorglub # end # +# EOF diff --git a/lib/zorglub/config.rb b/lib/zorglub/config.rb index 5c43a1b..70fdfcc 100644 --- a/lib/zorglub/config.rb +++ b/lib/zorglub/config.rb @@ -1,4 +1,4 @@ -#! /usr/bin/ruby +# -*- coding: UTF-8 -*- # module Zorglub # @@ -66,3 +66,4 @@ module Zorglub # end # +# EOF diff --git a/lib/zorglub/node.rb b/lib/zorglub/node.rb index fc74d7b..b4f7e62 100644 --- a/lib/zorglub/node.rb +++ b/lib/zorglub/node.rb @@ -1,4 +1,4 @@ -#! /usr/bin/ruby +# -*- coding: UTF-8 -*- # module Zorglub # @@ -101,3 +101,4 @@ module Zorglub # end # +# EOF -- cgit v1.1-2-g2b99