From ab35418bb545e6a592cc5ab371473815b29fbf7f Mon Sep 17 00:00:00 2001 From: Julien Kirch Date: Thu, 15 Apr 2010 17:55:36 +0200 Subject: [PATCH] more logical way to require the library. Closes #20 --- lib/rest-client.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/rest-client.rb diff --git a/lib/rest-client.rb b/lib/rest-client.rb new file mode 100644 index 0000000..49640dc --- /dev/null +++ b/lib/rest-client.rb @@ -0,0 +1,2 @@ +# More logical way to require 'rest-client' +require File.dirname(__FILE__) + '/restclient'