From 2f7a5210c4fd08055573214402937b853e1de7ee Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Sun, 1 Jun 2008 10:11:58 -0700 Subject: [PATCH] I stick it in vendor --- {deps => vendor}/rest-client/README | 0 {deps => vendor}/rest-client/Rakefile | 0 {deps => vendor}/rest-client/lib/resource.rb | 0 {deps => vendor}/rest-client/lib/rest_client.rb | 0 {deps => vendor}/rest-client/spec/base.rb | 0 {deps => vendor}/rest-client/spec/resource_spec.rb | 0 {deps => vendor}/rest-client/spec/rest_client_spec.rb | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {deps => vendor}/rest-client/README (100%) rename {deps => vendor}/rest-client/Rakefile (100%) rename {deps => vendor}/rest-client/lib/resource.rb (100%) rename {deps => vendor}/rest-client/lib/rest_client.rb (100%) rename {deps => vendor}/rest-client/spec/base.rb (100%) rename {deps => vendor}/rest-client/spec/resource_spec.rb (100%) rename {deps => vendor}/rest-client/spec/rest_client_spec.rb (100%) diff --git a/deps/rest-client/README b/vendor/rest-client/README similarity index 100% rename from deps/rest-client/README rename to vendor/rest-client/README diff --git a/deps/rest-client/Rakefile b/vendor/rest-client/Rakefile similarity index 100% rename from deps/rest-client/Rakefile rename to vendor/rest-client/Rakefile diff --git a/deps/rest-client/lib/resource.rb b/vendor/rest-client/lib/resource.rb similarity index 100% rename from deps/rest-client/lib/resource.rb rename to vendor/rest-client/lib/resource.rb diff --git a/deps/rest-client/lib/rest_client.rb b/vendor/rest-client/lib/rest_client.rb similarity index 100% rename from deps/rest-client/lib/rest_client.rb rename to vendor/rest-client/lib/rest_client.rb diff --git a/deps/rest-client/spec/base.rb b/vendor/rest-client/spec/base.rb similarity index 100% rename from deps/rest-client/spec/base.rb rename to vendor/rest-client/spec/base.rb diff --git a/deps/rest-client/spec/resource_spec.rb b/vendor/rest-client/spec/resource_spec.rb similarity index 100% rename from deps/rest-client/spec/resource_spec.rb rename to vendor/rest-client/spec/resource_spec.rb diff --git a/deps/rest-client/spec/rest_client_spec.rb b/vendor/rest-client/spec/rest_client_spec.rb similarity index 100% rename from deps/rest-client/spec/rest_client_spec.rb rename to vendor/rest-client/spec/rest_client_spec.rb