about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-02 21:30:36 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-02 21:30:36 -0700
commit2a868a5498f9e5b30d25e3b79085bef31a110110 (patch)
tree55429879913cff5c47e76c75ba82dc98b85d0248 /lib
parent37a12997628fcab722512f8a6370b92d44e33529 (diff)
downloadrainbows-2a868a5498f9e5b30d25e3b79085bef31a110110.tar.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/rainbows/configurator.rb2
-rw-r--r--lib/rainbows/const.rb2
-rw-r--r--lib/rainbows/revactor.rb2
-rw-r--r--lib/rainbows/thread_base.rb1
-rw-r--r--lib/rainbows/thread_pool.rb2
5 files changed, 7 insertions, 2 deletions
diff --git a/lib/rainbows/configurator.rb b/lib/rainbows/configurator.rb
index 449cdd9..8990afb 100644
--- a/lib/rainbows/configurator.rb
+++ b/lib/rainbows/configurator.rb
@@ -1,4 +1,4 @@
-require 'rainbows'
+# -*- encoding: binary -*-
 module Rainbows
 
   class Configurator < ::Unicorn::Configurator
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index 9606b80..76b5d8f 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -1,3 +1,5 @@
+# -*- encoding: binary -*-
+
 module Rainbows
 
   module Const
diff --git a/lib/rainbows/revactor.rb b/lib/rainbows/revactor.rb
index 4c04079..068d077 100644
--- a/lib/rainbows/revactor.rb
+++ b/lib/rainbows/revactor.rb
@@ -1,4 +1,4 @@
-require 'rainbows'
+# -*- encoding: binary -*-
 require 'revactor'
 
 module Rainbows
diff --git a/lib/rainbows/thread_base.rb b/lib/rainbows/thread_base.rb
index e544772..52abac3 100644
--- a/lib/rainbows/thread_base.rb
+++ b/lib/rainbows/thread_base.rb
@@ -1,3 +1,4 @@
+# -*- encoding: binary -*-
 
 module Rainbows
 
diff --git a/lib/rainbows/thread_pool.rb b/lib/rainbows/thread_pool.rb
index 058205f..104bd38 100644
--- a/lib/rainbows/thread_pool.rb
+++ b/lib/rainbows/thread_pool.rb
@@ -1,3 +1,5 @@
+# -*- encoding: binary -*-
+
 module Rainbows
 
   module ThreadPool