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'