summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/zorglub.rb1
-rw-r--r--lib/zorglub/app.rb3
-rw-r--r--lib/zorglub/config.rb3
-rw-r--r--lib/zorglub/node.rb3
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