Archive of RubyForge sup-devel mailing list
 help / color / mirror / Atom feed
* [sup-devel] [PATCH] update Heliotrope client requirement
@ 2011-06-24  5:49 Vivien Didelot
  2011-06-24  5:49 ` [sup-devel] [PATCH] put the heliotrope client into the Heliotrope namespace Vivien Didelot
  0 siblings, 1 reply; 2+ messages in thread
From: Vivien Didelot @ 2011-06-24  5:49 UTC (permalink / raw)
  To: William, Morgan, wmorgan-sup; +Cc: Sup developer discussion

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-24  6:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24  5:49 [sup-devel] [PATCH] update Heliotrope client requirement Vivien Didelot
2011-06-24  5:49 ` [sup-devel] [PATCH] put the heliotrope client into the Heliotrope namespace Vivien Didelot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox