[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sup-devel] [PATCH] update Heliotrope client requirement



This patch is for the Turnsole project.

It comes with the
0001-put-the-heliotrope-client-into-the-Heliotrope-namesp.patch
patch for Heliotrope.

It updates the Heliotrope client requirement.

Signed-off-by: Vivien Didelot <vivien.didelot@gmail.com>
---
 lib/turnsole/client.rb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/turnsole/client.rb b/lib/turnsole/client.rb
index f651fe3..aaa402b 100644
--- a/lib/turnsole/client.rb
+++ b/lib/turnsole/client.rb
@@ -1,5 +1,5 @@
 require 'thread'
-require 'heliotrope-client'
+require 'heliotrope/client'
 
 ## all the methods here are asynchronous, except for ping!
 ## requests are queued and dispatched by the thread here. results are queued
@@ -10,7 +10,7 @@ class Client
 
   def initialize context, url
     @context = context
-    @client = HeliotropeClient.new url
+    @client = Heliotrope::Client.new url
     @client_mutex = Mutex.new # we sometimes access client from the main thread, for synchronous calls
     @q = Queue.new
   end
-- 
1.7.5.4

_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel