more logical way to require the library. Closes #20

This commit is contained in:
Julien Kirch 2010-04-15 17:55:36 +02:00
parent ff99f2ccba
commit ab35418bb5
1 changed files with 2 additions and 0 deletions

2
lib/rest-client.rb Normal file
View File

@ -0,0 +1,2 @@
# More logical way to require 'rest-client'
require File.dirname(__FILE__) + '/restclient'