From c01b24d99d89fb9a7dc015e2981cfbc323f615e0 Mon Sep 17 00:00:00 2001 From: flippingbits Date: Tue, 7 Dec 2010 09:22:09 +0100 Subject: [PATCH] Don't depend on YAML anymore since we dropped usage --- .gitignore | 1 + lib/titan/thread.rb | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 33b5022..33d3d72 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ ## MAC OS .DS_Store +*.rbc ## TEXTMATE *.tmproj diff --git a/lib/titan/thread.rb b/lib/titan/thread.rb index 3ccd223..dd5637c 100644 --- a/lib/titan/thread.rb +++ b/lib/titan/thread.rb @@ -1,5 +1,3 @@ -require "yaml" - module Titan # # Titan::Thread helps you creating daemon threads that are independent from your application.