From 2a868a5498f9e5b30d25e3b79085bef31a110110 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 2 Oct 2009 21:30:36 -0700 Subject: set "encoding: binary" for all files --- lib/rainbows/configurator.rb | 2 +- lib/rainbows/const.rb | 2 ++ lib/rainbows/revactor.rb | 2 +- lib/rainbows/thread_base.rb | 1 + lib/rainbows/thread_pool.rb | 2 ++ 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 -- cgit v1.2.3-24-ge0c7